Class: AuthorizeNet::API::OtherTaxType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::OtherTaxType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdotherTaxType
nationalTaxAmount - SOAP::SOAPDecimal
localTaxAmount - SOAP::SOAPDecimal
alternateTaxAmount - SOAP::SOAPDecimal
alternateTaxId - SOAP::SOAPString
vatTaxRate - SOAP::SOAPDecimal
vatTaxAmount - SOAP::SOAPDecimal
Instance Method Summary collapse
-
#initialize(nationalTaxAmount = nil, localTaxAmount = nil, alternateTaxAmount = nil, alternateTaxId = nil, vatTaxRate = nil, vatTaxAmount = nil) ⇒ OtherTaxType
constructor
A new instance of OtherTaxType.
Constructor Details
#initialize(nationalTaxAmount = nil, localTaxAmount = nil, alternateTaxAmount = nil, alternateTaxId = nil, vatTaxRate = nil, vatTaxAmount = nil) ⇒ OtherTaxType
Returns a new instance of OtherTaxType.
2244 2245 2246 2247 2248 2249 2250 2251 |
# File 'lib/authorize_net/api/schema.rb', line 2244 def initialize(nationalTaxAmount = nil, localTaxAmount = nil, alternateTaxAmount = nil, alternateTaxId = nil, vatTaxRate = nil, vatTaxAmount = nil) @nationalTaxAmount = nationalTaxAmount @localTaxAmount = localTaxAmount @alternateTaxAmount = alternateTaxAmount @alternateTaxId = alternateTaxId @vatTaxRate = vatTaxRate @vatTaxAmount = vatTaxAmount end |