reason property

String? reason
getter/setter pair

The reason for the refund.

Acceptable values are: - "shippingCostAdjustment" - "priceAdjustment"

  • "taxAdjustment" - "feeAdjustment" - "courtesyAdjustment" - "adjustment" - "customerCancelled" - "noInventory" - "productNotAsDescribed" - "undeliverableShippingAddress" - "wrongProductShipped" - "lateShipmentCredit" - "deliveredLateByCarrier" - "productArrivedDamaged"

Implementation

core.String? reason;