Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.BillingAccountRef
Packages that use BillingAccountRef
Package
Description
-
Uses of BillingAccountRef in de.hybris.platform.tuawebservicesresources.mappers.billingaccountref
Methods in de.hybris.platform.tuawebservicesresources.mappers.billingaccountref with parameters of type BillingAccountRefModifier and TypeMethodDescriptionvoidBillingAccountRefBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccountRef target, ma.glasnost.orika.MappingContext context) voidBillingAccountRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccountRef target, ma.glasnost.orika.MappingContext context) voidBillingAccountRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccountRef target, ma.glasnost.orika.MappingContext context) voidBillingAccountRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccountRef target, ma.glasnost.orika.MappingContext context) -
Uses of BillingAccountRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return BillingAccountRefModifier and TypeMethodDescriptionBillingAccountRef.atbaseType(String atbaseType) BillingAccountRef.atreferredType(String atreferredType) BillingAccountRef.atschemaLocation(String atschemaLocation) @Valid BillingAccountRefAppliedCustomerBillingRate.getBillingAccount()Get billingAccount@Valid BillingAccountRefCustomerBill.getBillingAccount()Get billingAccount@Valid BillingAccountRefCustomerBillOnDemand.getBillingAccount()Get billingAccount@Valid BillingAccountRefProduct.getBillingAccount()Get billingAccount@Valid BillingAccountRefProductPrice.getBillingAccount()Get billingAccount@Valid BillingAccountRefProductRefOrValue.getBillingAccount()Get billingAccountMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type BillingAccountRefModifier and TypeMethodDescriptionAppliedCustomerBillingRate.billingAccount(BillingAccountRef billingAccount) CustomerBill.billingAccount(BillingAccountRef billingAccount) CustomerBillOnDemand.billingAccount(BillingAccountRef billingAccount) Product.billingAccount(BillingAccountRef billingAccount) ProductPrice.billingAccount(BillingAccountRef billingAccount) ProductRefOrValue.billingAccount(BillingAccountRef billingAccount) voidAppliedCustomerBillingRate.setBillingAccount(BillingAccountRef billingAccount) voidCustomerBill.setBillingAccount(BillingAccountRef billingAccount) voidCustomerBillOnDemand.setBillingAccount(BillingAccountRef billingAccount) voidProduct.setBillingAccount(BillingAccountRef billingAccount) voidProductPrice.setBillingAccount(BillingAccountRef billingAccount) voidProductRefOrValue.setBillingAccount(BillingAccountRef billingAccount)