PaymentAuthorisation

@objcMembers
public class PaymentAuthorisation : NSObject, Codable
extension PaymentAuthorisation: CustomReflectable

Holds data about the payment authorisation.

  • The authorisation code generated by the issuer for an approved payment.

    Declaration

    Swift

    public private(set) var authorisationCode: String? { get }
  • Additional response data containing the CVV response.

    Declaration

    Swift

    public private(set) var cvvResponseData: String? { get }
  • Used to print the debug content of the object

    Declaration

    Swift

    public var customMirror: Mirror { get }