Uses of Class
dev.vality.anapi.v2.model.ChargebackCategory
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of ChargebackCategory in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return ChargebackCategory Modifier and Type Method Description static ChargebackCategoryChargebackCategory. fromValue(String value)@NotNull @Valid ChargebackCategoryChargebackReason. getCategory()Get categorystatic ChargebackCategoryChargebackCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargebackCategory[]ChargebackCategory. 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 ChargebackCategory Modifier and Type Method Description ChargebackReasonChargebackReason. category(ChargebackCategory category)voidChargebackReason. setCategory(ChargebackCategory category)