Class: GetAccountActivityRequest
- Inherits:
-
Object
- Object
- GetAccountActivityRequest
- Defined in:
- lib/default.rb
Overview
/GetAccountActivityRequest
operation - FPSOperationFilter
paymentMethod - PaymentMethod
maxBatchSize - SOAP::SOAPInteger
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
responseGroup - GetAccountActivityResponseGroup
sortOrderByDate - SortOrder
role - TransactionalRoleFilter
status - TransactionStatusFilter
Instance Attribute Summary collapse
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#maxBatchSize ⇒ Object
Returns the value of attribute maxBatchSize.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
-
#responseGroup ⇒ Object
Returns the value of attribute responseGroup.
-
#role ⇒ Object
Returns the value of attribute role.
-
#sortOrderByDate ⇒ Object
Returns the value of attribute sortOrderByDate.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(operation = nil, paymentMethod = nil, maxBatchSize = nil, startDate = nil, endDate = nil, responseGroup = nil, sortOrderByDate = nil, role = [], status = nil) ⇒ GetAccountActivityRequest
constructor
A new instance of GetAccountActivityRequest.
Constructor Details
#initialize(operation = nil, paymentMethod = nil, maxBatchSize = nil, startDate = nil, endDate = nil, responseGroup = nil, sortOrderByDate = nil, role = [], status = nil) ⇒ GetAccountActivityRequest
Returns a new instance of GetAccountActivityRequest.
848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/default.rb', line 848 def initialize(operation = nil, paymentMethod = nil, maxBatchSize = nil, startDate = nil, endDate = nil, responseGroup = nil, sortOrderByDate = nil, role = [], status = nil) @operation = operation @paymentMethod = paymentMethod @maxBatchSize = maxBatchSize @startDate = startDate @endDate = endDate @responseGroup = responseGroup @sortOrderByDate = sortOrderByDate @role = role @status = status end |
Instance Attribute Details
#endDate ⇒ Object
Returns the value of attribute endDate.
842 843 844 |
# File 'lib/default.rb', line 842 def endDate @endDate end |
#maxBatchSize ⇒ Object
Returns the value of attribute maxBatchSize.
840 841 842 |
# File 'lib/default.rb', line 840 def maxBatchSize @maxBatchSize end |
#operation ⇒ Object
Returns the value of attribute operation.
838 839 840 |
# File 'lib/default.rb', line 838 def operation @operation end |
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
839 840 841 |
# File 'lib/default.rb', line 839 def paymentMethod @paymentMethod end |
#responseGroup ⇒ Object
Returns the value of attribute responseGroup.
843 844 845 |
# File 'lib/default.rb', line 843 def responseGroup @responseGroup end |
#role ⇒ Object
Returns the value of attribute role.
845 846 847 |
# File 'lib/default.rb', line 845 def role @role end |
#sortOrderByDate ⇒ Object
Returns the value of attribute sortOrderByDate.
844 845 846 |
# File 'lib/default.rb', line 844 def sortOrderByDate @sortOrderByDate end |
#startDate ⇒ Object
Returns the value of attribute startDate.
841 842 843 |
# File 'lib/default.rb', line 841 def startDate @startDate end |
#status ⇒ Object
Returns the value of attribute status.
846 847 848 |
# File 'lib/default.rb', line 846 def status @status end |