Uses of Class
dev.vality.anapi.v2.model.ChargebackStatus
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of ChargebackStatus in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return ChargebackStatus Modifier and Type Method Description static ChargebackStatusChargebackStatus. fromValue(String value)@Valid ChargebackStatusChargeback. getStatus()Get statusstatic ChargebackStatusChargebackStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargebackStatus[]ChargebackStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.anapi.v2.model with parameters of type ChargebackStatus Modifier and Type Method Description voidChargeback. setStatus(ChargebackStatus status)ChargebackChargeback. status(ChargebackStatus status)