PPRetailInvoicePaymentType Constants Reference

Declared in PayPalRetailSDKTypeDefs.h

PPRetailInvoicePaymentType

PayPal payment detail indicating whether payment was made in an invoicing flow via PayPal or externally. In the case of the mark-as-paid API, payment type is EXTERNAL and this is what is now supported. The PAYPAL value is provided for backward compatibility.

Definition

typedef NS_ENUM(NSInteger, PPRetailInvoicePaymentType ) {
   PPRetailInvoicePaymentTypeNONE = 0,
   PPRetailInvoicePaymentTypeEXTERNAL = 1,
   PPRetailInvoicePaymentTypePAYPAL = 2,
};

Constants

PPRetailInvoicePaymentTypeNONE

PayPal payment detail indicating whether payment was made in an invoicing flow via PayPal or externally. In the case of the mark-as-paid API, payment type is EXTERNAL and this is what is now supported. The PAYPAL value is provided for backward compatibility.

Declared In PayPalRetailSDKTypeDefs.h.

PPRetailInvoicePaymentTypeEXTERNAL

PayPal payment detail indicating whether payment was made in an invoicing flow via PayPal or externally. In the case of the mark-as-paid API, payment type is EXTERNAL and this is what is now supported. The PAYPAL value is provided for backward compatibility.

Declared In PayPalRetailSDKTypeDefs.h.

PPRetailInvoicePaymentTypePAYPAL

PayPal payment detail indicating whether payment was made in an invoicing flow via PayPal or externally. In the case of the mark-as-paid API, payment type is EXTERNAL and this is what is now supported. The PAYPAL value is provided for backward compatibility.

Declared In PayPalRetailSDKTypeDefs.h.

Declared In

PayPalRetailSDKTypeDefs.h