Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AppliedCustomerBillingRate
Packages that use AppliedCustomerBillingRate
Package
Description
-
Uses of AppliedCustomerBillingRate in de.hybris.platform.billmanagementtmfwebservices.v2.api
Methods in de.hybris.platform.billmanagementtmfwebservices.v2.api that return types with arguments of type AppliedCustomerBillingRateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<AppliedCustomerBillingRate>>AppliedCustomerBillingRateApi.listAppliedCustomerBillingRate(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<AppliedCustomerBillingRate>AppliedCustomerBillingRateApi.retrieveAppliedCustomerBillingRate(String id, @Valid String fields) -
Uses of AppliedCustomerBillingRate in de.hybris.platform.billmanagementtmfwebservices.v2.controller
Methods in de.hybris.platform.billmanagementtmfwebservices.v2.controller that return types with arguments of type AppliedCustomerBillingRateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<AppliedCustomerBillingRate>>BmAppliedCustomerBillingRateController.listAppliedCustomerBillingRate(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId) org.springframework.http.ResponseEntity<AppliedCustomerBillingRate>BmAppliedCustomerBillingRateController.retrieveAppliedCustomerBillingRate(String id, @Valid String fields) -
Uses of AppliedCustomerBillingRate in de.hybris.platform.tuawebservicesresources.mappers.appliedcustomerbillingrate
Methods in de.hybris.platform.tuawebservicesresources.mappers.appliedcustomerbillingrate with parameters of type AppliedCustomerBillingRateModifier and TypeMethodDescriptionvoidAppliedCustomerBillingRateAppliedTaxAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateBillAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateBillingAccountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateHrefAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateTaxExcludedAmountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) voidAppliedCustomerBillingRateTaxIncludedAmountAttributeMapper.populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate target, ma.glasnost.orika.MappingContext context) -
Uses of AppliedCustomerBillingRate in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AppliedCustomerBillingRateModifier and TypeMethodDescriptionAppliedCustomerBillingRate.addAppliedTaxItem(AppliedBillingTaxRate appliedTaxItem) AppliedCustomerBillingRate.addCharacteristicItem(AppliedBillingRateCharacteristic characteristicItem) AppliedCustomerBillingRate.appliedTax(List<AppliedBillingTaxRate> appliedTax) AppliedCustomerBillingRate.atBaseType(String atBaseType) AppliedCustomerBillingRate.atSchemaLocation(String atSchemaLocation) AppliedCustomerBillingRate.bill(CustomerBillRef bill) AppliedCustomerBillingRate.billingAccount(BillingAccountRef billingAccount) AppliedCustomerBillingRate.characteristic(List<AppliedBillingRateCharacteristic> characteristic) AppliedCustomerBillingRate.description(String description) AppliedCustomerBillingRate.periodCoverage(TimePeriod periodCoverage) AppliedCustomerBillingRate.product(ProductRef product) AppliedCustomerBillingRate.taxExcludedAmount(Money taxExcludedAmount) AppliedCustomerBillingRate.taxIncludedAmount(Money taxIncludedAmount)