google_api_content v0.40.0 GoogleApi.Content.V2.Model.RefundReason View Source

Attributes

  • description (type: String.t, default: nil) - Description of the reason.

  • reasonCode (type: String.t, default: nil) - Code of the refund reason.

    Acceptable values are:

    • "adjustment"
    • "autoPostInternal"
    • "autoPostInvalidBillingAddress"
    • "autoPostNoInventory"
    • "autoPostPriceError"
    • "autoPostUndeliverableShippingAddress"
    • "couponAbuse"
    • "courtesyAdjustment"
    • "customerCanceled"
    • "customerDiscretionaryReturn"
    • "customerInitiatedMerchantCancel"
    • "customerSupportRequested"
    • "deliveredLateByCarrier"
    • "deliveredTooLate"
    • "expiredItem"
    • "failToPushOrderGoogleError"
    • "failToPushOrderMerchantError"
    • "failToPushOrderMerchantFulfillmentError"
    • "failToPushOrderToMerchant"
    • "failToPushOrderToMerchantOutOfStock"
    • "feeAdjustment"
    • "invalidCoupon"
    • "lateShipmentCredit"
    • "malformedShippingAddress"
    • "merchantDidNotShipOnTime"
    • "noInventory"
    • "orderTimeout"
    • "other"
    • "paymentAbuse"
    • "paymentDeclined"
    • "priceAdjustment"
    • "priceError"
    • "productArrivedDamaged"
    • "productNotAsDescribed"
    • "promoReallocation"
    • "qualityNotAsExpected"
    • "returnRefundAbuse"
    • "shippingCostAdjustment"
    • "shippingPriceError"
    • "taxAdjustment"
    • "taxError"
    • "undeliverableShippingAddress"
    • "unsupportedPoBoxAddress"
    • "wrongProductShipped"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V2.Model.RefundReason{
  description: String.t(),
  reasonCode: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.