Class: GetAccountActivity
- Inherits:
-
Object
- Object
- GetAccountActivity
- Defined in:
- lib/default.rb
Overview
/GetAccountActivity
maxBatchSize - SOAP::SOAPInteger
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
sortOrderByDate - SortOrder
fPSOperation - FPSOperation
paymentMethod - PaymentMethod
role - TransactionalRole
transactionStatus - TransactionStatus
Instance Attribute Summary collapse
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#fPSOperation ⇒ Object
Returns the value of attribute fPSOperation.
-
#maxBatchSize ⇒ Object
Returns the value of attribute maxBatchSize.
-
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
-
#role ⇒ Object
Returns the value of attribute role.
-
#sortOrderByDate ⇒ Object
Returns the value of attribute sortOrderByDate.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus.
Instance Method Summary collapse
-
#initialize(maxBatchSize = nil, startDate = nil, endDate = nil, sortOrderByDate = nil, fPSOperation = nil, paymentMethod = nil, role = [], transactionStatus = nil) ⇒ GetAccountActivity
constructor
A new instance of GetAccountActivity.
Constructor Details
#initialize(maxBatchSize = nil, startDate = nil, endDate = nil, sortOrderByDate = nil, fPSOperation = nil, paymentMethod = nil, role = [], transactionStatus = nil) ⇒ GetAccountActivity
Returns a new instance of GetAccountActivity.
615 616 617 618 619 620 621 622 623 624 |
# File 'lib/default.rb', line 615 def initialize(maxBatchSize = nil, startDate = nil, endDate = nil, sortOrderByDate = nil, fPSOperation = nil, paymentMethod = nil, role = [], transactionStatus = nil) @maxBatchSize = maxBatchSize @startDate = startDate @endDate = endDate @sortOrderByDate = sortOrderByDate @fPSOperation = fPSOperation @paymentMethod = paymentMethod @role = role @transactionStatus = transactionStatus end |
Instance Attribute Details
#endDate ⇒ Object
Returns the value of attribute endDate.
608 609 610 |
# File 'lib/default.rb', line 608 def endDate @endDate end |
#fPSOperation ⇒ Object
Returns the value of attribute fPSOperation.
610 611 612 |
# File 'lib/default.rb', line 610 def fPSOperation @fPSOperation end |
#maxBatchSize ⇒ Object
Returns the value of attribute maxBatchSize.
606 607 608 |
# File 'lib/default.rb', line 606 def maxBatchSize @maxBatchSize end |
#paymentMethod ⇒ Object
Returns the value of attribute paymentMethod.
611 612 613 |
# File 'lib/default.rb', line 611 def paymentMethod @paymentMethod end |
#role ⇒ Object
Returns the value of attribute role.
612 613 614 |
# File 'lib/default.rb', line 612 def role @role end |
#sortOrderByDate ⇒ Object
Returns the value of attribute sortOrderByDate.
609 610 611 |
# File 'lib/default.rb', line 609 def sortOrderByDate @sortOrderByDate end |
#startDate ⇒ Object
Returns the value of attribute startDate.
607 608 609 |
# File 'lib/default.rb', line 607 def startDate @startDate end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus.
613 614 615 |
# File 'lib/default.rb', line 613 def transactionStatus @transactionStatus end |