OPApplePayContextError

@objc
public enum OPApplePayContextError : Int, Error

An enum representing ApplePay specific errors

  • The merchant id is missing

    Declaration

    Swift

    case missingMerchantId
  • The company label is missing

    Declaration

    Swift

    case missingCompanyLabel
  • The merchant id is empty

    Declaration

    Swift

    case emptyMerchantId
  • The company label is empty

    Declaration

    Swift

    case emptyCompanyLabel