Class: Google::Shopping::Merchant::Products::V1beta::Shipping
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::Shipping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
The Shipping of the product.
Instance Attribute Summary collapse
-
#country ⇒ ::String
The CLDR territory code of the country to which an item will ship.
-
#location_group_name ⇒ ::String
The location where the shipping is applicable, represented by a location group name.
-
#location_id ⇒ ::Integer
The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.
-
#max_handling_time ⇒ ::Integer
Maximum handling time (inclusive) between when the order is received and shipped in business days.
-
#max_transit_time ⇒ ::Integer
Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days.
-
#min_handling_time ⇒ ::Integer
Minimum handling time (inclusive) between when the order is received and shipped in business days.
-
#min_transit_time ⇒ ::Integer
Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days.
-
#postal_code ⇒ ::String
The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.
-
#price ⇒ ::Google::Shopping::Type::Price
Fixed shipping price, represented as a number.
-
#region ⇒ ::String
The geographic region to which a shipping rate applies.
-
#service ⇒ ::String
A free-form description of the service class or delivery speed.
Instance Attribute Details
#country ⇒ ::String
Returns The CLDR territory code of the country to which an item will ship.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_group_name ⇒ ::String
Returns The location where the shipping is applicable, represented by a location group name.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_id ⇒ ::Integer
Returns The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_handling_time ⇒ ::Integer
Returns Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minHandlingTime is optional if maxHandlingTime is present.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_transit_time ⇒ ::Integer
Returns Maximum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. Both maxHandlingTime and maxTransitTime are required if providing shipping speeds. minTransitTime is optional if maxTransitTime is present.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_handling_time ⇒ ::Integer
Returns Minimum handling time (inclusive) between when the order is received and shipped in business days. 0 means that the order is shipped on the same day as it is received if it happens before the cut-off time. minHandlingTime can only be present together with maxHandlingTime; but it is not required if maxHandlingTime is present.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_transit_time ⇒ ::Integer
Returns Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days. 0 means that the order is delivered on the same day as it ships. minTransitTime can only be present together with maxTransitTime; but it is not required if maxTransitTime is present.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postal_code ⇒ ::String
Returns The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#price ⇒ ::Google::Shopping::Type::Price
Returns Fixed shipping price, represented as a number.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The geographic region to which a shipping rate applies. See region for more information.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns A free-form description of the service class or delivery speed.
629 630 631 632 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 629 class Shipping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |