RefundMethod
The payment method used for a refund - either a transaction or voucher.
union RefundMethod = Transaction | Voucher
Possible types
RefundMethod.Transaction object
Represents a single payment transaction.
RefundMethod.Voucher object
Represents a voucher (promotional code) for discounts.
Member Of
RefundPayment object