Uses of Class
dev.vality.damsel.merch_stat.StatPayout
Packages that use StatPayout
-
Uses of StatPayout in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return StatPayoutModifier and TypeMethodDescriptionStatPayout.deepCopy()StatPayout.setAmount(long amount) StatPayout.setCreatedAt(String created_at) StatPayout.setCurrencySymbolicCode(String currency_symbolic_code) StatPayout.setFee(long fee) StatPayout.setPartyId(String party_id) StatPayout.setPayoutToolInfo(PayoutToolInfo payout_tool_info) StatPayout.setStatus(PayoutStatus status) Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatPayoutMethods in dev.vality.damsel.merch_stat with parameters of type StatPayoutModifier and TypeMethodDescriptionintStatPayout.compareTo(StatPayout other) booleanStatPayout.equals(StatPayout that) Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatPayoutModifier and TypeMethodDescriptionstatic StatResponseDataStatResponseData.payouts(List<StatPayout> value) voidStatResponseData.setPayouts(List<StatPayout> value) Constructors in dev.vality.damsel.merch_stat with parameters of type StatPayout