InstrumentCharge

data class InstrumentCharge(val chargeId: String, val customerId: String, val instrumentId: String, val amount: Money, val status: PaymentStatus)

Constructors

Link copied to clipboard
constructor(chargeId: String, customerId: String, instrumentId: String, amount: Money, status: PaymentStatus)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard