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.



5152
5153
5154
# File 'lib/authorize_net/api/schema.rb', line 5152

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