public class SpecifiedSettlement extends Object implements CommonSettlement<ItemTax,SpecifiedMonetarySummation>
Contains payment related information on an Item basis.
| Constructor and Description |
|---|
SpecifiedSettlement() |
| Modifier and Type | Method and Description |
|---|---|
SpecifiedSettlement |
addTradeTax(ItemTax additionalTradeTax)
Adds a trade tax.
|
Period |
getBillingPeriod()
Gets the billing specified period.
|
String |
getBookingReference()
Gets the specified booking reference.
|
SpecifiedMonetarySummation |
getMonetarySummation()
Gets the trade settlement monetary summation.
|
List<ItemTax> |
getTradeTax()
Gets the applicable trade tax.
|
SpecifiedSettlement |
setBillingPeriod(Period billingPeriod)
Sets the billing specified period.
|
SpecifiedSettlement |
setBookingReference(String specifiedBookingReference)
Sets the specified booking reference.
|
SpecifiedSettlement |
setMonetarySummation(SpecifiedMonetarySummation monetarySummation)
Sets the trade settlement monetary summation.
|
public SpecifiedSettlement()
public SpecifiedSettlement addTradeTax(ItemTax additionalTradeTax)
CommonSettlementAdds a trade tax.
addTradeTax in interface CommonSettlement<ItemTax,SpecifiedMonetarySummation>@Extended public Period getBillingPeriod()
CommonSettlementGets the billing specified period.
getBillingPeriod in interface CommonSettlement<ItemTax,SpecifiedMonetarySummation>@Extended public String getBookingReference()
Gets the specified booking reference.
@Comfort public SpecifiedMonetarySummation getMonetarySummation()
CommonSettlementGets the trade settlement monetary summation.
getMonetarySummation in interface CommonSettlement<ItemTax,SpecifiedMonetarySummation>public List<ItemTax> getTradeTax()
CommonSettlementGets the applicable trade tax.
getTradeTax in interface CommonSettlement<ItemTax,SpecifiedMonetarySummation>public SpecifiedSettlement setBillingPeriod(Period billingPeriod)
CommonSettlementSets the billing specified period.
setBillingPeriod in interface CommonSettlement<ItemTax,SpecifiedMonetarySummation>billingPeriod - the new billing specified periodpublic SpecifiedSettlement setBookingReference(String specifiedBookingReference)
Sets the specified booking reference.
specifiedBookingReference - the specified booking referencepublic SpecifiedSettlement setMonetarySummation(SpecifiedMonetarySummation monetarySummation)
CommonSettlementSets the trade settlement monetary summation.
setMonetarySummation in interface CommonSettlement<ItemTax,SpecifiedMonetarySummation>monetarySummation - the new monetary summationCopyright © 2014-2016 Konik.io. All Rights Reserved.