Xs2aChargebackCheckResponse

data class Xs2aChargebackCheckResponse(@Json(name = chargebacks_countchargebacksCount: Int, @Json(name = chargebacks_coveragechargebacksCoverage: Int, @Json(name = chargebacks_revokedchargebacksRevoked: Int, @Json(name = chargebacks_sum_amountchargebacksSumAmount: Float, @Json(name = currency_idcurrencyId: CurrencyId, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

chargebacksCount

Total count of detected chargeback transactions

chargebacksCoverage

Count of chargebacks which was triggered due insufficient funds

chargebacksRevoked

Count of chargebacks which was triggered manually

chargebacksSumAmount

Sum over the amount of all chargebacks

currencyId

Currency id of above values, e.g. EUR

createdAt

Creation date of the object

Constructors

Xs2aChargebackCheckResponse
Link copied to clipboard
fun Xs2aChargebackCheckResponse(@Json(name = chargebacks_countchargebacksCount: Int, @Json(name = chargebacks_coveragechargebacksCoverage: Int, @Json(name = chargebacks_revokedchargebacksRevoked: Int, @Json(name = chargebacks_sum_amountchargebacksSumAmount: Float, @Json(name = currency_idcurrencyId: CurrencyId, @Json(name = created_atcreatedAt: OffsetDateTime)
Total count of detected chargeback transactions

Properties

chargebacksCount
Link copied to clipboard
var chargebacksCount: Int
Total count of detected chargeback transactions
chargebacksCoverage
Link copied to clipboard
var chargebacksCoverage: Int
Count of chargebacks which was triggered due insufficient funds
chargebacksRevoked
Link copied to clipboard
var chargebacksRevoked: Int
Count of chargebacks which was triggered manually
chargebacksSumAmount
Link copied to clipboard
var chargebacksSumAmount: Float
Sum over the amount of all chargebacks
createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Creation date of the object
currencyId
Link copied to clipboard
var currencyId: CurrencyId
Currency id of above values, e.g.