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.



4885
4886
4887
# File 'lib/authorize_net/api/schema.rb', line 4885

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