Uses of Class
dev.vality.damsel.domain.CurrencyRef
Packages that use CurrencyRef
Package
Description
-
Uses of CurrencyRef in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as CurrencyRefModifier and TypeFieldDescriptionNewWalletParams.currencyShopAccountParams.currencyWalletAccountParams.currencyMethods in dev.vality.damsel.claim_management that return CurrencyRefModifier and TypeMethodDescriptionNewWalletParams.getCurrency()ShopAccountParams.getCurrency()WalletAccountParams.getCurrency()Methods in dev.vality.damsel.claim_management with parameters of type CurrencyRefModifier and TypeMethodDescriptionNewWalletParams.setCurrency(CurrencyRef currency) ShopAccountParams.setCurrency(CurrencyRef currency) WalletAccountParams.setCurrency(CurrencyRef currency) Constructors in dev.vality.damsel.claim_management with parameters of type CurrencyRefModifierConstructorDescriptionNewWalletParams(String identity_id, String name, CurrencyRef currency) ShopAccountParams(CurrencyRef currency) WalletAccountParams(CurrencyRef currency) -
Uses of CurrencyRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CurrencyRefModifier and TypeFieldDescriptionCash.currencyPayoutTool.currencyShopAccount.currencyWalletAccount.currencyCurrencyObject.refFields in dev.vality.damsel.domain with type parameters of type CurrencyRefModifier and TypeFieldDescriptionExternalAccountSet.accountsProvider.accountsSystemAccountSet.accountsMethods in dev.vality.damsel.domain that return CurrencyRefModifier and TypeMethodDescriptionCurrencyRef.deepCopy()Cash.getCurrency()PayoutTool.getCurrency()Reference.getCurrency()ShopAccount.getCurrency()WalletAccount.getCurrency()Condition.getCurrencyIs()CurrencyObject.getRef()CurrencyRef.setSymbolicCode(String symbolic_code) Methods in dev.vality.damsel.domain that return types with arguments of type CurrencyRefModifier and TypeMethodDescriptionExternalAccountSet.getAccounts()Provider.getAccounts()SystemAccountSet.getAccounts()CurrencySelector.getValue()Methods in dev.vality.damsel.domain with parameters of type CurrencyRefModifier and TypeMethodDescriptionintCurrencyRef.compareTo(CurrencyRef other) static ReferenceReference.currency(CurrencyRef value) static ConditionCondition.currency_is(CurrencyRef value) booleanCurrencyRef.equals(CurrencyRef that) voidExternalAccountSet.putToAccounts(CurrencyRef key, ExternalAccount val) voidProvider.putToAccounts(CurrencyRef key, ProviderAccount val) voidSystemAccountSet.putToAccounts(CurrencyRef key, SystemAccount val) Cash.setCurrency(CurrencyRef currency) PayoutTool.setCurrency(CurrencyRef currency) voidReference.setCurrency(CurrencyRef value) ShopAccount.setCurrency(CurrencyRef currency) WalletAccount.setCurrency(CurrencyRef currency) voidCondition.setCurrencyIs(CurrencyRef value) CurrencyObject.setRef(CurrencyRef ref) Method parameters in dev.vality.damsel.domain with type arguments of type CurrencyRefModifier and TypeMethodDescriptionExternalAccountSet.setAccounts(Map<CurrencyRef, ExternalAccount> accounts) Provider.setAccounts(Map<CurrencyRef, ProviderAccount> accounts) SystemAccountSet.setAccounts(Map<CurrencyRef, SystemAccount> accounts) voidCurrencySelector.setValue(Set<CurrencyRef> value) static CurrencySelectorCurrencySelector.value(Set<CurrencyRef> value) Constructors in dev.vality.damsel.domain with parameters of type CurrencyRefModifierConstructorDescriptionCash(long amount, CurrencyRef currency) CurrencyObject(CurrencyRef ref, Currency data) CurrencyRef(CurrencyRef other) Performs a deep copy on other.PayoutTool(String id, String created_at, CurrencyRef currency, PayoutToolInfo payout_tool_info) ShopAccount(CurrencyRef currency, long settlement, long guarantee, long payout) WalletAccount(CurrencyRef currency, long settlement, long payout) Constructor parameters in dev.vality.damsel.domain with type arguments of type CurrencyRefModifierConstructorDescriptionExternalAccountSet(String name, String description, Map<CurrencyRef, ExternalAccount> accounts) SystemAccountSet(String name, String description, Map<CurrencyRef, SystemAccount> accounts) -
Uses of CurrencyRef in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as CurrencyRefModifier and TypeFieldDescriptionComputeContractTermsVarset.currencyShopAccountParams.currencyVarset.currencyWalletAccountParams.currencyMethods in dev.vality.damsel.payment_processing that return CurrencyRefModifier and TypeMethodDescriptionComputeContractTermsVarset.getCurrency()ShopAccountParams.getCurrency()Varset.getCurrency()WalletAccountParams.getCurrency()Methods in dev.vality.damsel.payment_processing with parameters of type CurrencyRefModifier and TypeMethodDescriptionComputeContractTermsVarset.setCurrency(CurrencyRef currency) ShopAccountParams.setCurrency(CurrencyRef currency) Varset.setCurrency(CurrencyRef currency) WalletAccountParams.setCurrency(CurrencyRef currency) Constructors in dev.vality.damsel.payment_processing with parameters of type CurrencyRefModifierConstructorDescriptionShopAccountParams(CurrencyRef currency) WalletAccountParams(CurrencyRef currency)