| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CartInformation |
CartInformation.Builder.build()
Builds a new
CartInformation object using the set fields. |
CartInformation |
TransactionDetails.getCartInfo()
Getter for CartInfo.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionDetails.Builder |
TransactionDetails.Builder.cartInfo(CartInformation cartInfo)
Setter for cartInfo.
|
void |
TransactionDetails.setCartInfo(CartInformation cartInfo)
Setter for CartInfo.
|
| Constructor and Description |
|---|
TransactionDetails(TransactionInformation transactionInfo,
PayerInformation payerInfo,
ShippingInformation shippingInfo,
CartInformation cartInfo,
StoreInformation storeInfo,
AuctionInformation auctionInfo,
IncentiveInformation incentiveInfo)
Initialization constructor.
|
Copyright © 2026. All rights reserved.