Class: AuthorizeNet::API::ArrayOfMarketType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdArrayOfMarketType

Instance Method Summary collapse

Constructor Details

#initialize(marketType = []) ⇒ ArrayOfMarketType

Returns a new instance of ArrayOfMarketType.



4947
4948
4949
# File 'lib/authorize_net/api/schema.rb', line 4947

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