Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.Money
Packages that use Money
Package
Description
-
Uses of Money in de.hybris.platform.tuawebservicesresources.converters
Methods in de.hybris.platform.tuawebservicesresources.converters that return MoneyModifier and TypeMethodDescriptionTuaMoneyConverter.convertFrom(Double source, ma.glasnost.orika.metadata.Type<Money> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.tuawebservicesresources.converters with parameters of type MoneyModifier and TypeMethodDescriptionTuaMoneyConverter.convertTo(Money source, ma.glasnost.orika.metadata.Type<Double> destinationType, ma.glasnost.orika.MappingContext mappingContext) Method parameters in de.hybris.platform.tuawebservicesresources.converters with type arguments of type MoneyModifier and TypeMethodDescriptionTuaMoneyConverter.convertFrom(Double source, ma.glasnost.orika.metadata.Type<Money> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of Money in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return MoneyModifier and TypeMethodDescription@NotNull @Valid MoneyAccountBalance.getAmount()Balance amount@Valid MoneyCustomerBill.getAmountDue()Get amountDue@Valid MoneyAppliedPayment.getAppliedAmount()Get appliedAmount@Valid MoneyAccount.getCreditLimit()The maximum amount of money that may be charged on an account@Valid MoneyBillingAccount.getCreditLimit()The maximum amount of money that may be charged on an account@Valid MoneyFinancialAccount.getCreditLimit()The maximum amount of money that may be charged on an account@Valid MoneyPartyAccount.getCreditLimit()The maximum amount of money that may be charged on an account@Valid MoneySettlementAccount.getCreditLimit()The maximum amount of money that may be charged on an account@Valid MoneyPrice.getDutyFreeAmount()All taxes excluded amount (expressed in the given currency)@Valid MoneyCustomerBill.getRemainingAmount()Get remainingAmount@Valid MoneyAppliedBillingTaxRate.getTaxAmount()Tax amount expressed in the given currency@Valid MoneyTaxItem.getTaxAmount()Amount of tax expressed in the given currency@Valid MoneyAppliedCustomerBillingRate.getTaxExcludedAmount()Get taxExcludedAmount@Valid MoneyCustomerBill.getTaxExcludedAmount()Get taxExcludedAmount@Valid MoneyAppliedCustomerBillingRate.getTaxIncludedAmount()Get taxIncludedAmount@Valid MoneyCustomerBill.getTaxIncludedAmount()Get taxIncludedAmount@Valid MoneyPrice.getTaxIncludedAmount()All taxes included amount (expressed in the given currency)@Valid MoneyPaymentPlan.getTotalAmount()Amount paidMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type MoneyModifier and TypeMethodDescriptionAppliedPayment.appliedAmount(Money appliedAmount) Account.creditLimit(Money creditLimit) BillingAccount.creditLimit(Money creditLimit) FinancialAccount.creditLimit(Money creditLimit) PartyAccount.creditLimit(Money creditLimit) SettlementAccount.creditLimit(Money creditLimit) Price.dutyFreeAmount(Money dutyFreeAmount) CustomerBill.remainingAmount(Money remainingAmount) voidvoidCustomerBill.setAmountDue(Money amountDue) voidAppliedPayment.setAppliedAmount(Money appliedAmount) voidAccount.setCreditLimit(Money creditLimit) voidBillingAccount.setCreditLimit(Money creditLimit) voidFinancialAccount.setCreditLimit(Money creditLimit) voidPartyAccount.setCreditLimit(Money creditLimit) voidSettlementAccount.setCreditLimit(Money creditLimit) voidPrice.setDutyFreeAmount(Money dutyFreeAmount) voidCustomerBill.setRemainingAmount(Money remainingAmount) voidAppliedBillingTaxRate.setTaxAmount(Money taxAmount) voidTaxItem.setTaxAmount(Money taxAmount) voidAppliedCustomerBillingRate.setTaxExcludedAmount(Money taxExcludedAmount) voidCustomerBill.setTaxExcludedAmount(Money taxExcludedAmount) voidAppliedCustomerBillingRate.setTaxIncludedAmount(Money taxIncludedAmount) voidCustomerBill.setTaxIncludedAmount(Money taxIncludedAmount) voidPrice.setTaxIncludedAmount(Money taxIncludedAmount) voidPaymentPlan.setTotalAmount(Money totalAmount) AppliedCustomerBillingRate.taxExcludedAmount(Money taxExcludedAmount) CustomerBill.taxExcludedAmount(Money taxExcludedAmount) AppliedCustomerBillingRate.taxIncludedAmount(Money taxIncludedAmount) CustomerBill.taxIncludedAmount(Money taxIncludedAmount) Price.taxIncludedAmount(Money taxIncludedAmount) PaymentPlan.totalAmount(Money totalAmount)