Class: AuthorizeNet::API::TransRetailInfoType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::TransRetailInfoType
- 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
-
#initialize(marketType = nil, deviceType = nil, customerSignature = nil, terminalNumber = nil) ⇒ TransRetailInfoType
constructor
A new instance of TransRetailInfoType.
Constructor Details
#initialize(marketType = nil, deviceType = nil, customerSignature = nil, terminalNumber = nil) ⇒ TransRetailInfoType
Returns a new instance of TransRetailInfoType.
265 266 267 268 269 270 |
# File 'lib/authorize_net/api/schema.rb', line 265 def initialize(marketType = nil, deviceType = nil, customerSignature = nil, terminalNumber = nil) @marketType = marketType @deviceType = deviceType @customerSignature = customerSignature @terminalNumber = terminalNumber end |