Uses of Class
dev.vality.damsel.payment_processing.PayoutToolParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PayoutToolParams in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return PayoutToolParams Modifier and Type Method Description PayoutToolParamsPayoutToolParams. deepCopy()PayoutToolParamsPayoutToolModification. getCreation()PayoutToolParamsPayoutToolParams. setCurrency(CurrencyRef currency)PayoutToolParamsPayoutToolParams. setToolInfo(PayoutToolInfo tool_info)Methods in dev.vality.damsel.payment_processing with parameters of type PayoutToolParams Modifier and Type Method Description intPayoutToolParams. compareTo(PayoutToolParams other)static PayoutToolModificationPayoutToolModification. creation(PayoutToolParams value)booleanPayoutToolParams. equals(PayoutToolParams that)voidPayoutToolModification. setCreation(PayoutToolParams value)Constructors in dev.vality.damsel.payment_processing with parameters of type PayoutToolParams Constructor Description PayoutToolParams(PayoutToolParams other)Performs a deep copy on other.