Uses of Class
dev.vality.damsel.domain.Currency
-
Uses of Currency in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Currency Modifier and Type Field Description CurrencyCurrencyObject. dataMethods in dev.vality.damsel.domain that return Currency Modifier and Type Method Description CurrencyCurrency. deepCopy()CurrencyCurrencyObject. getData()CurrencyCurrency. setExponent(short exponent)CurrencyCurrency. setName(String name)CurrencyCurrency. setNumericCode(short numeric_code)CurrencyCurrency. setSymbolicCode(String symbolic_code)Methods in dev.vality.damsel.domain with parameters of type Currency Modifier and Type Method Description intCurrency. compareTo(Currency other)booleanCurrency. equals(Currency that)CurrencyObjectCurrencyObject. setData(Currency data)Constructors in dev.vality.damsel.domain with parameters of type Currency Constructor Description Currency(Currency other)Performs 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 Currency Modifier and Type Field Description CurrencyStatChargeback. currency_codeCurrencyStatChargeback. levy_currency_codeMethods in dev.vality.damsel.merch_stat that return Currency Modifier and Type Method Description CurrencyStatChargeback. getCurrencyCode()CurrencyStatChargeback. getLevyCurrencyCode()Methods in dev.vality.damsel.merch_stat with parameters of type Currency Modifier and Type Method Description StatChargebackStatChargeback. setCurrencyCode(Currency currency_code)StatChargebackStatChargeback. setLevyCurrencyCode(Currency levy_currency_code)Constructors in dev.vality.damsel.merch_stat with parameters of type Currency Constructor Description StatChargeback(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 Currency Modifier and Type Field Description CurrencyAccountState. currencyMethods in dev.vality.damsel.payment_processing that return Currency Modifier and Type Method Description CurrencyAccountState. getCurrency()Methods in dev.vality.damsel.payment_processing with parameters of type Currency Modifier and Type Method Description AccountStateAccountState. setCurrency(Currency currency)Constructors in dev.vality.damsel.payment_processing with parameters of type Currency Constructor Description AccountState(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 Currency Modifier and Type Field Description CurrencyCash. currencyMethods in dev.vality.damsel.proxy_provider that return Currency Modifier and Type Method Description CurrencyCash. getCurrency()Methods in dev.vality.damsel.proxy_provider with parameters of type Currency Modifier and Type Method Description CashCash. setCurrency(Currency currency)Constructors in dev.vality.damsel.proxy_provider with parameters of type Currency Constructor Description Cash(long amount, Currency currency) -
Uses of Currency in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as Currency Modifier and Type Field Description CurrencyCash. currencyCurrencyGetQuoteParams. currency_fromCurrencyGetQuoteParams. currency_toMethods in dev.vality.damsel.withdrawals.provider_adapter that return Currency Modifier and Type Method Description CurrencyCash. getCurrency()CurrencyGetQuoteParams. getCurrencyFrom()CurrencyGetQuoteParams. getCurrencyTo()Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Currency Modifier and Type Method Description CashCash. setCurrency(Currency currency)GetQuoteParamsGetQuoteParams. setCurrencyFrom(Currency currency_from)GetQuoteParamsGetQuoteParams. setCurrencyTo(Currency currency_to)Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Currency Constructor Description Cash(long amount, Currency currency)GetQuoteParams(Currency currency_from, Currency currency_to, Cash exchange_cash)