Page Summary
-
This content describes the possible results of a transaction requirements check.
-
The transaction requirements check results are part of the deprecated Orders version 2 API.
-
The
RESULT_TYPE_UNSPECIFIEDenum indicates the result type is unspecified. -
The
OKenum means it is okay to continue the transaction. -
USER_ACTION_REQUIREDindicates the user needs to take action, like enabling payments.
Possible results of the transaction requirements check.
| Enums | |
|---|---|
RESULT_TYPE_UNSPECIFIED |
Unspecified. |
OK |
OK to continue transaction. |
USER_ACTION_REQUIRED |
User is expected to take action, e.g. enable payments, to continue transaction. |
ASSISTANT_SURFACE_NOT_SUPPORTED |
Transactions are not supported on current device/surface, e.g. Allo. |
REGION_NOT_SUPPORTED |
Transactions are not supported for current region/country. |