Class: AuthorizeNet::API::GetTransactionListResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::GetTransactionListResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdgetTransactionListResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
transactions - ArrayOfTransactionSummaryType
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, transactions = nil, totalNumInResultSet = nil) ⇒ GetTransactionListResponse
constructor
A new instance of GetTransactionListResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, transactions = nil, totalNumInResultSet = nil) ⇒ GetTransactionListResponse
Returns a new instance of GetTransactionListResponse.
3829 3830 3831 3832 3833 3834 3835 |
# File 'lib/authorize_net/api/schema.rb', line 3829 def initialize(refId = nil, = nil, sessionToken = nil, transactions = nil, totalNumInResultSet = nil) @refId = refId @messages = @sessionToken = sessionToken @transactions = transactions @totalNumInResultSet = totalNumInResultSet end |