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.mappers.customerbill
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbill that return types with arguments of type BillingAccountRefModifier and TypeMethodDescriptionCustomerBillBillingAccountAttributeMapper.getTuaBillingAccountResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbill with type arguments of type BillingAccountRefModifierConstructorDescriptionCustomerBillBillingAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<BillingAccountRef, TuaBillingAccountModel> tuaBillingAccountResourceNormalizer) -
Uses of BillingAccountRef in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand that return types with arguments of type BillingAccountRefModifier and TypeMethodDescriptionCustomerBillOnDemandBillingAccountAttributeMapper.getTuaBillingAccountResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand with type arguments of type BillingAccountRefModifierConstructorDescriptionCustomerBillOnDemandBillingAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<BillingAccountRef, TuaBillingAccountModel> tuaBillingAccountResourceNormalizer) -
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)