brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # ExtendedContact

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**company_name** | **string** | The company name associated with the buyer or eBay shipping partner. This field is only returned if defined/applicable to the buyer or eBay shipping partner. | [optional]
**contact_address** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\Address**](Address.md) |  | [optional]
**email** | **string** | This field contains the email address of the buyer. This address will be returned for up to 14 days from order creation. If an order is more than 14 days old, no address is returned. <br /><br /> <span class=\"tablenote\"> <strong>Note:</strong> If returned, this field contains the email address of the buyer, even for Global Shipping Program shipments.</span> | [optional]
**full_name** | **string** | The full name of the buyer or eBay shipping partner. | [optional]
**primary_phone** | [**\TNT\Ebay\Sell\Fulfillment\V1\Model\PhoneNumber**](PhoneNumber.md) |  | [optional]

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