BoletoVoucherAction
public final class BoletoVoucherAction : Decodable, AnyVoucherAction, DownloadableVoucher
Describes an action in which a Boleto voucher is presented to the shopper.
-
The
paymentMethodType
for which the voucher is presented.Declaration
Swift
public let paymentMethodType: VoucherPaymentMethod
-
The totalAmount amount.
Declaration
Swift
public let totalAmount: Amount
-
The payment reference.
Declaration
Swift
public let reference: String
-
Expiry Date.
Declaration
Swift
public let expiresAt: Date
-
Download URL
Declaration
Swift
public let downloadUrl: URL