public class Invoicingv2invoicesOrderInformationAmountDetailsFreight extends Object
| Constructor and Description |
|---|
Invoicingv2invoicesOrderInformationAmountDetailsFreight() |
| Modifier and Type | Method and Description |
|---|---|
Invoicingv2invoicesOrderInformationAmountDetailsFreight |
amount(String amount) |
boolean |
equals(Object o) |
String |
getAmount()
Total freight or shipping and handling charges for the order.
|
String |
getTaxRate()
Shipping Tax rate applied to the freight amount.
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setTaxable(Boolean taxable) |
void |
setTaxRate(String taxRate) |
Boolean |
Taxable()
Flag that indicates whether an order is taxable.
|
Invoicingv2invoicesOrderInformationAmountDetailsFreight |
taxable(Boolean taxable) |
Invoicingv2invoicesOrderInformationAmountDetailsFreight |
taxRate(String taxRate) |
String |
toString() |
public Invoicingv2invoicesOrderInformationAmountDetailsFreight()
public Invoicingv2invoicesOrderInformationAmountDetailsFreight amount(String amount)
public String getAmount()
public void setAmount(String amount)
public Invoicingv2invoicesOrderInformationAmountDetailsFreight taxable(Boolean taxable)
public Boolean Taxable()
public void setTaxable(Boolean taxable)
public Invoicingv2invoicesOrderInformationAmountDetailsFreight taxRate(String taxRate)
public String getTaxRate()
public void setTaxRate(String taxRate)
Copyright © 2025. All rights reserved.