View Source GoogleApi.Content.V21.Model.OrderLineItemAdjustment (google_api_content v0.67.1)

Attributes

  • priceAdjustment (type: GoogleApi.Content.V21.Model.Price.t, default: nil) - Adjustment for total price of the line item.
  • taxAdjustment (type: GoogleApi.Content.V21.Model.Price.t, default: nil) - Adjustment for total tax of the line item.
  • type (type: String.t, default: nil) - Type of this adjustment. Acceptable values are: - "promotion"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderLineItemAdjustment{
  priceAdjustment: GoogleApi.Content.V21.Model.Price.t() | nil,
  taxAdjustment: GoogleApi.Content.V21.Model.Price.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.