Class: GetACHEFTPaymentBoxRejectCSVV1

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

Overview

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

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

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

Returns a new instance of GetACHEFTPaymentBoxRejectCSVV1



1932
1933
1934
1935
1936
1937
1938
# File 'lib/default.rb', line 1932

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



1926
1927
1928
# File 'lib/default.rb', line 1926

def agentCode
  @agentCode
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



1930
1931
1932
# File 'lib/default.rb', line 1930

def customerIPAddress
  @customerIPAddress
end

- (Object) fromDate

Returns the value of attribute fromDate



1928
1929
1930
# File 'lib/default.rb', line 1928

def fromDate
  @fromDate
end

- (Object) password

Returns the value of attribute password



1927
1928
1929
# File 'lib/default.rb', line 1927

def password
  @password
end

- (Object) toDate

Returns the value of attribute toDate



1929
1930
1931
# File 'lib/default.rb', line 1929

def toDate
  @toDate
end