PayPalWebCheckoutFundingSource

Enum class to specify the type of funding for an order. For more information go to: https://developer.paypal.com/docs/checkout/pay-later/us/

Entries

Link copied to clipboard

PAYPAL_CREDIT will launch the web checkout flow and display PayPal Credit funding to eligible customers Eligible costumers receive a revolving line of credit that they can use to pay over time.

Link copied to clipboard

PAY_LATER will launch the web checkout flow and display Pay Later offers to eligible customers, which include short-term, interest-free payments and other special financing options.

Link copied to clipboard

PAYPAL will launch the web checkout for a one-time PayPal Checkout flow

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.