Class: ProcessACHEFTRefundBatchV1
- Inherits:
-
Object
- Object
- ProcessACHEFTRefundBatchV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTRefundBatchV1
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)
-
- (ProcessACHEFTRefundBatchV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)
constructor
A new instance of ProcessACHEFTRefundBatchV1.
Constructor Details
- (ProcessACHEFTRefundBatchV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchFile = nil)
Returns a new instance of ProcessACHEFTRefundBatchV1
615 616 617 618 619 620 |
# File 'lib/default.rb', line 615 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
610 611 612 |
# File 'lib/default.rb', line 610 def agentCode @agentCode end |
- (Object) batchFile
Returns the value of attribute batchFile
613 614 615 |
# File 'lib/default.rb', line 613 def batchFile @batchFile end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
612 613 614 |
# File 'lib/default.rb', line 612 def customerIPAddress @customerIPAddress end |
- (Object) password
Returns the value of attribute password
611 612 613 |
# File 'lib/default.rb', line 611 def password @password end |