Class: Google::Shopping::Merchant::Accounts::V1beta::TaxRule::TaxPostalCodeRange
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::TaxRule::TaxPostalCodeRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/tax_rule.rb
Overview
A range of postal codes that defines the area.
Instance Attribute Summary collapse
-
#end ⇒ ::String
The end of the postal code range.
-
#start ⇒ ::String
Required.
Instance Attribute Details
#end ⇒ ::String
Returns The end of the postal code range. Will be the same as start if not specified.
79 80 81 82 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/tax_rule.rb', line 79 class TaxPostalCodeRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start ⇒ ::String
Returns Required. The start of the postal code range, which is also the smallest in the range.
79 80 81 82 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/tax_rule.rb', line 79 class TaxPostalCodeRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |