Inherits from NSObject
Conforms to PicoBindable
Declared in Shopping_TaxJurisdictionType.h
Shopping_TaxJurisdictionType.m

Overview

Tax-related details for a region or jurisdiction.

@ingroup ShoppingInterface

Tasks

  •   jurisdictionID

    Representative identifier for the jurisdiction. Typically an
    abbreviation (e.g. CA for California).

    property
  •   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 (##.###).
    GetTaxTable: this tag has no value if the user’s tax table has not been set.

    property
  •   shippingIncludedInTax

    Whether shipping costs are to be part of the base amount that is taxed.
    GetTaxTable: This tag is empty if the user did not previously provide information.

    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

Shopping_TaxJurisdictionType.h

jurisdictionID

Representative identifier for the jurisdiction. Typically an
abbreviation (e.g. CA for California).

@property (nonatomic, retain) NSString *jurisdictionID

Discussion

Representative identifier for the jurisdiction. Typically an
abbreviation (e.g. CA for California).

type : NSString, wrapper for primitive string

Declared In

Shopping_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 (##.###).
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 (##.###).
GetTaxTable: this tag has no value if the user’s tax table has not been set.

type : NSNumber, wrapper for primitive float

Declared In

Shopping_TaxJurisdictionType.h

shippingIncludedInTax

Whether shipping costs are to be part of the base amount that is taxed.
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.
GetTaxTable: This tag is empty if the user did not previously provide information.

type : NSNumber, wrapper for primitive bool

Declared In

Shopping_TaxJurisdictionType.h