Class: Ebay::Types::SalesTax
- Inherits:
-
Object
- Object
- Ebay::Types::SalesTax
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/sales_tax.rb
Overview
Attributes
numeric_node :sales_tax_percent, 'SalesTaxPercent', :optional => true
text_node :sales_tax_state, 'SalesTaxState', :optional => true
boolean_node :shipping_included_in_tax, 'ShippingIncludedInTax', 'true', 'false', :optional => true
money_node :sales_tax_amount, 'SalesTaxAmount', :optional => true
Method Summary
#initialize, #object_attributes=