brandon14/ebay-sdk-php

View on GitHub
src/Buy/Order/V2/docs/Model/TaxDetail.md

Summary

Maintainability
Test Coverage
# # TaxDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**included_in_price** | **bool** | A field that indicates whether tax was applied for the cost of the item and its shipping. | [optional]
**tax_jurisdiction** | [**\TNT\Ebay\Buy\Order\V2\Model\TaxJurisdiction**](TaxJurisdiction.md) |  | [optional]
**tax_type** | **string** | A field that 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/order/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)