brandon14/ebay-sdk-php

View on GitHub
src/Commerce/Charity/V1/docs/Model/Address.md

Summary

Maintainability
Test Coverage
# # Address

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**city** | **string** | The city of the charitable organization. | [optional]
**state_or_province** | **string** | The state or province of the charitable organization. | [optional]
**postal_code** | **string** | The postal code of the charitable organization. | [optional]
**country** | **string** | The two-letter <a href=\"https://www.iso.org/iso-3166-country-codes.html\">ISO 3166</a> standard of the country of the address. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/charity/types/bas:CountryCodeEnum'>eBay API documentation</a> | [optional]

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