brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # Taxes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ebay_collect_and_remit_tax** | **bool** | This field is only returned if <code>true</code>, and indicates that eBay will collect tax (sales tax, Goods and Services tax, or VAT) for at least one line item in the order, and remit the tax to the taxing authority of the buyer's residence. | [optional]
**included_in_price** | **bool** | This indicates if tax was applied for the cost of the item. | [optional]
**shipping_and_handling_taxed** | **bool** | This indicates if tax is applied for the shipping cost. | [optional]
**tax_jurisdiction** | [**\TNT\Ebay\Buy\Browse\V1\Model\TaxJurisdiction**](TaxJurisdiction.md) |  | [optional]
**tax_percentage** | **string** | The percentage of tax. | [optional]
**tax_type** | **string** | This field indicates the type of tax that may be collected for the item. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:TaxType'>eBay API documentation</a> | [optional]

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