Class: AuthorizeNet::API::ExtendedAmountType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::ExtendedAmountType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdextendedAmountType
amount - SOAP::SOAPDecimal
name - SOAP::SOAPString
description - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(amount = nil, name = nil, description = nil) ⇒ ExtendedAmountType
constructor
A new instance of ExtendedAmountType.
Constructor Details
#initialize(amount = nil, name = nil, description = nil) ⇒ ExtendedAmountType
Returns a new instance of ExtendedAmountType.
1208 1209 1210 1211 1212 |
# File 'lib/authorize_net/api/schema.rb', line 1208 def initialize(amount = nil, name = nil, description = nil) @amount = amount @name = name @description = description end |