Trading_TaxJurisdictionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_TaxJurisdictionType.h Trading_TaxJurisdictionType.m |
Tasks
-
jurisdictionIDRepresentative identifier for the jurisdiction. Typically an abbreviation
property
(for example, CA for California). -
salesTaxPercentThe 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. -
shippingIncludedInTaxWhether 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. -
jurisdictionNameFull name for the jurisdiction or region for display purposes.
property -
detailVersionReturns the latest version number for this feature. Use the version to determine
property
if and when to refresh your cached client data. -
updateTimeThe 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_TaxJurisdictionType.hdetailVersion
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 *detailVersionDiscussion
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.hjurisdictionID
Representative identifier for the jurisdiction. Typically an abbreviation
(for example, CA for California).
@property (nonatomic, retain) NSString *jurisdictionIDDiscussion
Representative identifier for the jurisdiction. Typically an abbreviation
(for example, CA for California).
type : NSString, wrapper for primitive string
Declared In
Trading_TaxJurisdictionType.hjurisdictionName
Full name for the jurisdiction or region for display purposes.
@property (nonatomic, retain) NSString *jurisdictionNameDiscussion
Full name for the jurisdiction or region for display purposes.
type : NSString, wrapper for primitive string
Declared In
Trading_TaxJurisdictionType.hsalesTaxPercent
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 *salesTaxPercentDiscussion
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.hshippingIncludedInTax
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 *shippingIncludedInTaxDiscussion
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.hupdateTime
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 *updateTimeDiscussion
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