public class OrderPricingOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderPricingOptions.Builder
Class to build instances of
OrderPricingOptions. |
| Constructor and Description |
|---|
OrderPricingOptions(Boolean autoApplyDiscounts,
Boolean autoApplyTaxes)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAutoApplyDiscounts()
Getter for AutoApplyDiscounts.
|
Boolean |
getAutoApplyTaxes()
Getter for AutoApplyTaxes.
|
int |
hashCode() |
OrderPricingOptions.Builder |
toBuilder()
Builds a new
OrderPricingOptions.Builder object. |
String |
toString()
Converts this OrderPricingOptions into string format.
|
public Boolean getAutoApplyDiscounts()
public Boolean getAutoApplyTaxes()
public String toString()
public OrderPricingOptions.Builder toBuilder()
OrderPricingOptions.Builder object.
Creates the instance with the state of the current model.OrderPricingOptions.Builder objectCopyright © 2022. All rights reserved.