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