VoucherAction
public enum VoucherAction : Decodable
Describes any Voucher action.
-
Indicates Doku Indomaret Voucher type.
Declaration
Swift
case dokuIndomaret(DokuVoucherAction)
-
Indicates Doku Alfamart Voucher type.
Declaration
Swift
case dokuAlfamart(DokuVoucherAction)
-
Indicates an EContext Stores Voucher type.
Declaration
Swift
case econtextStores(EContextStoresVoucherAction)
-
Indicates an EContext ATM Voucher type.
Declaration
Swift
case econtextATM(EContextATMVoucherAction)
-
Indicates a Boleto Bancairo Santander Voucher type.
Declaration
Swift
case boletoBancairoSantander(BoletoVoucherAction)
-
Indicates an OXXO voucher type
Declaration
Swift
case oxxo(OXXOVoucherAction)
-
Indicates an Multibanco voucher type
Declaration
Swift
case multibanco(MultibancoVoucherAction)