Class: ProcessACHEFTRefundBatchV1Response
- Inherits:
-
Object
- Object
- ProcessACHEFTRefundBatchV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTRefundBatchV1Response
processACHEFTRefundBatchV1Result - ProcessACHEFTRefundBatchV1Response::ProcessACHEFTRefundBatchV1Result
Defined Under Namespace
Classes: ProcessACHEFTRefundBatchV1Result
Instance Attribute Summary (collapse)
-
- (Object) processACHEFTRefundBatchV1Result
Returns the value of attribute processACHEFTRefundBatchV1Result.
Instance Method Summary (collapse)
-
- (ProcessACHEFTRefundBatchV1Response) initialize(processACHEFTRefundBatchV1Result = nil)
constructor
A new instance of ProcessACHEFTRefundBatchV1Response.
Constructor Details
- (ProcessACHEFTRefundBatchV1Response) initialize(processACHEFTRefundBatchV1Result = nil)
Returns a new instance of ProcessACHEFTRefundBatchV1Response
643 644 645 |
# File 'lib/default.rb', line 643 def initialize(processACHEFTRefundBatchV1Result = nil) @processACHEFTRefundBatchV1Result = processACHEFTRefundBatchV1Result end |
Instance Attribute Details
- (Object) processACHEFTRefundBatchV1Result
Returns the value of attribute processACHEFTRefundBatchV1Result
641 642 643 |
# File 'lib/default.rb', line 641 def processACHEFTRefundBatchV1Result @processACHEFTRefundBatchV1Result end |