Uses of Class
software.xdev.bzst.dip.client.model.message.dac7.BzstDipMonetaryAmount
Packages that use BzstDipMonetaryAmount
-
Uses of BzstDipMonetaryAmount in software.xdev.bzst.dip.client.model.message.dac7
Methods in software.xdev.bzst.dip.client.model.message.dac7 that return BzstDipMonetaryAmountModifier and TypeMethodDescriptionBzstDipConsiderations.considerationQuarter1()Returns the value of theconsiderationQuarter1record component.BzstDipConsiderations.considerationQuarter2()Returns the value of theconsiderationQuarter2record component.BzstDipConsiderations.considerationQuarter3()Returns the value of theconsiderationQuarter3record component.BzstDipConsiderations.considerationQuarter4()Returns the value of theconsiderationQuarter4record component.BzstDipFees.feesQuarter1()Returns the value of thefeesQuarter1record component.BzstDipFees.feesQuarter2()Returns the value of thefeesQuarter2record component.BzstDipFees.feesQuarter3()Returns the value of thefeesQuarter3record component.BzstDipFees.feesQuarter4()Returns the value of thefeesQuarter4record component.BzstDipTaxes.taxesQuarter1()Returns the value of thetaxesQuarter1record component.BzstDipTaxes.taxesQuarter2()Returns the value of thetaxesQuarter2record component.BzstDipTaxes.taxesQuarter3()Returns the value of thetaxesQuarter3record component.BzstDipTaxes.taxesQuarter4()Returns the value of thetaxesQuarter4record component.Constructors in software.xdev.bzst.dip.client.model.message.dac7 with parameters of type BzstDipMonetaryAmountModifierConstructorDescriptionBzstDipConsiderations(BzstDipMonetaryAmount considerationQuarter1, BzstDipMonetaryAmount considerationQuarter2, BzstDipMonetaryAmount considerationQuarter3, BzstDipMonetaryAmount considerationQuarter4) Creates an instance of aBzstDipConsiderationsrecord class.BzstDipFees(BzstDipMonetaryAmount feesQuarter1, BzstDipMonetaryAmount feesQuarter2, BzstDipMonetaryAmount feesQuarter3, BzstDipMonetaryAmount feesQuarter4) Creates an instance of aBzstDipFeesrecord class.BzstDipTaxes(BzstDipMonetaryAmount taxesQuarter1, BzstDipMonetaryAmount taxesQuarter2, BzstDipMonetaryAmount taxesQuarter3, BzstDipMonetaryAmount taxesQuarter4) Creates an instance of aBzstDipTaxesrecord class.