Uses of Class
dev.vality.fistful.fistful_stat.StatWithdrawal
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of StatWithdrawal in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return StatWithdrawal Modifier and Type Method Description StatWithdrawalStatWithdrawal. deepCopy()StatWithdrawalStatWithdrawal. setAmount(long amount)StatWithdrawalStatWithdrawal. setCreatedAt(String created_at)StatWithdrawalStatWithdrawal. setCurrencySymbolicCode(String currency_symbolic_code)StatWithdrawalStatWithdrawal. setDestinationId(String destination_id)StatWithdrawalStatWithdrawal. setExternalId(String external_id)StatWithdrawalStatWithdrawal. setFee(long fee)StatWithdrawalStatWithdrawal. setId(String id)StatWithdrawalStatWithdrawal. setIdentityId(String identity_id)StatWithdrawalStatWithdrawal. setSourceId(String source_id)StatWithdrawalStatWithdrawal. setStatus(WithdrawalStatus status)Methods in dev.vality.fistful.fistful_stat that return types with arguments of type StatWithdrawal Modifier and Type Method Description List<StatWithdrawal>StatResponseData. getWithdrawals()Methods in dev.vality.fistful.fistful_stat with parameters of type StatWithdrawal Modifier and Type Method Description intStatWithdrawal. compareTo(StatWithdrawal other)booleanStatWithdrawal. equals(StatWithdrawal that)Method parameters in dev.vality.fistful.fistful_stat with type arguments of type StatWithdrawal Modifier and Type Method Description voidStatResponseData. setWithdrawals(List<StatWithdrawal> value)static StatResponseDataStatResponseData. withdrawals(List<StatWithdrawal> value)Constructors in dev.vality.fistful.fistful_stat with parameters of type StatWithdrawal Constructor Description StatWithdrawal(StatWithdrawal other)Performs a deep copy on other.