Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class TaxPostalCodeRange.
A range of postal codes that defines the area.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.TaxRule.TaxPostalCodeRange
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ TaxRuleMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ start | 
        
          string
          Required. The start of the postal code range, which is also the smallest in the range.  | 
      
↳ end | 
        
          string
          The end of the postal code range. Will be the same as start if not specified.  | 
      
getStart
Required. The start of the postal code range, which is also the smallest in the range.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setStart
Required. The start of the postal code range, which is also the smallest in the range.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getEnd
The end of the postal code range. Will be the same as start if not specified.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setEnd
The end of the postal code range. Will be the same as start if not specified.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |