MobileTopupValue
public class MobileTopupValue : CustomStringConvertible
-
Create mobile topup value.
Declaration
Swift
public init()
-
Contains the name of an issuer off (mobile topup) vouchers. Optional: For brand name based Mobile Topup transactions.
Declaration
Swift
public var issuerName: String?
-
Reference number provided and created for the card. Optional: For PAN based Mobile Topup transactions. Send type 06 Non-PCI-PAN.
Declaration
Swift
public var cardRef: String?
-
Application expiration date. Each application on a card has a corresponding expiration date and can be read from the card. Optional: For PAN based Mobile Topup transactions. Needs to be present if CardRef is present.
Declaration
Swift
public var appExpirationDate: TimeDate?
-
In a request defines the original amount for the transaction (given by ECR), in response the final authorized amount (given by host) in minor units.
Declaration
Swift
public var amount: [Amount]
-
Textual representation.
Declaration
Swift
public var description: String { get }