MobileTopupData
public class MobileTopupData : CustomStringConvertible
-
Card expiration date. This information is retrieved from the card
Declaration
Swift
public let cardExpiryDate: TimeDate? -
Contains the brand name of a card. The brand name information is retrieved from the card.
Declaration
Swift
public let brandName: String? -
Contains the serial number of a (mobile topup) voucher.
Declaration
Swift
public let mobileTopupSerialNumber: String? -
Contains the refill code of a (mobile topup) voucher.
Declaration
Swift
public let mobileTopupRefillCode: String? -
Print data if present.
Declaration
Swift
public let printData: PrintData? -
Textual representation.
Declaration
Swift
public var description: String { get }