External Payment Details
class ExternalPaymentDetails(val type: String, val source: String, val sourceId: String? = null, val sourceFeeMoney: Money? = null)
Holder class for external payment data.
Properties
Link copied to clipboard
The fees paid to the source. The amountMoney minus this field is the net amount seller receives.
Link copied to clipboard
The type of external payment the seller received. See ExternalTenderType.