Uses of Class
dev.vality.damsel.domain.Currency
Packages that use Currency
Package
Description
-
Uses of Currency in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CurrencyMethods in dev.vality.damsel.domain that return CurrencyModifier and TypeMethodDescriptionCurrency.deepCopy()CurrencyObject.getData()Currency.setExponent(short exponent) Currency.setNumericCode(short numeric_code) Currency.setSymbolicCode(String symbolic_code) Methods in dev.vality.damsel.domain with parameters of type CurrencyModifier and TypeMethodDescriptionintbooleanConstructors in dev.vality.damsel.domain with parameters of type CurrencyModifierConstructorDescriptionPerforms a deep copy on other.CurrencyObject(CurrencyRef ref, Currency data) -
Uses of Currency in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as CurrencyMethods in dev.vality.damsel.merch_stat that return CurrencyModifier and TypeMethodDescriptionStatChargeback.getCurrencyCode()StatChargeback.getLevyCurrencyCode()Methods in dev.vality.damsel.merch_stat with parameters of type CurrencyModifier and TypeMethodDescriptionStatChargeback.setCurrencyCode(Currency currency_code) StatChargeback.setLevyCurrencyCode(Currency levy_currency_code) Constructors in dev.vality.damsel.merch_stat with parameters of type CurrencyModifierConstructorDescriptionStatChargeback(String invoice_id, String payment_id, String chargeback_id, String party_id, String shop_id, InvoicePaymentChargebackStatus chargeback_status, String created_at, long levy_amount, Currency levy_currency_code, long amount, Currency currency_code) -
Uses of Currency in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as CurrencyMethods in dev.vality.damsel.payment_processing that return CurrencyMethods in dev.vality.damsel.payment_processing with parameters of type CurrencyConstructors in dev.vality.damsel.payment_processing with parameters of type CurrencyModifierConstructorDescriptionAccountState(long account_id, long own_amount, long available_amount, Currency currency) -
Uses of Currency in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as CurrencyMethods in dev.vality.damsel.proxy_provider that return CurrencyMethods in dev.vality.damsel.proxy_provider with parameters of type CurrencyConstructors in dev.vality.damsel.proxy_provider with parameters of type Currency -
Uses of Currency in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as CurrencyModifier and TypeFieldDescriptionCash.currencyGetQuoteParams.currency_fromGetQuoteParams.currency_toMethods in dev.vality.damsel.withdrawals.provider_adapter that return CurrencyModifier and TypeMethodDescriptionCash.getCurrency()GetQuoteParams.getCurrencyFrom()GetQuoteParams.getCurrencyTo()Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type CurrencyModifier and TypeMethodDescriptionCash.setCurrency(Currency currency) GetQuoteParams.setCurrencyFrom(Currency currency_from) GetQuoteParams.setCurrencyTo(Currency currency_to) Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Currency