View Source GoogleApi.Content.V2.Model.OrderLineItemShippingDetailsMethod (google_api_content v0.67.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.OrderLineItemShippingDetailsMethod{
  carrier: String.t() | nil,
  maxDaysInTransit: integer() | nil,
  methodName: String.t() | nil,
  minDaysInTransit: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.