Class: FedexWebServices::Soap::Rate::EdtTaxDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#amountObject

Returns the value of attribute amount.



1052
1053
1054
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1052

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description.



1050
1051
1052
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1050

def description
  @description
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



1047
1048
1049
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1047

def effectiveDate
  @effectiveDate
end

#formulaObject

Returns the value of attribute formula.



1051
1052
1053
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1051

def formula
  @formula
end

#nameObject

Returns the value of attribute name.



1048
1049
1050
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1048

def name
  @name
end

#taxableValueObject

Returns the value of attribute taxableValue.



1049
1050
1051
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1049

def taxableValue
  @taxableValue
end

#taxTypeObject

Returns the value of attribute taxType.



1046
1047
1048
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1046

def taxType
  @taxType
end