Class: Ebay::Types::TaxJurisdiction

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/tax_jurisdiction.rb

Overview

Attributes

text_node :jurisdiction_id, 'JurisdictionID', :optional => true
numeric_node :sales_tax_percent, 'SalesTaxPercent', :optional => true
boolean_node :shipping_included_in_tax, 'ShippingIncludedInTax', 'true', 'false', :optional => true
text_node :jurisdiction_name, 'JurisdictionName', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=