OXXOVoucherAction
public class OXXOVoucherAction: GenericVoucherAction,
DownloadableVoucher,
InstructionAwareVoucherAction
Describes an action in which an OXXO voucher is presented to the shopper.
-
This reference is a short version of the barcode number of the voucher.
Declaration
Swift
public let alternativeReference: String
-
The reference to uniquely identify a payment. This reference is used in all communication with you about the payment status.
Declaration
Swift
public let merchantReference: String
-
Download URL.
Declaration
Swift
public let downloadUrl: URL
-
The instruction url.
Declaration
Swift
@available(*, deprecated, message: "Please use `instructionsURL` instead.") public var instructionsUrl: String { get }
-
The instruction
URL
object.Declaration
Swift
public let instructionsURL: URL