Uses of Class
dev.vality.fistful.webhooker.WithdrawalFailed
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WithdrawalFailed in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return WithdrawalFailed Modifier and Type Method Description WithdrawalFailedWithdrawalFailed. deepCopy()WithdrawalFailedWithdrawalEventType. getFailed()Methods in dev.vality.fistful.webhooker with parameters of type WithdrawalFailed Modifier and Type Method Description intWithdrawalFailed. compareTo(WithdrawalFailed other)booleanWithdrawalFailed. equals(WithdrawalFailed that)static WithdrawalEventTypeWithdrawalEventType. failed(WithdrawalFailed value)voidWithdrawalEventType. setFailed(WithdrawalFailed value)Constructors in dev.vality.fistful.webhooker with parameters of type WithdrawalFailed Constructor Description WithdrawalFailed(WithdrawalFailed other)Performs a deep copy on other.