Class: GetCreditCardPaymentBoxRejectCSVV1

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

Overview

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

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

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

Returns a new instance of GetCreditCardPaymentBoxRejectCSVV1



1809
1810
1811
1812
1813
1814
1815
# File 'lib/default.rb', line 1809

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



1803
1804
1805
# File 'lib/default.rb', line 1803

def agentCode
  @agentCode
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



1807
1808
1809
# File 'lib/default.rb', line 1807

def customerIPAddress
  @customerIPAddress
end

- (Object) fromDate

Returns the value of attribute fromDate



1805
1806
1807
# File 'lib/default.rb', line 1805

def fromDate
  @fromDate
end

- (Object) password

Returns the value of attribute password



1804
1805
1806
# File 'lib/default.rb', line 1804

def password
  @password
end

- (Object) toDate

Returns the value of attribute toDate



1806
1807
1808
# File 'lib/default.rb', line 1806

def toDate
  @toDate
end