brandon14/ebay-sdk-php

View on GitHub
src/Buy/Order/V2/docs/Model/Region.md

Summary

Maintainability
Test Coverage
# # Region

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**region_name** | **string** | A localized text string that indicates the name of the region. Taxes are generally charged at the state/province level, or at the country level in the case of VAT tax. | [optional]
**region_type** | **string** | An enumeration value that indicates the type of region for the tax jurisdiction.<br /><br /><b>Valid Values:</b> <ul><li><code>STATE_OR_PROVINCE</code></li><li><code>COUNTRY</code></li></ul> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/order/types/bas:RegionTypeEnum'>eBay API documentation</a> | [optional]

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