Class: ProcessACHEFTChargeBatchV1
- Inherits:
-
Object
- Object
- ProcessACHEFTChargeBatchV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTChargeBatchV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
batchFile - SOAP::SOAPBase64
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) batchFile
Returns the value of attribute batchFile.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) password
Returns the value of attribute password.
Instance Method Summary (collapse)
-
- (ProcessACHEFTChargeBatchV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)
constructor
A new instance of ProcessACHEFTChargeBatchV1.
Constructor Details
- (ProcessACHEFTChargeBatchV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)
Returns a new instance of ProcessACHEFTChargeBatchV1
571 572 573 574 575 576 |
# File 'lib/default.rb', line 571 def initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil) @agentCode = agentCode @password = password @customerIPAddress = customerIPAddress @batchFile = batchFile end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
566 567 568 |
# File 'lib/default.rb', line 566 def agentCode @agentCode end |
- (Object) batchFile
Returns the value of attribute batchFile
569 570 571 |
# File 'lib/default.rb', line 569 def batchFile @batchFile end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
568 569 570 |
# File 'lib/default.rb', line 568 def customerIPAddress @customerIPAddress end |
- (Object) password
Returns the value of attribute password
567 568 569 |
# File 'lib/default.rb', line 567 def password @password end |