Class: GetCreditCardBankReconciliationReportCSVV1
- Inherits:
-
Object
- Object
- GetCreditCardBankReconciliationReportCSVV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetCreditCardBankReconciliationReportCSVV1
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)
-
- (GetCreditCardBankReconciliationReportCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, currency = nil, summaryOnly = nil, customerIPAddress = nil)
constructor
A new instance of GetCreditCardBankReconciliationReportCSVV1.
Constructor Details
- (GetCreditCardBankReconciliationReportCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, currency = nil, summaryOnly = nil, customerIPAddress = nil)
Returns a new instance of GetCreditCardBankReconciliationReportCSVV1
1983 1984 1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/default.rb', line 1983 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
1975 1976 1977 |
# File 'lib/default.rb', line 1975 def agentCode @agentCode end |
- (Object) currency
Returns the value of attribute currency
1979 1980 1981 |
# File 'lib/default.rb', line 1979 def currency @currency end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
1981 1982 1983 |
# File 'lib/default.rb', line 1981 def customerIPAddress @customerIPAddress end |
- (Object) fromDate
Returns the value of attribute fromDate
1977 1978 1979 |
# File 'lib/default.rb', line 1977 def fromDate @fromDate end |
- (Object) password
Returns the value of attribute password
1976 1977 1978 |
# File 'lib/default.rb', line 1976 def password @password end |
- (Object) summaryOnly
Returns the value of attribute summaryOnly
1980 1981 1982 |
# File 'lib/default.rb', line 1980 def summaryOnly @summaryOnly end |
- (Object) toDate
Returns the value of attribute toDate
1978 1979 1980 |
# File 'lib/default.rb', line 1978 def toDate @toDate end |