VisaDataLevel

enum VisaDataLevel {}

The level of detail Visa Checkout sends back in the VisaCheckoutResult object once the transaction completes.

  • Includes all of the transaction information

    Declaration

    Objective-C

    VisaDataLevelFull

    Swift

    case full = 0
  • Only the statusCode and callId are returned.

    Declaration

    Objective-C

    VisaDataLevelNone

    Swift

    case none = 1
  • Includes some, but not all of the transaction information.

    Declaration

    Objective-C

    VisaDataLevelSummary

    Swift

    case summary = 2