Trading_TaxesType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_TaxesType.h Trading_TaxesType.m |
Overview
Type defining the Taxes container, which contains detailed sales tax information for an
order line item. The Taxes container is only returned if the seller is using the Vertex-
based Premium Sales Tax Engine solution. The information in this container
supercedes/overrides the sales tax information in the ShippingDetails.SalesTax container.
@ingroup EBayAPIInterface
Tasks
-
totalTaxAmountThis value indicates the total tax amount for the order line item, including the
property
sales tax on the item, the sales tax on shipping and handling, and any electronic
waste recycling fee. -
taxDetailsContainer consisting of detailed sales tax information for an order line item,
property
including the tax type and description, sales tax on the item cost, and sales tax
related to shipping and handling. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_TaxesType.htaxDetails
Container consisting of detailed sales tax information for an order line item,
including the tax type and description, sales tax on the item cost, and sales tax
related to shipping and handling.
@property (nonatomic, retain) NSMutableArray *taxDetailsDiscussion
Container consisting of detailed sales tax information for an order line item,
including the tax type and description, sales tax on the item cost, and sales tax
related to shipping and handling.
entry type : class Trading_TaxDetailsType
Declared In
Trading_TaxesType.htotalTaxAmount
This value indicates the total tax amount for the order line item, including the
sales tax on the item, the sales tax on shipping and handling, and any electronic
waste recycling fee.
@property (nonatomic, retain) Trading_AmountType *totalTaxAmountDiscussion
This value indicates the total tax amount for the order line item, including the
sales tax on the item, the sales tax on shipping and handling, and any electronic
waste recycling fee.
type : class Trading_AmountType
Declared In
Trading_TaxesType.h