Sep06RefundPayment

@Serializable
data class Sep06RefundPayment(val id: String, val idType: String, val amount: String, val fee: String)

Individual refund payment.

Constructors

Link copied to clipboard
constructor(id: String, idType: String, amount: String, fee: String)

Properties

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

Amount of this refund payment

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

Fee deducted from this refund payment

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

Transaction ID of the refund payment

Link copied to clipboard
@SerialName(value = "id_type")
val idType: String

Type of ID: "stellar" for Stellar transaction hash, "external" for external payment system ID