Uses of Class
dev.vality.damsel.merch_stat.StatChargeback
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of StatChargeback in dev.vality.damsel.merch_stat
Methods in dev.vality.damsel.merch_stat that return types with arguments of type StatChargeback Modifier and Type Method Description List<StatChargeback>StatResponseData. getChargebacks()Methods in dev.vality.damsel.merch_stat with parameters of type StatChargeback Modifier and Type Method Description intStatChargeback. compareTo(StatChargeback other)booleanStatChargeback. equals(StatChargeback that)Method parameters in dev.vality.damsel.merch_stat with type arguments of type StatChargeback Modifier and Type Method Description static StatResponseDataStatResponseData. chargebacks(List<StatChargeback> value)voidStatResponseData. setChargebacks(List<StatChargeback> value)Constructors in dev.vality.damsel.merch_stat with parameters of type StatChargeback Constructor Description StatChargeback(StatChargeback other)Performs a deep copy on other.