google_api_content v0.38.0 GoogleApi.Content.V21.Model.OrderreturnsRefundOperation View Source

Attributes

  • fullRefund (type: boolean(), default: nil) - If true, the item will be fully refunded.
  • partialRefund (type: GoogleApi.Content.V21.Model.OrderreturnsPartialRefund.t, default: nil) - If this is set, the item will be partially refunded.
  • reasonText (type: String.t, default: nil) - The explanation of the reason.
  • returnRefundReason (type: String.t, default: nil) - Code of the refund reason.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V21.Model.OrderreturnsRefundOperation{
  fullRefund: boolean(),
  partialRefund: GoogleApi.Content.V21.Model.OrderreturnsPartialRefund.t(),
  reasonText: String.t(),
  returnRefundReason: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.