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

Overview

Type for expressing sales tax data.

@ingroup ShoppingInterface

Tasks

  •   salesTaxPercent

    Percent of an item’s price to be charged as the sales
    tax for the transaction. The value passed in is stored with a
    precision of 3 digits after the decimal point (##.###).

    property
  •   salesTaxState

    State or jurisdiction for which the sales tax is being collected.
    Only returned if the seller specified a value.

    property
  •   shippingIncludedInTax

    (US only) Whether shipping costs were part of the base amount
    that was taxed. Flat or calculated shipping.

    property
  •   salesTaxAmount

    (US only) The amount of sales tax, calculated for a
    transaction based on the SalesTaxPercent and pricing 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_SalesTaxType.h

salesTaxAmount

(US only) The amount of sales tax, calculated for a
transaction based on the SalesTaxPercent and pricing information.

@property (nonatomic, retain) Shopping_AmountType *salesTaxAmount

Discussion

(US only) The amount of sales tax, calculated for a
transaction based on the SalesTaxPercent and pricing information.

type : class Shopping_AmountType

Declared In

Shopping_SalesTaxType.h

salesTaxPercent

Percent of an item’s price to be charged as the sales
tax for the transaction. The value passed in is stored with a
precision of 3 digits after the decimal point (##.###).

@property (nonatomic, retain) NSNumber *salesTaxPercent

Discussion

Percent of an item’s price to be charged as the sales
tax for the transaction. The value passed in is stored with a
precision of 3 digits after the decimal point (##.###).

type : NSNumber, wrapper for primitive float

Declared In

Shopping_SalesTaxType.h

salesTaxState

State or jurisdiction for which the sales tax is being collected.
Only returned if the seller specified a value.

@property (nonatomic, retain) NSString *salesTaxState

Discussion

State or jurisdiction for which the sales tax is being collected.
Only returned if the seller specified a value.

type : NSString, wrapper for primitive string

Declared In

Shopping_SalesTaxType.h

shippingIncludedInTax

(US only) Whether shipping costs were part of the base amount
that was taxed. Flat or calculated shipping.

@property (nonatomic, retain) NSNumber *shippingIncludedInTax

Discussion

(US only) Whether shipping costs were part of the base amount
that was taxed. Flat or calculated shipping.

type : NSNumber, wrapper for primitive bool

Declared In

Shopping_SalesTaxType.h