Shopping_SalesTaxType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_SalesTaxType.h Shopping_SalesTaxType.m |
Tasks
-
salesTaxPercentPercent of an item’s price to be charged as the sales
property
tax for the transaction. The value passed in is stored with a
precision of 3 digits after the decimal point (##.###). -
salesTaxStateState or jurisdiction for which the sales tax is being collected.
property
Only returned if the seller specified a value. -
shippingIncludedInTax(US only) Whether shipping costs were part of the base amount
property
that was taxed. Flat or calculated shipping. -
salesTaxAmount(US only) The amount of sales tax, calculated for a
property
transaction based on the SalesTaxPercent and pricing information. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_SalesTaxType.hsalesTaxAmount
(US only) The amount of sales tax, calculated for a
transaction based on the SalesTaxPercent and pricing information.
@property (nonatomic, retain) Shopping_AmountType *salesTaxAmountDiscussion
(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.hsalesTaxPercent
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 *salesTaxPercentDiscussion
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.hsalesTaxState
State or jurisdiction for which the sales tax is being collected.
Only returned if the seller specified a value.
@property (nonatomic, retain) NSString *salesTaxStateDiscussion
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.hshippingIncludedInTax
(US only) Whether shipping costs were part of the base amount
that was taxed. Flat or calculated shipping.
@property (nonatomic, retain) NSNumber *shippingIncludedInTaxDiscussion
(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