Class: FedexWebServices::Soap::Ship::EdtTaxDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12EdtTaxDetail

taxType - FedexWebServices::Soap::Ship::EdtTaxType
effectiveDate - SOAP::SOAPDate
name - SOAP::SOAPString
taxableValue - FedexWebServices::Soap::Ship::Money
description - SOAP::SOAPString
formula - SOAP::SOAPString
amount - FedexWebServices::Soap::Ship::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

Returns a new instance of EdtTaxDetail.



1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1397

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.



1395
1396
1397
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1395

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description.



1393
1394
1395
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1393

def description
  @description
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



1390
1391
1392
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1390

def effectiveDate
  @effectiveDate
end

#formulaObject

Returns the value of attribute formula.



1394
1395
1396
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1394

def formula
  @formula
end

#nameObject

Returns the value of attribute name.



1391
1392
1393
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1391

def name
  @name
end

#taxableValueObject

Returns the value of attribute taxableValue.



1392
1393
1394
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1392

def taxableValue
  @taxableValue
end

#taxTypeObject

Returns the value of attribute taxType.



1389
1390
1391
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1389

def taxType
  @taxType
end