RefundMethod
No description
union RefundMethod = Transaction | Voucher
Possible types
RefundMethod.Transaction object
An object representing a single payment.
RefundMethod.Voucher object
Vouchers allow giving discounts to particular customers on categories, collections, or specific products or variants. They can be used during checkout by providing valid voucher codes.
Member Of
RefundPayment object