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.



4914
4915
4916
# File 'lib/authorize_net/api/schema.rb', line 4914

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