Trading_TaxJurisdictionType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_TaxJurisdictionType.h Trading_TaxJurisdictionType.m |
Tasks
-
jurisdictionID
Representative identifier for the jurisdiction. Typically an abbreviation
property
(for example, CA for California). -
salesTaxPercent
The tax percent to apply for a listing shipped to this jurisdiction. The value
property
passed in is stored with a precision of 3 digits after the decimal point
For GetTaxTable: this tag has no value if the user’s tax table has not been set. -
shippingIncludedInTax
Whether shipping costs are to be part of the base amount that is taxed.
property
For GetTaxTable: This tag is empty if the user did not previously provide
information. -
jurisdictionName
Full name for the jurisdiction or region for display purposes.
property -
detailVersion
Returns the latest version number for this feature. Use the version to determine
property
if and when to refresh your cached client data. -
updateTime
The time in GMT when the details for this feature were last updated. Use this
property
timestamp to determine if and when to refresh your cached client data. -
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_TaxJurisdictionType.h
detailVersion
Returns the latest version number for this feature. Use the version to determine
if and when to refresh your cached client data.
@property (nonatomic, retain) NSString *detailVersion
Discussion
Returns the latest version number for this feature. Use the version to determine
if and when to refresh your cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_TaxJurisdictionType.h
jurisdictionID
Representative identifier for the jurisdiction. Typically an abbreviation
(for example, CA for California).
@property (nonatomic, retain) NSString *jurisdictionID
Discussion
Representative identifier for the jurisdiction. Typically an abbreviation
(for example, CA for California).
type : NSString, wrapper for primitive string
Declared In
Trading_TaxJurisdictionType.h
jurisdictionName
Full name for the jurisdiction or region for display purposes.
@property (nonatomic, retain) NSString *jurisdictionName
Discussion
Full name for the jurisdiction or region for display purposes.
type : NSString, wrapper for primitive string
Declared In
Trading_TaxJurisdictionType.h
salesTaxPercent
The tax percent to apply for a listing shipped to this jurisdiction. The value
passed in is stored with a precision of 3 digits after the decimal point
For GetTaxTable: this tag has no value if the user’s tax table has not been set.
@property (nonatomic, retain) NSNumber *salesTaxPercent
Discussion
The tax percent to apply for a listing shipped to this jurisdiction. The value
passed in is stored with a precision of 3 digits after the decimal point
For GetTaxTable: this tag has no value if the user’s tax table has not been set.
type : NSNumber, wrapper for primitive float
Declared In
Trading_TaxJurisdictionType.h
shippingIncludedInTax
Whether shipping costs are to be part of the base amount that is taxed.
For GetTaxTable: This tag is empty if the user did not previously provide
information.
@property (nonatomic, retain) NSNumber *shippingIncludedInTax
Discussion
Whether shipping costs are to be part of the base amount that is taxed.
For GetTaxTable: This tag is empty if the user did not previously provide
information.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_TaxJurisdictionType.h
updateTime
The time in GMT when the details for this feature were last updated. Use this
timestamp to determine if and when to refresh your cached client data.
@property (nonatomic, retain) NSDate *updateTime
Discussion
The time in GMT when the details for this feature were last updated. Use this
timestamp to determine if and when to refresh your cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_TaxJurisdictionType.h