google_api_content v0.31.0 GoogleApi.Content.V21.Model.OrderLineItemShippingDetailsMethod View Source

Attributes

  • carrier (type: String.t, default: nil) - The carrier for the shipping. Optional. See shipments[].carrier for a list of acceptable values.
  • maxDaysInTransit (type: integer(), default: nil) - Required. Maximum transit time.
  • methodName (type: String.t, default: nil) - Required. The name of the shipping method.
  • minDaysInTransit (type: integer(), default: nil) - Required. Minimum transit time.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Content.V21.Model.OrderLineItemShippingDetailsMethod{
  carrier: String.t(),
  maxDaysInTransit: integer(),
  methodName: String.t(),
  minDaysInTransit: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.