Embedded
public struct Embedded : Decodable, Equatable
The embedded data associated with the P2P request.
-
The details of the payer contact.
Declaration
Swift
public let payerContact: ProxyCustomerDetailsResponse
-
The P2P payment associated with the P2P request.
Declaration
Swift
public let p2pPayment: P2PPayment?
-
Initializes an Embedded instance with the provided payer contact details.
Declaration
Swift
public init( payerContact: ProxyCustomerDetailsResponse, p2pPayment: P2PPayment? = nil )
Parameters
payerContact
The details of the payer contact.
p2pPayment
The details of the P2P Payment.