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

Attributes

  • daysToReturn (type: integer(), default: nil) - Required. How many days later the item can be returned.
  • isReturnable (type: boolean(), default: nil) - Required. Whether the item is returnable.
  • policyUrl (type: String.t, default: nil) - Required. URL of the item return policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderLineItemReturnInfo{
  daysToReturn: integer() | nil,
  isReturnable: boolean() | nil,
  policyUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.