RefundPayoutTransactions

data class RefundPayoutTransactions(@Json(name = transactiontransaction: String, @Json(name = amountamount: Float, @Json(name = typetype: RefundPayoutType)

Parameters

transaction

Internal XS2A transaction id. This id will be the same for the whole transaction.

amount

The amount of a given payout or refund.

type

The type is payout or refund.

Constructors

RefundPayoutTransactions
Link copied to clipboard
fun RefundPayoutTransactions(@Json(name = transactiontransaction: String, @Json(name = amountamount: Float, @Json(name = typetype: RefundPayoutType)
Internal XS2A transaction id.

Properties

amount
Link copied to clipboard
var amount: Float
The amount of a given payout or refund.
transaction
Link copied to clipboard
var transaction: String
Internal XS2A transaction id.
type
Link copied to clipboard
var type: RefundPayoutType
The type is payout or refund.