Embedded
public struct Embedded : Decodable, Equatable
Represents the embedded data within CreateP2PPaymentAsPayerResponse
response.
-
The payment rules associated with the payment.
Declaration
Swift
public let paymentRules: PaymentRules
-
The contact details of the payee.
Declaration
Swift
public let payeeContact: ProxyCustomerDetailsResponse?
-
Initializes the embedded data within the response.
Declaration
Swift
public init( paymentRules: PaymentRules, payeeContact: ProxyCustomerDetailsResponse? )
Parameters
paymentRules
The payment rules associated with the payment.
payeeContact
The contact details of the payee.