| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static CheckoutPaymentIntent |
CheckoutPaymentIntent.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static CheckoutPaymentIntent |
CheckoutPaymentIntent.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
CheckoutPaymentIntent |
Order.getIntent()
Getter for Intent.
|
CheckoutPaymentIntent |
OrderAuthorizeResponse.getIntent()
Getter for Intent.
|
CheckoutPaymentIntent |
OrderRequest.getIntent()
Getter for Intent.
|
static CheckoutPaymentIntent |
CheckoutPaymentIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckoutPaymentIntent[] |
CheckoutPaymentIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Order.Builder |
Order.Builder.intent(CheckoutPaymentIntent intent)
Setter for intent.
|
OrderAuthorizeResponse.Builder |
OrderAuthorizeResponse.Builder.intent(CheckoutPaymentIntent intent)
Setter for intent.
|
OrderRequest.Builder |
OrderRequest.Builder.intent(CheckoutPaymentIntent intent)
Setter for intent.
|
void |
Order.setIntent(CheckoutPaymentIntent intent)
Setter for Intent.
|
void |
OrderAuthorizeResponse.setIntent(CheckoutPaymentIntent intent)
Setter for Intent.
|
void |
OrderRequest.setIntent(CheckoutPaymentIntent intent)
Setter for Intent.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CheckoutPaymentIntent.toValue(List<CheckoutPaymentIntent> toConvert)
Convert list of CheckoutPaymentIntent values to list of string values.
|
| Constructor and Description |
|---|
Builder(CheckoutPaymentIntent intent,
List<PurchaseUnitRequest> purchaseUnits)
Initialization constructor.
|
Order(String createTime,
String updateTime,
String id,
PaymentSourceResponse paymentSource,
CheckoutPaymentIntent intent,
Payer payer,
List<PurchaseUnit> purchaseUnits,
OrderStatus status,
List<LinkDescription> links)
Initialization constructor.
|
OrderAuthorizeResponse(String createTime,
String updateTime,
String id,
OrderAuthorizeResponsePaymentSource paymentSource,
CheckoutPaymentIntent intent,
Payer payer,
List<PurchaseUnit> purchaseUnits,
OrderStatus status,
List<LinkDescription> links)
Initialization constructor.
|
OrderRequest(CheckoutPaymentIntent intent,
List<PurchaseUnitRequest> purchaseUnits,
Payer payer,
PaymentSource paymentSource,
OrderApplicationContext applicationContext)
Initialization constructor.
|
Copyright © 2025. All rights reserved.