RefundsPayout

data class RefundsPayout(@Json(name = transactiontransaction: String, @Json(name = amount_issuedamountIssued: Float, @Json(name = typetype: RefundPayoutType, @Json(name = testmodetestmode: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

transaction

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

amountIssued

Sum payout or refund issued.

type

The type is payout or refund.

testmode

'1', if this bank is a testbank

createdAt

Constructors

RefundsPayout
Link copied to clipboard
fun RefundsPayout(@Json(name = transactiontransaction: String, @Json(name = amount_issuedamountIssued: Float, @Json(name = typetype: RefundPayoutType, @Json(name = testmodetestmode: Boolean, @Json(name = created_atcreatedAt: OffsetDateTime)
Internal XS2A transaction id.

Properties

amountIssued
Link copied to clipboard
var amountIssued: Float
Sum payout or refund issued.
createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
testmode
Link copied to clipboard
var testmode: Boolean
'1', if this bank is a testbank
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.