public static class CartInformation.Builder extends Object
CartInformation.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CartInformation |
build()
Builds a new
CartInformation object using the set fields. |
CartInformation.Builder |
itemDetails(List<ItemDetails> itemDetails)
Setter for itemDetails.
|
CartInformation.Builder |
paypalInvoiceId(String paypalInvoiceId)
Setter for paypalInvoiceId.
|
CartInformation.Builder |
taxInclusive(Boolean taxInclusive)
Setter for taxInclusive.
|
public CartInformation.Builder itemDetails(List<ItemDetails> itemDetails)
itemDetails - List of ItemDetails value for itemDetails.public CartInformation.Builder taxInclusive(Boolean taxInclusive)
taxInclusive - Boolean value for taxInclusive.public CartInformation.Builder paypalInvoiceId(String paypalInvoiceId)
paypalInvoiceId - String value for paypalInvoiceId.public CartInformation build()
CartInformation object using the set fields.CartInformationCopyright © 2026. All rights reserved.