PPRetailPaymentState Constants Reference

Declared in PayPalRetailSDKTypeDefs.h

PPRetailPaymentState

This enum represents the state of the current payment

Definition

typedef NS_ENUM(NSInteger, PPRetailPaymentState ) {
   PPRetailPaymentStateidle = 0,
   PPRetailPaymentStateinProgress = 1,
   PPRetailPaymentStateretry = 2,
   PPRetailPaymentStatecomplete = 3,
};

Constants

PPRetailPaymentStateidle

This enum represents the state of the current payment

Declared In PayPalRetailSDKTypeDefs.h.

PPRetailPaymentStateinProgress

This enum represents the state of the current payment

Declared In PayPalRetailSDKTypeDefs.h.

PPRetailPaymentStateretry

This enum represents the state of the current payment

Declared In PayPalRetailSDKTypeDefs.h.

PPRetailPaymentStatecomplete

This enum represents the state of the current payment

Declared In PayPalRetailSDKTypeDefs.h.

Declared In

PayPalRetailSDKTypeDefs.h