Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.PaymentPlan
Packages that use PaymentPlan
Package
Description
-
Uses of PaymentPlan in de.hybris.platform.tuawebservicesresources.mappers.paymentplan
Methods in de.hybris.platform.tuawebservicesresources.mappers.paymentplan with parameters of type PaymentPlanModifier and TypeMethodDescriptionvoidPaymentPlanPaymentPeriodAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanPlanTypeAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanRefPaymentMethodAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanTotalAmountAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanValidForAttributeMapper.populateSourceAttributeFromTarget(PaymentPlan target, TuaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) voidPaymentPlanNumberOfPaymentAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanPaymentFrequencyAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanPaymentPeriodAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanPlanTypeAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanRefPaymentMethodAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanTotalAmountAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanTypeAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) voidPaymentPlanValidForAttributeMapper.populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentPlan in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return PaymentPlanModifier and TypeMethodDescriptionPaymentPlan.atBaseType(String atBaseType) PaymentPlan.atSchemaLocation(String atSchemaLocation) PaymentPlan.numberOfPayments(Integer numberOfPayments) PaymentPlan.paymentFrequency(String paymentFrequency) PaymentPlan.paymentMethod(PaymentMethodRef paymentMethod) PaymentPlan.totalAmount(Money totalAmount) PaymentPlan.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type PaymentPlanModifier and TypeMethodDescription@Valid List<PaymentPlan>BillingAccount.getPaymentPlan()Get paymentPlan@Valid List<PaymentPlan>PartyAccount.getPaymentPlan()Get paymentPlan@Valid List<PaymentPlan>SettlementAccount.getPaymentPlan()Get paymentPlanMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type PaymentPlanModifier and TypeMethodDescriptionBillingAccount.addPaymentPlanItem(PaymentPlan paymentPlanItem) PartyAccount.addPaymentPlanItem(PaymentPlan paymentPlanItem) SettlementAccount.addPaymentPlanItem(PaymentPlan paymentPlanItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type PaymentPlanModifier and TypeMethodDescriptionBillingAccount.paymentPlan(List<PaymentPlan> paymentPlan) PartyAccount.paymentPlan(List<PaymentPlan> paymentPlan) SettlementAccount.paymentPlan(List<PaymentPlan> paymentPlan) voidBillingAccount.setPaymentPlan(List<PaymentPlan> paymentPlan) voidPartyAccount.setPaymentPlan(List<PaymentPlan> paymentPlan) voidSettlementAccount.setPaymentPlan(List<PaymentPlan> paymentPlan)