Uses of Class
dev.vality.fistful.withdrawal_session.Withdrawal
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_session |
-
Uses of Withdrawal in dev.vality.fistful.withdrawal_session
Fields in dev.vality.fistful.withdrawal_session declared as Withdrawal Modifier and Type Field Description WithdrawalSession. withdrawalWithdrawalSessionState. withdrawalMethods in dev.vality.fistful.withdrawal_session that return Withdrawal Modifier and Type Method Description WithdrawalWithdrawal. deepCopy()WithdrawalSession. getWithdrawal()WithdrawalSessionState. getWithdrawal()WithdrawalWithdrawal. setCash(Cash cash)WithdrawalWithdrawal. setDestinationResource(Resource destination_resource)WithdrawalWithdrawal. setId(String id)WithdrawalWithdrawal. setQuote(Quote quote)WithdrawalWithdrawal. setReceiver(Identity receiver)WithdrawalWithdrawal. setSender(Identity sender)WithdrawalWithdrawal. setSessionId(String session_id)Methods in dev.vality.fistful.withdrawal_session with parameters of type Withdrawal Modifier and Type Method Description intWithdrawal. compareTo(Withdrawal other)booleanWithdrawal. equals(Withdrawal that)SessionSession. setWithdrawal(Withdrawal withdrawal)SessionStateSessionState. setWithdrawal(Withdrawal withdrawal)Constructors in dev.vality.fistful.withdrawal_session with parameters of type Withdrawal Constructor Description Session(String id, Withdrawal withdrawal, Route route)SessionState(String id, Withdrawal withdrawal, Route route)Withdrawal(Withdrawal other)Performs a deep copy on other.