Class: AuthorizeNet::API::ExtendedAmountType

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

Constructor Details

#initialize(amount = nil, name = nil, description = nil) ⇒ ExtendedAmountType

Returns a new instance of ExtendedAmountType.



1331
1332
1333
1334
1335
# File 'lib/authorize_net/api/schema.rb', line 1331

def initialize(amount = nil, name = nil, description = nil)
  @amount = amount
  @name = name
  @description = description
end