Uses of Class
dev.vality.damsel.payout_processing.PayoutPaid
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutPaid in dev.vality.damsel.payout_processing
Methods in dev.vality.damsel.payout_processing that return PayoutPaid Modifier and Type Method Description PayoutPaidPayoutPaid. deepCopy()PayoutPaidPayoutStatus. getPaid()Methods in dev.vality.damsel.payout_processing with parameters of type PayoutPaid Modifier and Type Method Description intPayoutPaid. compareTo(PayoutPaid other)booleanPayoutPaid. equals(PayoutPaid that)static PayoutStatusPayoutStatus. paid(PayoutPaid value)voidPayoutStatus. setPaid(PayoutPaid value)Constructors in dev.vality.damsel.payout_processing with parameters of type PayoutPaid Constructor Description PayoutPaid(PayoutPaid other)Performs a deep copy on other.