brandon14/ebay-sdk-php

View on GitHub
src/Sell/Fulfillment/V1/docs/Model/TaxAddress.md

Summary

Maintainability
Test Coverage
# # TaxAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**city** | **string** | The city name that can be used by sellers for tax purpose. | [optional]
**country_code** | **string** | The country code that can be used by sellers for tax purpose, represented as a two-letter ISO 3166-1 alpha-2 country code. For example, <strong>US</strong> represents the United States, and <strong>DE</strong> represents Germany. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/ba:CountryCodeEnum'>eBay API documentation</a> | [optional]
**postal_code** | **string** | The postal code that can be used by sellers for tax purpose. Usually referred to as Zip codes in the US. | [optional]
**state_or_province** | **string** | The state name that can be used by sellers for tax purpose. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)