Class: AuthorizeNet::API::ArrayOfProductCode

Inherits:
Array
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdArrayOfProductCode

Instance Method Summary collapse

Constructor Details

#initialize(productCode = []) ⇒ ArrayOfProductCode

Returns a new instance of ArrayOfProductCode.



4957
4958
4959
# File 'lib/authorize_net/api/schema.rb', line 4957

def initialize(productCode = [])
  @productCode = productCode
end