Embedded
public struct Embedded : Decodable, Equatable
Represents the embedded data within the payment.
-
The payment rules associated with the payment.
Declaration
Swift
public let paymentRules: PaymentRules
-
The details of the payee.
Declaration
Swift
public let payeeContact: ProxyCustomerDetailsResponse?
-
The details of the payer.
Declaration
Swift
public let payerContact: ProxyCustomerDetailsResponse?