google_api_content v0.4.0 GoogleApi.Content.V2.Model.DeliveryTime View Source
Attributes
- cutoffTime (CutoffTime): Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST. Defaults to:
null
. - holidayCutoffs ([HolidayCutoff]): Holiday cutoff definitions. If configured, they specify order cutoff times for holiday-specific shipping. Defaults to:
null
. - maxHandlingTimeInDays (integer()): Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to minHandlingTimeInDays. Defaults to:
null
. - maxTransitTimeInDays (integer()): Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to minTransitTimeInDays. Required. Defaults to:
null
. - minHandlingTimeInDays (integer()): Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Defaults to:
null
. - minTransitTimeInDays (integer()): Minimum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Required. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Content.V2.Model.DeliveryTime{
cutoffTime: GoogleApi.Content.V2.Model.CutoffTime.t(),
holidayCutoffs: [GoogleApi.Content.V2.Model.HolidayCutoff.t()],
maxHandlingTimeInDays: any(),
maxTransitTimeInDays: any(),
minHandlingTimeInDays: any(),
minTransitTimeInDays: any()
}
t() :: %GoogleApi.Content.V2.Model.DeliveryTime{ cutoffTime: GoogleApi.Content.V2.Model.CutoffTime.t(), holidayCutoffs: [GoogleApi.Content.V2.Model.HolidayCutoff.t()], maxHandlingTimeInDays: any(), maxTransitTimeInDays: any(), minHandlingTimeInDays: any(), minTransitTimeInDays: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.