| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
PaymentResult.ResultCodeEnum |
PaymentResult.getResultCode()
the result of the payment
|
static PaymentResult.ResultCodeEnum |
PaymentResult.ResultCodeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentResult.ResultCodeEnum[] |
PaymentResult.ResultCodeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentResult |
PaymentResult.resultCode(PaymentResult.ResultCodeEnum resultCode) |
void |
PaymentResult.setResultCode(PaymentResult.ResultCodeEnum resultCode) |
Copyright © 2017. All rights reserved.