google_api_content v0.30.0 GoogleApi.Content.V21.Model.ReturnPolicySeasonalOverride View Source
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.
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 Sourcet() :: %GoogleApi.Content.V21.Model.ReturnPolicySeasonalOverride{
endDate: String.t(),
name: String.t(),
policy: GoogleApi.Content.V21.Model.ReturnPolicyPolicy.t(),
startDate: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.