Show / Hide Table of Contents

Class ShippingBusinessDaysConfig

The business days during which orders are on their path to fulfillment. If not provided, Monday to Friday business days will be assumed.

Inheritance
object
ShippingBusinessDaysConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class ShippingBusinessDaysConfig : IDirectResponseSchema

Properties

BusinessDays

Effective days of the week considered for the delivery time calculation. May not be empty. The more business days included the faster the delivery. Can be set through individual days (e.g. MTWRF), or day ranges (e.g. Mon-Fri). For more information about accepted formats, see Shipping handling business days.

Declaration
[JsonProperty("businessDays")]
public virtual string BusinessDays { get; set; }
Property Value
Type Description
string

Country

The CLDR territory code of the country to which an item will ship.

Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX