| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
TaxAmount |
TaxAmount.Builder.build()
Builds a new
TaxAmount object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<TaxAmount> |
ItemDetails.getTaxAmounts()
Getter for TaxAmounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemDetails.setTaxAmounts(List<TaxAmount> taxAmounts)
Setter for TaxAmounts.
|
ItemDetails.Builder |
ItemDetails.Builder.taxAmounts(List<TaxAmount> taxAmounts)
Setter for taxAmounts.
|
| 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.