RefundRejectionCode
Reason code that explains why we can't refund the transactions
enum RefundRejectionCode {
TransactionNotFound
TransactionNonRefundable
ServerError
}
Values
RefundRejectionCode.TransactionNotFound
The transaction couldn't be found or the user doesn't have the 'canInitiatePayment' rights on the account
RefundRejectionCode.TransactionNonRefundable
The transaction status is not Booked
RefundRejectionCode.ServerError
Error server
Member Of
RefundRejection
object