Uses of Class
dev.vality.damsel.merch_stat.StatPayout
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of StatPayout in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return StatPayout Modifier and Type Method Description StatPayoutStatPayout. deepCopy()StatPayoutStatPayout. setAmount(long amount)StatPayoutStatPayout. setCreatedAt(String created_at)StatPayoutStatPayout. setCurrencySymbolicCode(String currency_symbolic_code)StatPayoutStatPayout. setFee(long fee)StatPayoutStatPayout. setId(String id)StatPayoutStatPayout. setPartyId(String party_id)StatPayoutStatPayout. setPayoutToolInfo(PayoutToolInfo payout_tool_info)StatPayoutStatPayout. setShopId(String shop_id)StatPayoutStatPayout. setStatus(PayoutStatus status)Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatPayout Modifier and Type Method Description List<StatPayout>StatResponseData. getPayouts()Methods in dev.vality.damsel.merch_stat with parameters of type StatPayout Modifier and Type Method Description intStatPayout. compareTo(StatPayout other)booleanStatPayout. equals(StatPayout that)Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatPayout Modifier and Type Method Description static StatResponseDataStatResponseData. payouts(List<StatPayout> value)voidStatResponseData. setPayouts(List<StatPayout> value)Constructors in dev.vality.damsel.merch_stat with parameters of type StatPayout Constructor Description StatPayout(StatPayout other)Performs a deep copy on other.