Uses of Class
cz.gopay.api.v3.model.payment.support.Preauthorization.PreAuthState
-
Packages that use Preauthorization.PreAuthState Package Description cz.gopay.api.v3.model.payment.support -
-
Uses of Preauthorization.PreAuthState in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return Preauthorization.PreAuthState Modifier and Type Method Description Preauthorization.PreAuthStatePreauthorization. getPreAuthState()static Preauthorization.PreAuthStatePreauthorization.PreAuthState. valueOf(String name)Returns the enum constant of this type with the specified name.static Preauthorization.PreAuthState[]Preauthorization.PreAuthState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.gopay.api.v3.model.payment.support with parameters of type Preauthorization.PreAuthState Modifier and Type Method Description PreauthorizationPreauthorization. inState(Preauthorization.PreAuthState state)voidPreauthorization. setPreAuthState(Preauthorization.PreAuthState preAuthState)
-