public interface CommonSettlement<T extends Tax,M extends CommonMonetarySummation> extends java.io.Serializable
Contains payment related information.
Modifier and Type | Method and Description |
---|---|
CommonSettlement<T,M> |
addTradeTax(T additionalTradeTax)
Adds a trade tax.
|
Period |
getBillingPeriod()
Gets the billing specified period.
|
M |
getMonetarySummation()
Gets the trade settlement monetary summation.
|
java.util.List<T> |
getTradeTax()
Gets the applicable trade tax.
|
CommonSettlement<T,M> |
setBillingPeriod(Period billingPeriod)
Sets the billing specified period.
|
CommonSettlement<T,M> |
setMonetarySummation(M monetarySummation)
Sets the trade settlement monetary summation.
|
CommonSettlement<T,M> addTradeTax(T additionalTradeTax)
Adds a trade tax.
additionalTradeTax
- Period getBillingPeriod()
Gets the billing specified period.
M getMonetarySummation()
Gets the trade settlement monetary summation.
java.util.List<T> getTradeTax()
Gets the applicable trade tax.
CommonSettlement<T,M> setBillingPeriod(Period billingPeriod)
Sets the billing specified period.
billingPeriod
- the new billing specified periodCommonSettlement<T,M> setMonetarySummation(M monetarySummation)
Sets the trade settlement monetary summation.
monetarySummation
- the new monetary summationCopyright © 2014-2018 Konik.io. All Rights Reserved.