public static class OrderLineItemAppliedTax.Builder extends Object
OrderLineItemAppliedTax.| Constructor and Description |
|---|
Builder(String taxUid)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrderLineItemAppliedTax.Builder |
appliedMoney(Money appliedMoney)
Setter for appliedMoney.
|
OrderLineItemAppliedTax |
build()
Builds a new
OrderLineItemAppliedTax object using the set fields. |
OrderLineItemAppliedTax.Builder |
taxUid(String taxUid)
Setter for taxUid.
|
OrderLineItemAppliedTax.Builder |
uid(String uid)
Setter for uid.
|
public Builder(String taxUid)
taxUid - String value for taxUid.public OrderLineItemAppliedTax.Builder taxUid(String taxUid)
taxUid - String value for taxUid.public OrderLineItemAppliedTax.Builder uid(String uid)
uid - String value for uid.public OrderLineItemAppliedTax.Builder appliedMoney(Money appliedMoney)
appliedMoney - Money value for appliedMoney.public OrderLineItemAppliedTax build()
OrderLineItemAppliedTax object using the set fields.OrderLineItemAppliedTaxCopyright © 2022. All rights reserved.