Class: AuthorizeNet::API::GetTransactionListResponse

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetTransactionListResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString
transactions - ArrayOfTransactionSummaryType

Instance Method Summary collapse

Constructor Details

#initialize(refId = nil, messages = nil, sessionToken = nil, transactions = nil, totalNumInResultSet = nil) ⇒ GetTransactionListResponse

Returns a new instance of GetTransactionListResponse.



3960
3961
3962
3963
3964
3965
3966
# File 'lib/authorize_net/api/schema.rb', line 3960

def initialize(refId = nil, messages = nil, sessionToken = nil, transactions = nil, totalNumInResultSet = nil)
  @refId = refId
  @messages = messages
  @sessionToken = sessionToken
  @transactions = transactions
  @totalNumInResultSet = totalNumInResultSet
end