Uses of Class
dev.vality.damsel.merch_stat.PayoutCancelled
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of PayoutCancelled in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return PayoutCancelled Modifier and Type Method Description PayoutCancelledPayoutCancelled. deepCopy()PayoutCancelledPayoutStatus. getCancelled()PayoutCancelledPayoutCancelled. setDetails(String details)Methods in dev.vality.damsel.merch_stat with parameters of type PayoutCancelled Modifier and Type Method Description static PayoutStatusPayoutStatus. cancelled(PayoutCancelled value)intPayoutCancelled. compareTo(PayoutCancelled other)booleanPayoutCancelled. equals(PayoutCancelled that)voidPayoutStatus. setCancelled(PayoutCancelled value)Constructors in dev.vality.damsel.merch_stat with parameters of type PayoutCancelled Constructor Description PayoutCancelled(PayoutCancelled other)Performs a deep copy on other.