Sep06Refunds

@Serializable
data class Sep06Refunds(val amountRefunded: String, val amountFee: String, val payments: List<Sep06RefundPayment>)

Refund information for a transaction.

Constructors

Link copied to clipboard
constructor(amountRefunded: String, amountFee: String, payments: List<Sep06RefundPayment>)

Properties

Link copied to clipboard
@SerialName(value = "amount_fee")
val amountFee: String

Total fee deducted from the refund

Link copied to clipboard
@SerialName(value = "amount_refunded")
val amountRefunded: String

Total amount refunded to the user

Link copied to clipboard
@SerialName(value = "payments")
val payments: List<Sep06RefundPayment>

List of individual refund payments