transactionState property
The current state of the transaction.
Output only. Possible string values are:
- "TRANSACTION_STATE_UNSPECIFIED" : Unspecified transaction state. Not used.
- "TRANSACTION_REPORTED" : The transaction has been successfully reported to Google.
- "TRANSACTION_CANCELED" : The transaction has been fully refunded.
Implementation
core.String? transactionState;