Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetTaxTableResponseType.h
Trading_GetTaxTableResponseType.m

Overview

Response to GetTaxTableRequest.

@ingroup EBayAPIInterface

Tasks

  •   lastUpdateTime

    The last time (in GMT) that the tax table was updated.
    Only returned if the user previously created a tax table
    and if the site has jurisdictions.
    LastUpdateTime is useful for synchronization. If you cache the user's
    tax table, you can use GetTaxTable to check if it has changed and
    whether you need to update the cached tax table.

    property
  •   taxTable

    A container of tax jurisdiction information unique to
    a user/site combination. Empty if not set for user.
    If DetailLevel is not specified, information is only
    returned for the jurisdictions for which the user provided tax
    information. If DetailLevel is ReturnAll, tax information
    is returned for all possible jurisdictions, whether
    specified by the user or not. ShippingIncludedInTax and
    SalesTaxPercent are returned but are empty.

    property

Properties

lastUpdateTime

The last time (in GMT) that the tax table was updated.
Only returned if the user previously created a tax table
and if the site has jurisdictions.
LastUpdateTime is useful for synchronization. If you cache the user's
tax table, you can use GetTaxTable to check if it has changed and
whether you need to update the cached tax table.

@property (nonatomic, retain) NSDate *lastUpdateTime

Discussion

The last time (in GMT) that the tax table was updated.
Only returned if the user previously created a tax table
and if the site has jurisdictions.
LastUpdateTime is useful for synchronization. If you cache the user's
tax table, you can use GetTaxTable to check if it has changed and
whether you need to update the cached tax table.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetTaxTableResponseType.h

taxTable

A container of tax jurisdiction information unique to
a user/site combination. Empty if not set for user.
If DetailLevel is not specified, information is only
returned for the jurisdictions for which the user provided tax
information. If DetailLevel is ReturnAll, tax information
is returned for all possible jurisdictions, whether
specified by the user or not. ShippingIncludedInTax and
SalesTaxPercent are returned but are empty.

@property (nonatomic, retain) Trading_TaxTableType *taxTable

Discussion

A container of tax jurisdiction information unique to
a user/site combination. Empty if not set for user.
If DetailLevel is not specified, information is only
returned for the jurisdictions for which the user provided tax
information. If DetailLevel is ReturnAll, tax information
is returned for all possible jurisdictions, whether
specified by the user or not. ShippingIncludedInTax and
SalesTaxPercent are returned but are empty.

type : class Trading_TaxTableType

Declared In

Trading_GetTaxTableResponseType.h