Class: ProcessACHEFTRefundWithTransactionIdV1Response
- Inherits:
-
Object
- Object
- ProcessACHEFTRefundWithTransactionIdV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTRefundWithTransactionIdV1Response
processACHEFTRefundWithTransactionIdV1Result - ProcessACHEFTRefundWithTransactionIdV1Response::ProcessACHEFTRefundWithTransactionIdV1Result
Defined Under Namespace
Classes: ProcessACHEFTRefundWithTransactionIdV1Result
Instance Attribute Summary (collapse)
-
- (Object) processACHEFTRefundWithTransactionIdV1Result
Returns the value of attribute processACHEFTRefundWithTransactionIdV1Result.
Instance Method Summary (collapse)
-
- (ProcessACHEFTRefundWithTransactionIdV1Response) initialize(processACHEFTRefundWithTransactionIdV1Result = nil)
constructor
A new instance of ProcessACHEFTRefundWithTransactionIdV1Response.
Constructor Details
- (ProcessACHEFTRefundWithTransactionIdV1Response) initialize(processACHEFTRefundWithTransactionIdV1Result = nil)
Returns a new instance of ProcessACHEFTRefundWithTransactionIdV1Response
511 512 513 |
# File 'lib/default.rb', line 511 def initialize(processACHEFTRefundWithTransactionIdV1Result = nil) @processACHEFTRefundWithTransactionIdV1Result = processACHEFTRefundWithTransactionIdV1Result end |
Instance Attribute Details
- (Object) processACHEFTRefundWithTransactionIdV1Result
Returns the value of attribute processACHEFTRefundWithTransactionIdV1Result
509 510 511 |
# File 'lib/default.rb', line 509 def processACHEFTRefundWithTransactionIdV1Result @processACHEFTRefundWithTransactionIdV1Result end |