state property

String? state
getter/setter pair

The state of the partial refund. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified. This value is not used.
  • "PENDING" : The partial refund has been created, but not yet processed.
  • "PROCESSED_SUCCESSFULLY" : The partial refund was processed successfully.

Implementation

core.String? state;