OPApplePayLauncherError

@objc
public enum OPApplePayLauncherError : Int, Error

An enum representing ApplePay specific errors

  • The configuration has not been set

    Declaration

    Swift

    case configurationNotSet
  • The delegate has not been set

    Declaration

    Swift

    case delegateNotSet
  • The merchant id is empty

    Declaration

    Swift

    case emptyMerchantId
  • The company label is empty

    Declaration

    Swift

    case emptyCompanyLabel
  • The country code is invalid

    Declaration

    Swift

    case invalidCountryCode
  • The device is not set up for Apple Pay payments

    Declaration

    Swift

    case applePayNotSupported
  • The line items sum total does not equal the total price

    Declaration

    Swift

    case lineItemTotalMismatchError