WalletRefundRequest

@Serializable
data class WalletRefundRequest(val idempotencyKey: String, val amountMinor: Long)

POST /wallet/{accountId}/refund request — the ledger "refund" movement (a credit back).

Constructors

Link copied to clipboard
constructor(idempotencyKey: String, amountMinor: Long)

Properties

Link copied to clipboard
Link copied to clipboard