public class OrderPricingOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderPricingOptions.Builder
Class to build instances of
OrderPricingOptions. |
| Modifier | Constructor and Description |
|---|---|
|
OrderPricingOptions(Boolean autoApplyDiscounts,
Boolean autoApplyTaxes)
Initialization constructor.
|
protected |
OrderPricingOptions(io.apimatic.core.types.OptionalNullable<Boolean> autoApplyDiscounts,
io.apimatic.core.types.OptionalNullable<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() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetAutoApplyDiscounts()
Internal Getter for AutoApplyDiscounts.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetAutoApplyTaxes()
Internal Getter for AutoApplyTaxes.
|
OrderPricingOptions.Builder |
toBuilder()
Builds a new
OrderPricingOptions.Builder object. |
String |
toString()
Converts this OrderPricingOptions into string format.
|
public OrderPricingOptions(Boolean autoApplyDiscounts, Boolean autoApplyTaxes)
autoApplyDiscounts - Boolean value for autoApplyDiscounts.autoApplyTaxes - Boolean value for autoApplyTaxes.protected OrderPricingOptions(io.apimatic.core.types.OptionalNullable<Boolean> autoApplyDiscounts, io.apimatic.core.types.OptionalNullable<Boolean> autoApplyTaxes)
autoApplyDiscounts - Boolean value for autoApplyDiscounts.autoApplyTaxes - Boolean value for autoApplyTaxes.protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetAutoApplyDiscounts()
public Boolean getAutoApplyDiscounts()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetAutoApplyTaxes()
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 © 2024. All rights reserved.