Uses of Class
cz.gopay.api.v3.model.payment.PaymentResult.Result
-
Packages that use PaymentResult.Result Package Description cz.gopay.api.v3.model.payment -
-
Uses of PaymentResult.Result in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return PaymentResult.Result Modifier and Type Method Description PaymentResult.ResultPaymentResult. getResult()static PaymentResult.ResultPaymentResult.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentResult.Result[]PaymentResult.Result. 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 with parameters of type PaymentResult.Result Modifier and Type Method Description voidPaymentResult. setResult(PaymentResult.Result result)
-