| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CheckoutOption |
CheckoutOption.Builder.build()
Builds a new
CheckoutOption object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<CheckoutOption> |
ItemDetails.getCheckoutOptions()
Getter for CheckoutOptions.
|
| Modifier and Type | Method and Description |
|---|---|
ItemDetails.Builder |
ItemDetails.Builder.checkoutOptions(List<CheckoutOption> checkoutOptions)
Setter for checkoutOptions.
|
void |
ItemDetails.setCheckoutOptions(List<CheckoutOption> checkoutOptions)
Setter for CheckoutOptions.
|
| Constructor and Description |
|---|
ItemDetails(String itemCode,
String itemName,
String itemDescription,
String itemOptions,
String itemQuantity,
Money itemUnitPrice,
Money itemAmount,
Money discountAmount,
Money adjustmentAmount,
Money giftWrapAmount,
String taxPercentage,
List<TaxAmount> taxAmounts,
Money basicShippingAmount,
Money extraShippingAmount,
Money handlingAmount,
Money insuranceAmount,
Money totalItemAmount,
String invoiceNumber,
List<CheckoutOption> checkoutOptions)
Initialization constructor.
|
Copyright © 2026. All rights reserved.