Uses of Class
dev.vality.damsel.claim_management.PayoutToolCurrencyMismatch
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of PayoutToolCurrencyMismatch in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return PayoutToolCurrencyMismatch Modifier and Type Method Description PayoutToolCurrencyMismatchPayoutToolCurrencyMismatch. deepCopy()PayoutToolCurrencyMismatchInvalidShopPayoutTool. getCurrencyMismatch()PayoutToolCurrencyMismatchPayoutToolCurrencyMismatch. setPayoutToolCurrency(CurrencyRef payout_tool_currency)PayoutToolCurrencyMismatchPayoutToolCurrencyMismatch. setPayoutToolId(String payout_tool_id)PayoutToolCurrencyMismatchPayoutToolCurrencyMismatch. setShopAccountCurrency(CurrencyRef shop_account_currency)Methods in dev.vality.damsel.claim_management with parameters of type PayoutToolCurrencyMismatch Modifier and Type Method Description intPayoutToolCurrencyMismatch. compareTo(PayoutToolCurrencyMismatch other)static InvalidShopPayoutToolInvalidShopPayoutTool. currency_mismatch(PayoutToolCurrencyMismatch value)booleanPayoutToolCurrencyMismatch. equals(PayoutToolCurrencyMismatch that)voidInvalidShopPayoutTool. setCurrencyMismatch(PayoutToolCurrencyMismatch value)Constructors in dev.vality.damsel.claim_management with parameters of type PayoutToolCurrencyMismatch Constructor Description PayoutToolCurrencyMismatch(PayoutToolCurrencyMismatch other)Performs a deep copy on other.