Class: GetCreditCardPaymentBoxJournalCSVV1
- Inherits:
-
Object
- Object
- GetCreditCardPaymentBoxJournalCSVV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetCreditCardPaymentBoxJournalCSVV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
customerIPAddress - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (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) toDate
Returns the value of attribute toDate.
Instance Method Summary (collapse)
-
- (GetCreditCardPaymentBoxJournalCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, customerIPAddress = nil)
constructor
A new instance of GetCreditCardPaymentBoxJournalCSVV1.
Constructor Details
- (GetCreditCardPaymentBoxJournalCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, customerIPAddress = nil)
Returns a new instance of GetCreditCardPaymentBoxJournalCSVV1
1762 1763 1764 1765 1766 1767 1768 |
# File 'lib/default.rb', line 1762 def initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, customerIPAddress = nil) @agentCode = agentCode @password = password @fromDate = fromDate @toDate = toDate @customerIPAddress = customerIPAddress end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
1756 1757 1758 |
# File 'lib/default.rb', line 1756 def agentCode @agentCode end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
1760 1761 1762 |
# File 'lib/default.rb', line 1760 def customerIPAddress @customerIPAddress end |
- (Object) fromDate
Returns the value of attribute fromDate
1758 1759 1760 |
# File 'lib/default.rb', line 1758 def fromDate @fromDate end |
- (Object) password
Returns the value of attribute password
1757 1758 1759 |
# File 'lib/default.rb', line 1757 def password @password end |
- (Object) toDate
Returns the value of attribute toDate
1759 1760 1761 |
# File 'lib/default.rb', line 1759 def toDate @toDate end |