Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AppliedBillingTaxRate
Packages that use AppliedBillingTaxRate
Package
Description
-
Uses of AppliedBillingTaxRate in de.hybris.platform.tuawebservicesresources.mappers.appliedbillingtaxrate
Methods in de.hybris.platform.tuawebservicesresources.mappers.appliedbillingtaxrate with parameters of type AppliedBillingTaxRateModifier and TypeMethodDescriptionvoidAppliedBillingTaxRateTaxAmountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedPartyBillingTaxRateModel source, AppliedBillingTaxRate target, ma.glasnost.orika.MappingContext context) -
Uses of AppliedBillingTaxRate in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AppliedBillingTaxRateModifier and TypeMethodDescriptionAppliedBillingTaxRate.atBaseType(String atBaseType) AppliedBillingTaxRate.atSchemaLocation(String atSchemaLocation) AppliedBillingTaxRate.taxCategory(String taxCategory) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AppliedBillingTaxRateModifier and TypeMethodDescription@Valid List<AppliedBillingTaxRate>AppliedCustomerBillingRate.getAppliedTax()Get appliedTaxMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AppliedBillingTaxRateModifier and TypeMethodDescriptionAppliedCustomerBillingRate.addAppliedTaxItem(AppliedBillingTaxRate appliedTaxItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AppliedBillingTaxRateModifier and TypeMethodDescriptionAppliedCustomerBillingRate.appliedTax(List<AppliedBillingTaxRate> appliedTax) voidAppliedCustomerBillingRate.setAppliedTax(List<AppliedBillingTaxRate> appliedTax)