PaymentInfoErrorState
enum PaymentInfoErrorState {}
PaymentInfoErrorState
specifies the state of the error if there is one.
-
There is no error state.
Declaration
Objective-C
PaymentInfoErrorStateNone
Swift
case none = 0
-
User
setup is required before this Payment can be completed.Declaration
Objective-C
PaymentInfoErrorStateUserSetupRequired
Swift
case userSetupRequired = 1
-
Voucher
setup is required before this Payment can be completed.Declaration
Objective-C
PaymentInfoErrorStateVoucherSetupRequired
Swift
case voucherSetupRequired = 2
-
The payment requires approval.
Declaration
Objective-C
PaymentInfoErrorStateApprovalRequired
Swift
case approvalRequired = 3
-
The payment error state is unknown. This is usually an error.
Declaration
Objective-C
PaymentInfoErrorStateUnknown
Swift
case unknown = 4