Class: AuthorizeNet::API::ArrayOfCardType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdArrayOfCardType

Instance Method Summary collapse

Constructor Details

#initialize(cardType = []) ⇒ ArrayOfCardType

Returns a new instance of ArrayOfCardType.



4926
4927
4928
# File 'lib/authorize_net/api/schema.rb', line 4926

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