Class: FedexWebServices::Soap::Rate::EdtTaxDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::EdtTaxDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13EdtTaxDetail
taxType - FedexWebServices::Soap::Rate::EdtTaxType
effectiveDate - SOAP::SOAPDate
name - SOAP::SOAPString
taxableValue - FedexWebServices::Soap::Rate::Money
description - SOAP::SOAPString
formula - SOAP::SOAPString
amount - FedexWebServices::Soap::Rate::Money
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#description ⇒ Object
Returns the value of attribute description.
-
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
-
#formula ⇒ Object
Returns the value of attribute formula.
-
#name ⇒ Object
Returns the value of attribute name.
-
#taxableValue ⇒ Object
Returns the value of attribute taxableValue.
-
#taxType ⇒ Object
Returns the value of attribute taxType.
Instance Method Summary collapse
-
#initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) ⇒ EdtTaxDetail
constructor
A new instance of EdtTaxDetail.
Constructor Details
#initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) ⇒ EdtTaxDetail
1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1054 def initialize(taxType = nil, effectiveDate = nil, name = nil, taxableValue = nil, description = nil, formula = nil, amount = nil) @taxType = taxType @effectiveDate = effectiveDate @name = name @taxableValue = taxableValue @description = description @formula = formula @amount = amount end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
1052 1053 1054 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1052 def amount @amount end |
#description ⇒ Object
Returns the value of attribute description.
1050 1051 1052 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1050 def description @description end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
1047 1048 1049 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1047 def effectiveDate @effectiveDate end |
#formula ⇒ Object
Returns the value of attribute formula.
1051 1052 1053 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1051 def formula @formula end |
#name ⇒ Object
Returns the value of attribute name.
1048 1049 1050 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1048 def name @name end |
#taxableValue ⇒ Object
Returns the value of attribute taxableValue.
1049 1050 1051 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1049 def taxableValue @taxableValue end |
#taxType ⇒ Object
Returns the value of attribute taxType.
1046 1047 1048 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1046 def taxType @taxType end |