CardPaymentDebug

@objcMembers
public class CardPaymentDebug : NSObject, Codable

Used for debug purpose only.

  • Transaction Status Information (TSI), present only in case of an ICC payment. Used for debug purpose only.

    Declaration

    Swift

    public private(set) var transactionStatusInfo: String? { get }
  • Transaction Verification Results (TVR), present only in case of an ICC payment. Used for debug purpose only.

    Declaration

    Swift

    public private(set) var transactionVerificationResults: String? { get }