Uses of Class
dev.vality.damsel.payout_processing.PayoutChange
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutChange in dev.vality.damsel.payout_processing
Methods in dev.vality.damsel.payout_processing that return PayoutChange Modifier and Type Method Description PayoutChangePayoutChange. deepCopy()static PayoutChangePayoutChange. payout_created(PayoutCreated value)static PayoutChangePayoutChange. payout_status_changed(PayoutStatusChanged value)Methods in dev.vality.damsel.payout_processing that return types with arguments of type PayoutChange Modifier and Type Method Description List<PayoutChange>EventPayload. getPayoutChanges()Methods in dev.vality.damsel.payout_processing with parameters of type PayoutChange Modifier and Type Method Description intPayoutChange. compareTo(PayoutChange other)booleanPayoutChange. equals(PayoutChange other)Method parameters in dev.vality.damsel.payout_processing with type arguments of type PayoutChange Modifier and Type Method Description static EventPayloadEventPayload. payout_changes(List<PayoutChange> value)voidEventPayload. setPayoutChanges(List<PayoutChange> value)Constructors in dev.vality.damsel.payout_processing with parameters of type PayoutChange Constructor Description PayoutChange(PayoutChange other)