refundReason property

String? refundReason
getter/setter pair

The reason the order was refunded. Possible string values are:

  • "REFUND_REASON_UNSPECIFIED" : Refund reason unspecified. This value is not used.
  • "OTHER" : The order was refunded for a reason other than the listed reasons here.
  • "CHARGEBACK" : The order was charged back.

Implementation

core.String? refundReason;