Class: AuthorizeNet::API::TransRetailInfoType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdtransRetailInfoType

marketType - SOAP::SOAPString
deviceType - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(marketType = nil, deviceType = nil) ⇒ TransRetailInfoType

Returns a new instance of TransRetailInfoType.



248
249
250
251
# File 'lib/authorize_net/api/schema.rb', line 248

def initialize(marketType = nil, deviceType = nil)
  @marketType = marketType
  @deviceType = deviceType
end