public interface FulfillmentGroupFee extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Money |
getAmount() |
FulfillmentGroup |
getFulfillmentGroup() |
Long |
getId() |
String |
getName() |
String |
getReportingCode() |
List<TaxDetail> |
getTaxes()
Gets a list of TaxDetail objects, which are taxes that apply directly to this fee.
|
Money |
getTotalTax()
Gets the total tax for this fee, which is the sum of all taxes for this fee.
|
Boolean |
isTaxable()
Returns whether or not this fee is taxable.
|
void |
setAmount(Money amount) |
void |
setFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setReportingCode(String reportingCode) |
void |
setTaxable(Boolean taxable)
Sets whether or not this fee is taxable
|
void |
setTaxes(List<TaxDetail> taxes)
Sets the list of TaxDetail objects, which are taxes that apply directly to this fee.
|
void |
setTotalTax(Money totalTax)
Sets the total tax for this fee, which is the sum of all taxes for this fee.
|
Long getId()
void setId(Long id)
FulfillmentGroup getFulfillmentGroup()
void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
Money getAmount()
void setAmount(Money amount)
String getName()
void setName(String name)
String getReportingCode()
void setReportingCode(String reportingCode)
Boolean isTaxable()
void setTaxable(Boolean taxable)
taxable - List<TaxDetail> getTaxes()
void setTaxes(List<TaxDetail> taxes)
taxes - the list of taxes on this feeMoney getTotalTax()
void setTotalTax(Money totalTax)
totalTax - the total tax for this feeCopyright © 2015. All Rights Reserved.