ClientIdentificationResponse
public class ClientIdentificationResponse : CustomStringConvertible
Contains the result of a clientIdentification finished after calling {@link Terminal#clientIdentification} or {@link Terminal#clientIdentificationAsync}. Immutable class.
-
Create clientIdentification response.
Declaration
Swift
public init(amountSaldo: Amount?, transactionInformation: TransactionInformation?, cardData: CardData?)
-
Saldo amount if present.
Declaration
Swift
public let amountSaldo: Amount?
-
Information about completed clientIdentification.
Declaration
Swift
public let transactionInformation: TransactionInformation?
-
Information about payment card used by the cardholder if present.
Declaration
Swift
public let cardData: CardData?
-
Textual representation.
Declaration
Swift
public var description: String { get }