Class: GetACHEFTBankReconciliationReportCSVV1
- Inherits:
-
Object
- Object
- GetACHEFTBankReconciliationReportCSVV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetACHEFTBankReconciliationReportCSVV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
currency - SOAP::SOAPString
summaryOnly - SOAP::SOAPBoolean
customerIPAddress - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) currency
Returns the value of attribute currency.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) fromDate
Returns the value of attribute fromDate.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) summaryOnly
Returns the value of attribute summaryOnly.
-
- (Object) toDate
Returns the value of attribute toDate.
Instance Method Summary (collapse)
-
- (GetACHEFTBankReconciliationReportCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, currency = nil, summaryOnly = nil, customerIPAddress = nil)
constructor
A new instance of GetACHEFTBankReconciliationReportCSVV1.
Constructor Details
- (GetACHEFTBankReconciliationReportCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, currency = nil, summaryOnly = nil, customerIPAddress = nil)
Returns a new instance of GetACHEFTBankReconciliationReportCSVV1
2036 2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'lib/default.rb', line 2036 def initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, currency = nil, summaryOnly = nil, customerIPAddress = nil) @agentCode = agentCode @password = password @fromDate = fromDate @toDate = toDate @currency = currency @summaryOnly = summaryOnly @customerIPAddress = customerIPAddress end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
2028 2029 2030 |
# File 'lib/default.rb', line 2028 def agentCode @agentCode end |
- (Object) currency
Returns the value of attribute currency
2032 2033 2034 |
# File 'lib/default.rb', line 2032 def currency @currency end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
2034 2035 2036 |
# File 'lib/default.rb', line 2034 def customerIPAddress @customerIPAddress end |
- (Object) fromDate
Returns the value of attribute fromDate
2030 2031 2032 |
# File 'lib/default.rb', line 2030 def fromDate @fromDate end |
- (Object) password
Returns the value of attribute password
2029 2030 2031 |
# File 'lib/default.rb', line 2029 def password @password end |
- (Object) summaryOnly
Returns the value of attribute summaryOnly
2033 2034 2035 |
# File 'lib/default.rb', line 2033 def summaryOnly @summaryOnly end |
- (Object) toDate
Returns the value of attribute toDate
2031 2032 2033 |
# File 'lib/default.rb', line 2031 def toDate @toDate end |