brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # CharityOrg

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**charity_org_id** | **string** | The ID of the charitable organization. | [optional]
**description** | **string** | The description of the charitable organization. | [optional]
**location** | [**\TNT\Ebay\Commerce\Charity\V1\Model\Location**](Location.md) |  | [optional]
**logo_image** | [**\TNT\Ebay\Commerce\Charity\V1\Model\Image**](Image.md) |  | [optional]
**mission_statement** | **string** | The mission statement of the charitable organization. | [optional]
**name** | **string** | The name of the charitable organization. | [optional]
**registration_id** | **string** | The registration ID for the charitable organization.<br /><br /><span class=\"tablenote\"><span style=\"color:#004680\"><strong>Note:</strong></span> For the US marketplace, this is the EIN.</span> | [optional]
**website** | **string** | The link to the website for the charitable organization. | [optional]

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