public static class OrderPricingOptions.Builder extends Object
OrderPricingOptions.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OrderPricingOptions.Builder |
autoApplyDiscounts(Boolean autoApplyDiscounts)
Setter for autoApplyDiscounts.
|
OrderPricingOptions.Builder |
autoApplyTaxes(Boolean autoApplyTaxes)
Setter for autoApplyTaxes.
|
OrderPricingOptions |
build()
Builds a new
OrderPricingOptions object using the set fields. |
public OrderPricingOptions.Builder autoApplyDiscounts(Boolean autoApplyDiscounts)
autoApplyDiscounts - Boolean value for autoApplyDiscounts.public OrderPricingOptions.Builder autoApplyTaxes(Boolean autoApplyTaxes)
autoApplyTaxes - Boolean value for autoApplyTaxes.public OrderPricingOptions build()
OrderPricingOptions object using the set fields.OrderPricingOptionsCopyright © 2022. All rights reserved.