ReceiptTransactionRefundMethod
public enum ReceiptTransactionRefundMethod : String, Codable, Sendable, CaseIterable
Refund methods.
-
Bank credit refund method.
Declaration
Swift
case bankCredit = "BANK_CREDIT" -
Bank pm refund method.
Declaration
Swift
case bankPM = "BANK_PM" -
Card pm refund method.
Declaration
Swift
case cardPM = "CARD_PM" -
Check refund method.
Declaration
Swift
case check = "CHECK" -
Cash refund method.
Declaration
Swift
case cash = "CASH" -
Payment instrument refund method.
Declaration
Swift
case paymentInstrument = "PAYMENT_INSTRUMENT" -
Wallet refund method.
Declaration
Swift
case wallet = "WALLET"
View on GitHub