Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.Success
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of Success in dev.vality.damsel.withdrawals.provider_adapter
Methods in dev.vality.damsel.withdrawals.provider_adapter that return Success Modifier and Type Method Description SuccessSuccess. deepCopy()SuccessFinishStatus. getSuccess()Успешное завершение взаимодействия.SuccessSuccess. setTrxInfo(TransactionInfo trx_info)Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Success Modifier and Type Method Description intSuccess. compareTo(Success other)booleanSuccess. equals(Success that)voidFinishStatus. setSuccess(Success value)Успешное завершение взаимодействия.static FinishStatusFinishStatus. success(Success value)Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type Success Constructor Description Success(Success other)Performs a deep copy on other.