Uses of Class
dev.vality.damsel.domain.CurrencyRef
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management | |
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.payout_processing |
-
Uses of CurrencyRef in dev.vality.damsel.claim_management
Fields in dev.vality.damsel.claim_management declared as CurrencyRef Modifier and Type Field Description CurrencyRefPayoutToolParams. currencyCurrencyRefShopAccountParams. currencyCurrencyRefWalletAccountParams. currencyCurrencyRefPayoutToolCurrencyMismatch. payout_tool_currencyCurrencyRefPayoutToolCurrencyMismatch. shop_account_currencyMethods in dev.vality.damsel.claim_management that return CurrencyRef Modifier and Type Method Description CurrencyRefPayoutToolParams. getCurrency()CurrencyRefShopAccountParams. getCurrency()CurrencyRefWalletAccountParams. getCurrency()CurrencyRefPayoutToolCurrencyMismatch. getPayoutToolCurrency()CurrencyRefPayoutToolCurrencyMismatch. getShopAccountCurrency()Methods in dev.vality.damsel.claim_management with parameters of type CurrencyRef Modifier and Type Method Description PayoutToolParamsPayoutToolParams. setCurrency(CurrencyRef currency)ShopAccountParamsShopAccountParams. setCurrency(CurrencyRef currency)WalletAccountParamsWalletAccountParams. setCurrency(CurrencyRef currency)PayoutToolCurrencyMismatchPayoutToolCurrencyMismatch. setPayoutToolCurrency(CurrencyRef payout_tool_currency)PayoutToolCurrencyMismatchPayoutToolCurrencyMismatch. setShopAccountCurrency(CurrencyRef shop_account_currency)Constructors in dev.vality.damsel.claim_management with parameters of type CurrencyRef Constructor Description PayoutToolCurrencyMismatch(CurrencyRef shop_account_currency, String payout_tool_id, CurrencyRef payout_tool_currency)PayoutToolParams(CurrencyRef currency, PayoutToolInfo tool_info)ShopAccountParams(CurrencyRef currency)WalletAccountParams(CurrencyRef currency) -
Uses of CurrencyRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CurrencyRef Modifier and Type Field Description CurrencyRefCash. currencyCurrencyRefPayoutTool. currencyCurrencyRefShopAccount. currencyCurrencyRefWalletAccount. currencyCurrencyRefCurrencyObject. refFields in dev.vality.damsel.domain with type parameters of type CurrencyRef Modifier and Type Field Description Map<CurrencyRef,ExternalAccount>ExternalAccountSet. accountsMap<CurrencyRef,ProviderAccount>Provider. accountsMap<CurrencyRef,SystemAccount>SystemAccountSet. accountsMethods in dev.vality.damsel.domain that return CurrencyRef Modifier and Type Method Description CurrencyRefCurrencyRef. deepCopy()CurrencyRefCash. getCurrency()CurrencyRefPayoutTool. getCurrency()CurrencyRefReference. getCurrency()CurrencyRefShopAccount. getCurrency()CurrencyRefWalletAccount. getCurrency()CurrencyRefCondition. getCurrencyIs()CurrencyRefCurrencyObject. getRef()CurrencyRefCurrencyRef. setSymbolicCode(String symbolic_code)Methods in dev.vality.damsel.domain that return types with arguments of type CurrencyRef Modifier and Type Method Description Map<CurrencyRef,ExternalAccount>ExternalAccountSet. getAccounts()Map<CurrencyRef,ProviderAccount>Provider. getAccounts()Map<CurrencyRef,SystemAccount>SystemAccountSet. getAccounts()Set<CurrencyRef>CurrencySelector. getValue()Methods in dev.vality.damsel.domain with parameters of type CurrencyRef Modifier and Type Method Description intCurrencyRef. 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)CashCash. setCurrency(CurrencyRef currency)PayoutToolPayoutTool. setCurrency(CurrencyRef currency)voidReference. setCurrency(CurrencyRef value)ShopAccountShopAccount. setCurrency(CurrencyRef currency)WalletAccountWalletAccount. setCurrency(CurrencyRef currency)voidCondition. setCurrencyIs(CurrencyRef value)CurrencyObjectCurrencyObject. setRef(CurrencyRef ref)Method parameters in dev.vality.damsel.domain with type arguments of type CurrencyRef Modifier and Type Method Description ExternalAccountSetExternalAccountSet. setAccounts(Map<CurrencyRef,ExternalAccount> accounts)ProviderProvider. setAccounts(Map<CurrencyRef,ProviderAccount> accounts)SystemAccountSetSystemAccountSet. 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 CurrencyRef Constructor Description Cash(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 CurrencyRef Constructor Description ExternalAccountSet(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 CurrencyRef Modifier and Type Field Description CurrencyRefComputeContractTermsVarset. currencyCurrencyRefPayoutToolParams. currencyCurrencyRefShopAccountParams. currencyCurrencyRefVarset. currencyCurrencyRefWalletAccountParams. currencyMethods in dev.vality.damsel.payment_processing that return CurrencyRef Modifier and Type Method Description CurrencyRefComputeContractTermsVarset. getCurrency()CurrencyRefPayoutToolParams. getCurrency()CurrencyRefShopAccountParams. getCurrency()CurrencyRefVarset. getCurrency()CurrencyRefWalletAccountParams. getCurrency()Methods in dev.vality.damsel.payment_processing with parameters of type CurrencyRef Modifier and Type Method Description ComputeContractTermsVarsetComputeContractTermsVarset. setCurrency(CurrencyRef currency)PayoutToolParamsPayoutToolParams. setCurrency(CurrencyRef currency)ShopAccountParamsShopAccountParams. setCurrency(CurrencyRef currency)VarsetVarset. setCurrency(CurrencyRef currency)WalletAccountParamsWalletAccountParams. setCurrency(CurrencyRef currency)Constructors in dev.vality.damsel.payment_processing with parameters of type CurrencyRef Constructor Description PayoutToolParams(CurrencyRef currency, PayoutToolInfo tool_info)ShopAccountParams(CurrencyRef currency)WalletAccountParams(CurrencyRef currency) -
Uses of CurrencyRef in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as CurrencyRef Modifier and Type Field Description CurrencyRefPayout. currencyCurrencyRefPayoutSearchCriteria. currencyMethods in dev.vality.damsel.payout_processing that return CurrencyRef Modifier and Type Method Description CurrencyRefPayout. getCurrency()CurrencyRefPayoutSearchCriteria. getCurrency()Methods in dev.vality.damsel.payout_processing with parameters of type CurrencyRef Modifier and Type Method Description PayoutPayout. setCurrency(CurrencyRef currency)PayoutSearchCriteriaPayoutSearchCriteria. setCurrency(CurrencyRef currency)Constructors in dev.vality.damsel.payout_processing with parameters of type CurrencyRef Constructor Description Payout(String id, String party_id, String shop_id, String contract_id, String created_at, PayoutStatus status, long amount, long fee, CurrencyRef currency, List<FinalCashFlowPosting> payout_flow, PayoutType type)