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, customerSignature = nil, terminalNumber = nil) ⇒ TransRetailInfoType

Returns a new instance of TransRetailInfoType.



245
246
247
248
249
250
# File 'lib/authorize_net/api/schema.rb', line 245

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