Uses of Class
dev.vality.anapi.v2.model.ChargebackStage
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of ChargebackStage in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return ChargebackStage Modifier and Type Method Description static ChargebackStageChargebackStage. fromValue(String value)@Valid ChargebackStageChargeback. getStage()Get stagestatic ChargebackStageChargebackStage. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargebackStage[]ChargebackStage. 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 ChargebackStage Modifier and Type Method Description voidChargeback. setStage(ChargebackStage stage)ChargebackChargeback. stage(ChargebackStage stage)