class AuthorizeNet::API::TransRetailInfoType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transRetailInfoType

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

Public Class Methods

new(marketType = nil, deviceType = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 248
def initialize(marketType = nil, deviceType = nil)
  @marketType = marketType
  @deviceType = deviceType
end