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

  •   totalTaxAmount

    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
  •   taxDetails

    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
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_TaxesType.h

taxDetails

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 *taxDetails

Discussion

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.h

totalTaxAmount

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 *totalTaxAmount

Discussion

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