Refund Request
class RefundRequest(currencyId: Int = 0, totalAmount: Long = 0, saleId: String = "", loyaltyApplications: Array<String> = emptyArray(), paymentMethod: String = "", transactionReference: String = "") : TransactionRequest
Represents a refund transaction request.
See also
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies that a specific payment method should be used in this transaction.
Link copied to clipboard
Link copied to clipboard
Sets the reference to a previous transaction that should be refunded.