Developer Preview
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Optional representation of CartExtension.BuyerActionDetails. This object provides information (if available), that can be used to optimize the business logic in custom calculators.
Set specified BuyerActionDetails
| Type | Description |
|---|---|
OptionalBuyerActionDetails | OptionalBuyerActionDetails |
Set empty BuyerActionDetails
| Type | Description |
|---|---|
OptionalBuyerActionDetails | OptionalBuyerActionDetails |
Get BuyerActionDetails
| Type | Description |
|---|---|
BuyerActionDetails | BuyerActionDetails |
| Exception | Description |
|---|---|
OptionalNotCheckedException | If the isPresent() method was not called prior to calling this method |
Checks if BuyerActionDetails exist (not null)
| Type | Description |
|---|---|
Boolean | Boolean |
Developer Preview