Uses of Class
dev.vality.fistful.withdrawal_session.CallbackStatusPending
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of CallbackStatusPending in dev.vality.fistful.withdrawal_session
Methods in dev.vality.fistful.withdrawal_session that return CallbackStatusPending Modifier and Type Method Description CallbackStatusPendingCallbackStatusPending. deepCopy()CallbackStatusPendingCallbackStatus. getPending()Methods in dev.vality.fistful.withdrawal_session with parameters of type CallbackStatusPending Modifier and Type Method Description intCallbackStatusPending. compareTo(CallbackStatusPending other)booleanCallbackStatusPending. equals(CallbackStatusPending that)static CallbackStatusCallbackStatus. pending(CallbackStatusPending value)voidCallbackStatus. setPending(CallbackStatusPending value)Constructors in dev.vality.fistful.withdrawal_session with parameters of type CallbackStatusPending Constructor Description CallbackStatusPending(CallbackStatusPending other)Performs a deep copy on other.