public static enum TransactionService.SignTransactionResponse.Result extends java.lang.Enum<TransactionService.SignTransactionResponse.Result> implements com.google.protobuf.Internal.EnumLite
kin.agora.transaction.v4.SignTransactionResponse.Result| Enum Constant and Description |
|---|
INVOICE_ERROR
Indicates there was an error with one or more of the
supplied invoices.
|
OK
OK = 0; |
REJECTED
Indicates that the configured webhook for this transaction
rejected the transaction without a specified reason.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INVOICE_ERROR_VALUE
Indicates there was an error with one or more of the
supplied invoices.
|
static int |
OK_VALUE
OK = 0; |
static int |
REJECTED_VALUE
Indicates that the configured webhook for this transaction
rejected the transaction without a specified reason.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionService.SignTransactionResponse.Result |
forNumber(int value) |
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<TransactionService.SignTransactionResponse.Result> |
internalGetValueMap() |
static com.google.protobuf.Internal.EnumVerifier |
internalGetVerifier() |
static TransactionService.SignTransactionResponse.Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransactionService.SignTransactionResponse.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransactionService.SignTransactionResponse.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionService.SignTransactionResponse.Result OK
OK = 0;public static final TransactionService.SignTransactionResponse.Result REJECTED
Indicates that the configured webhook for this transaction rejected the transaction without a specified reason.
REJECTED = 3;public static final TransactionService.SignTransactionResponse.Result INVOICE_ERROR
Indicates there was an error with one or more of the supplied invoices. See: invoice_errors.
INVOICE_ERROR = 4;public static final TransactionService.SignTransactionResponse.Result UNRECOGNIZED
public static final int OK_VALUE
OK = 0;public static final int REJECTED_VALUE
Indicates that the configured webhook for this transaction rejected the transaction without a specified reason.
REJECTED = 3;public static final int INVOICE_ERROR_VALUE
Indicates there was an error with one or more of the supplied invoices. See: invoice_errors.
INVOICE_ERROR = 4;public static TransactionService.SignTransactionResponse.Result[] values()
for (TransactionService.SignTransactionResponse.Result c : TransactionService.SignTransactionResponse.Result.values()) System.out.println(c);
public static TransactionService.SignTransactionResponse.Result valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite@Deprecated public static TransactionService.SignTransactionResponse.Result valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static TransactionService.SignTransactionResponse.Result forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TransactionService.SignTransactionResponse.Result> internalGetValueMap()
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()