Class: ProcessACHEFTWithCustomerCodeV1
- Inherits:
-
Object
- Object
- ProcessACHEFTWithCustomerCodeV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTWithCustomerCodeV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
customerCode - SOAP::SOAPString
invoiceNum - SOAP::SOAPString
total - SOAP::SOAPString
comment - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) comment
Returns the value of attribute comment.
-
- (Object) customerCode
Returns the value of attribute customerCode.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) invoiceNum
Returns the value of attribute invoiceNum.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) total
Returns the value of attribute total.
Instance Method Summary (collapse)
-
- (ProcessACHEFTWithCustomerCodeV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, invoiceNum = nil, total = nil, comment = nil)
constructor
A new instance of ProcessACHEFTWithCustomerCodeV1.
Constructor Details
- (ProcessACHEFTWithCustomerCodeV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, invoiceNum = nil, total = nil, comment = nil)
Returns a new instance of ProcessACHEFTWithCustomerCodeV1
306 307 308 309 310 311 312 313 314 |
# File 'lib/default.rb', line 306 def initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, invoiceNum = nil, total = nil, comment = nil) @agentCode = agentCode @password = password @customerIPAddress = customerIPAddress @customerCode = customerCode @invoiceNum = invoiceNum @total = total @comment = comment end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
298 299 300 |
# File 'lib/default.rb', line 298 def agentCode @agentCode end |
- (Object) comment
Returns the value of attribute comment
304 305 306 |
# File 'lib/default.rb', line 304 def comment @comment end |
- (Object) customerCode
Returns the value of attribute customerCode
301 302 303 |
# File 'lib/default.rb', line 301 def customerCode @customerCode end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
300 301 302 |
# File 'lib/default.rb', line 300 def customerIPAddress @customerIPAddress end |
- (Object) invoiceNum
Returns the value of attribute invoiceNum
302 303 304 |
# File 'lib/default.rb', line 302 def invoiceNum @invoiceNum end |
- (Object) password
Returns the value of attribute password
299 300 301 |
# File 'lib/default.rb', line 299 def password @password end |
- (Object) total
Returns the value of attribute total
303 304 305 |
# File 'lib/default.rb', line 303 def total @total end |