PayoutSnapshot
data class PayoutSnapshot(val payoutId: String, val gatewayId: GatewayId, val recipientRef: String, val amount: Money, val status: PayoutStatus)
Constructors
Link copied to clipboard
constructor(payoutId: String, gatewayId: GatewayId, recipientRef: String, amount: Money, status: PayoutStatus)