Class: GetACHEFTPaymentBoxJournalCSVV1

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

https://www.iatspayments.com/NetGate/GetACHEFTPaymentBoxJournalCSVV1

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
customerIPAddress - SOAP::SOAPString

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetACHEFTPaymentBoxJournalCSVV1) initialize(agentCode = nil, password = nil, fromDate = nil, toDate = nil, customerIPAddress = nil)

Returns a new instance of GetACHEFTPaymentBoxJournalCSVV1



1885
1886
1887
1888
1889
1890
1891
# File 'lib/default.rb', line 1885

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



1879
1880
1881
# File 'lib/default.rb', line 1879

def agentCode
  @agentCode
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



1883
1884
1885
# File 'lib/default.rb', line 1883

def customerIPAddress
  @customerIPAddress
end

- (Object) fromDate

Returns the value of attribute fromDate



1881
1882
1883
# File 'lib/default.rb', line 1881

def fromDate
  @fromDate
end

- (Object) password

Returns the value of attribute password



1880
1881
1882
# File 'lib/default.rb', line 1880

def password
  @password
end

- (Object) toDate

Returns the value of attribute toDate



1882
1883
1884
# File 'lib/default.rb', line 1882

def toDate
  @toDate
end