brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/SellerLegalInfo.md

Summary

Maintainability
Test Coverage
# # SellerLegalInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | The seller's business email address. | [optional]
**fax** | **string** | The seller' business fax number. | [optional]
**imprint** | **string** | This is a free-form string created by the seller. This is information often found on business cards, such as address. This is information used by some countries. | [optional]
**legal_contact_first_name** | **string** | The seller's first name. | [optional]
**legal_contact_last_name** | **string** | The seller's last name. | [optional]
**name** | **string** | The name of the seller's business. | [optional]
**phone** | **string** | The seller's business phone number. | [optional]
**registration_number** | **string** | The seller's registration number. This is information used by some countries. | [optional]
**seller_provided_legal_address** | [**\TNT\Ebay\Buy\Browse\V1\Model\LegalAddress**](LegalAddress.md) |  | [optional]
**terms_of_service** | **string** | This is a free-form string created by the seller. This is the seller's terms or condition, which is in addition to the seller's return policies. | [optional]
**vat_details** | [**\TNT\Ebay\Buy\Browse\V1\Model\VatDetail[]**](VatDetail.md) | An array of the seller's VAT (value added tax) IDs and the issuing country. VAT is a tax added by some European countries. | [optional]

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