Class: ProcessACHEFTChargeBatchV1Response
- Inherits:
-
Object
- Object
- ProcessACHEFTChargeBatchV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTChargeBatchV1Response
processACHEFTChargeBatchV1Result - ProcessACHEFTChargeBatchV1Response::ProcessACHEFTChargeBatchV1Result
Defined Under Namespace
Classes: ProcessACHEFTChargeBatchV1Result
Instance Attribute Summary (collapse)
-
- (Object) processACHEFTChargeBatchV1Result
Returns the value of attribute processACHEFTChargeBatchV1Result.
Instance Method Summary (collapse)
-
- (ProcessACHEFTChargeBatchV1Response) initialize(processACHEFTChargeBatchV1Result = nil)
constructor
A new instance of ProcessACHEFTChargeBatchV1Response.
Constructor Details
- (ProcessACHEFTChargeBatchV1Response) initialize(processACHEFTChargeBatchV1Result = nil)
Returns a new instance of ProcessACHEFTChargeBatchV1Response
599 600 601 |
# File 'lib/default.rb', line 599 def initialize(processACHEFTChargeBatchV1Result = nil) @processACHEFTChargeBatchV1Result = processACHEFTChargeBatchV1Result end |
Instance Attribute Details
- (Object) processACHEFTChargeBatchV1Result
Returns the value of attribute processACHEFTChargeBatchV1Result
597 598 599 |
# File 'lib/default.rb', line 597 def processACHEFTChargeBatchV1Result @processACHEFTChargeBatchV1Result end |