Uses of Class
dev.vality.payout.manager.PayoutChange
-
Uses of PayoutChange in dev.vality.payout.manager
Fields in dev.vality.payout.manager declared as PayoutChange Modifier and Type Field Description PayoutChangeEvent. payout_changeMethods in dev.vality.payout.manager that return PayoutChange Modifier and Type Method Description static PayoutChangePayoutChange. created(PayoutCreated value)PayoutChangePayoutChange. deepCopy()PayoutChangeEvent. getPayoutChange()static PayoutChangePayoutChange. status_changed(PayoutStatusChanged value)Methods in dev.vality.payout.manager with parameters of type PayoutChange Modifier and Type Method Description intPayoutChange. compareTo(PayoutChange other)booleanPayoutChange. equals(PayoutChange other)EventEvent. setPayoutChange(PayoutChange payout_change)Constructors in dev.vality.payout.manager with parameters of type PayoutChange Constructor Description Event(String payout_id, int sequence_id, String created_at, PayoutChange payout_change, Payout payout)PayoutChange(PayoutChange other)