Class: GetCCPaymentBoxJournalCSV_x0020_V1
- Inherits:
-
Object
- Object
- GetCCPaymentBoxJournalCSV_x0020_V1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetCCPaymentBoxJournalCSV_x0020_V1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
from - SOAP::SOAPDateTime
to - SOAP::SOAPDateTime
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) from
Returns the value of attribute from.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) to
Returns the value of attribute to.
Instance Method Summary (collapse)
-
- (GetCCPaymentBoxJournalCSV_x0020_V1) initialize(agentCode = nil, password = nil, from = nil, to = nil)
constructor
A new instance of GetCCPaymentBoxJournalCSV_x0020_V1.
Constructor Details
- (GetCCPaymentBoxJournalCSV_x0020_V1) initialize(agentCode = nil, password = nil, from = nil, to = nil)
Returns a new instance of GetCCPaymentBoxJournalCSV_x0020_V1
1731 1732 1733 1734 1735 1736 |
# File 'lib/default.rb', line 1731 def initialize(agentCode = nil, password = nil, from = nil, to = nil) @agentCode = agentCode @password = password @from = from @to = to end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
1726 1727 1728 |
# File 'lib/default.rb', line 1726 def agentCode @agentCode end |
- (Object) from
Returns the value of attribute from
1728 1729 1730 |
# File 'lib/default.rb', line 1728 def from @from end |
- (Object) password
Returns the value of attribute password
1727 1728 1729 |
# File 'lib/default.rb', line 1727 def password @password end |
- (Object) to
Returns the value of attribute to
1729 1730 1731 |
# File 'lib/default.rb', line 1729 def to @to end |