Class: EBay::SalesTaxType
- Inherits:
-
Object
- Object
- EBay::SalesTaxType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSalesTaxType
salesTaxPercent - SOAP::SOAPFloat
salesTaxState - SOAP::SOAPString
shippingIncludedInTax - SOAP::SOAPBoolean
salesTaxAmount - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#salesTaxAmount ⇒ Object
Returns the value of attribute salesTaxAmount.
-
#salesTaxPercent ⇒ Object
Returns the value of attribute salesTaxPercent.
-
#salesTaxState ⇒ Object
Returns the value of attribute salesTaxState.
-
#shippingIncludedInTax ⇒ Object
Returns the value of attribute shippingIncludedInTax.
Instance Method Summary collapse
-
#initialize(salesTaxPercent = nil, salesTaxState = nil, shippingIncludedInTax = nil, salesTaxAmount = nil) ⇒ SalesTaxType
constructor
A new instance of SalesTaxType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(salesTaxPercent = nil, salesTaxState = nil, shippingIncludedInTax = nil, salesTaxAmount = nil) ⇒ SalesTaxType
Returns a new instance of SalesTaxType.
30804 30805 30806 30807 30808 30809 30810 |
# File 'lib/eBay.rb', line 30804 def initialize(salesTaxPercent = nil, salesTaxState = nil, shippingIncludedInTax = nil, salesTaxAmount = nil) @salesTaxPercent = salesTaxPercent @salesTaxState = salesTaxState @shippingIncludedInTax = shippingIncludedInTax @salesTaxAmount = salesTaxAmount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30798 30799 30800 |
# File 'lib/eBay.rb', line 30798 def __xmlele_any @__xmlele_any end |
#salesTaxAmount ⇒ Object
Returns the value of attribute salesTaxAmount.
30797 30798 30799 |
# File 'lib/eBay.rb', line 30797 def salesTaxAmount @salesTaxAmount end |
#salesTaxPercent ⇒ Object
Returns the value of attribute salesTaxPercent.
30794 30795 30796 |
# File 'lib/eBay.rb', line 30794 def salesTaxPercent @salesTaxPercent end |
#salesTaxState ⇒ Object
Returns the value of attribute salesTaxState.
30795 30796 30797 |
# File 'lib/eBay.rb', line 30795 def salesTaxState @salesTaxState end |
#shippingIncludedInTax ⇒ Object
Returns the value of attribute shippingIncludedInTax.
30796 30797 30798 |
# File 'lib/eBay.rb', line 30796 def shippingIncludedInTax @shippingIncludedInTax end |
Instance Method Details
#set_any(elements) ⇒ Object
30800 30801 30802 |
# File 'lib/eBay.rb', line 30800 def set_any(elements) @__xmlele_any = elements end |