PaymentFunding

data class PaymentFunding(val wallet: WalletFunding, val discounts: List<DiscountOption>?)

Data class representing the payment funding distribution attached to a purchase order.

Constructors

Link copied to clipboard
constructor(wallet: WalletFunding, discounts: List<DiscountOption>?)

Properties

Link copied to clipboard

Customer discounts attached to the transaction.

Link copied to clipboard

Wallet contribution to the payment.