public static interface ProductAttributes.ShippingBusinessDaysConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBusinessDays()
public abstract String getBusinessDays() 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.
optional string business_days = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The businessDays. |
getBusinessDaysBytes()
public abstract ByteString getBusinessDaysBytes() 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.
optional string business_days = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for businessDays. |
getCountry()
public abstract String getCountry()The CLDR territory code of the country to which an item will ship.
optional string country = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The country. |
getCountryBytes()
public abstract ByteString getCountryBytes()The CLDR territory code of the country to which an item will ship.
optional string country = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for country. |
hasBusinessDays()
public abstract boolean hasBusinessDays() 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.
optional string business_days = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the businessDays field is set. |
hasCountry()
public abstract boolean hasCountry()The CLDR territory code of the country to which an item will ship.
optional string country = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the country field is set. |