View Source GoogleApi.Content.V21.Model.ReturnPolicySeasonalOverride (google_api_content v0.70.1)
Attributes
-
endDate(type:String.t, default:nil) - Required. Last day on which the override applies. In ISO 8601 format. -
name(type:String.t, default:nil) - Required. The name of the seasonal override as shown in Merchant Center. -
policy(type:GoogleApi.Content.V21.Model.ReturnPolicyPolicy.t, default:nil) - Required. The policy which is in effect during that time. -
startDate(type:String.t, default:nil) - Required. First day on which the override applies. In ISO 8601 format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.ReturnPolicySeasonalOverride{ endDate: String.t() | nil, name: String.t() | nil, policy: GoogleApi.Content.V21.Model.ReturnPolicyPolicy.t() | nil, startDate: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.