PayPalDetails |
PayPalDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static PayPalDetails |
PayPalDetails.fromJson(String jsonString) |
Create an instance of PayPalDetails given an JSON string
|
PayPalDetails |
CheckoutPaymentMethod.getPayPalDetails() |
Get the actual instance of `PayPalDetails`.
|
PayPalDetails |
PayPalDetails.orderID(String orderID) |
The unique ID associated with the order.
|
PayPalDetails |
PayPalDetails.payeePreferred(String payeePreferred) |
IMMEDIATE_PAYMENT_REQUIRED or UNRESTRICTED
|
PayPalDetails |
PayPalDetails.payerID(String payerID) |
The unique ID associated with the payer.
|
PayPalDetails |
PayPalDetails.payerSelected(String payerSelected) |
PAYPAL or PAYPAL_CREDIT
|
PayPalDetails |
PayPalDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
PayPalDetails |
PayPalDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
PayPalDetails |
PayPalDetails.subtype(PayPalDetails.SubtypeEnum subtype) |
The type of flow to initiate.
|
PayPalDetails |
PayPalDetails.type(PayPalDetails.TypeEnum type) |
**paypal**
|