Uses of Class
de.hybris.platform.billmanagementtmfwebservices.v1.dto.AppliedPayment
Packages that use AppliedPayment
Package
Description
-
Uses of AppliedPayment in de.hybris.platform.billmanagementtmfwebservices.v1.dto
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto that return AppliedPaymentModifier and TypeMethodDescriptionAppliedPayment.appliedAmount(Money appliedAmount) Deprecated.AppliedPayment.atBaseType(String atBaseType) Deprecated.AppliedPayment.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.AppliedPayment.payment(PaymentRef payment) Deprecated.Methods in de.hybris.platform.billmanagementtmfwebservices.v1.dto that return types with arguments of type AppliedPaymentModifier and TypeMethodDescription@Valid List<AppliedPayment>CustomerBill.getAppliedPayment()Deprecated.Get appliedPaymentMethods in de.hybris.platform.billmanagementtmfwebservices.v1.dto with parameters of type AppliedPaymentModifier and TypeMethodDescriptionCustomerBill.addAppliedPaymentItem(AppliedPayment appliedPaymentItem) Deprecated.Method parameters in de.hybris.platform.billmanagementtmfwebservices.v1.dto with type arguments of type AppliedPaymentModifier and TypeMethodDescriptionCustomerBill.appliedPayment(List<AppliedPayment> appliedPayment) Deprecated.voidCustomerBill.setAppliedPayment(List<AppliedPayment> appliedPayment) Deprecated. -
Uses of AppliedPayment in de.hybris.platform.billmanagementtmfwebservices.v1.mappers.appliedpayment
Methods in de.hybris.platform.billmanagementtmfwebservices.v1.mappers.appliedpayment with parameters of type AppliedPaymentModifier and TypeMethodDescriptionvoidAppliedPaymentAppliedAmountAttributeMapper.populateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.voidAppliedPaymentAttributeMapper.populateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.voidAppliedPaymentAtTypeAttributeMapper.populateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.voidAppliedPaymentSchemaLocationAttributeMapper.populateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.