Uses of Class
dev.vality.fistful.webhooker.WithdrawalStarted
| Package | Description |
|---|---|
| dev.vality.fistful.webhooker |
-
Uses of WithdrawalStarted in dev.vality.fistful.webhooker
Methods in dev.vality.fistful.webhooker that return WithdrawalStarted Modifier and Type Method Description WithdrawalStartedWithdrawalStarted. deepCopy()WithdrawalStartedWithdrawalEventType. getStarted()Methods in dev.vality.fistful.webhooker with parameters of type WithdrawalStarted Modifier and Type Method Description intWithdrawalStarted. compareTo(WithdrawalStarted other)booleanWithdrawalStarted. equals(WithdrawalStarted that)voidWithdrawalEventType. setStarted(WithdrawalStarted value)static WithdrawalEventTypeWithdrawalEventType. started(WithdrawalStarted value)Constructors in dev.vality.fistful.webhooker with parameters of type WithdrawalStarted Constructor Description WithdrawalStarted(WithdrawalStarted other)Performs a deep copy on other.