Class: ProcessACHEFTWithCustomerCodeV1Response
- Inherits:
-
Object
- Object
- ProcessACHEFTWithCustomerCodeV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessACHEFTWithCustomerCodeV1Response
processACHEFTWithCustomerCodeV1Result - ProcessACHEFTWithCustomerCodeV1Response::ProcessACHEFTWithCustomerCodeV1Result
Defined Under Namespace
Classes: ProcessACHEFTWithCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) processACHEFTWithCustomerCodeV1Result
Returns the value of attribute processACHEFTWithCustomerCodeV1Result.
Instance Method Summary (collapse)
-
- (ProcessACHEFTWithCustomerCodeV1Response) initialize(processACHEFTWithCustomerCodeV1Result = nil)
constructor
A new instance of ProcessACHEFTWithCustomerCodeV1Response.
Constructor Details
- (ProcessACHEFTWithCustomerCodeV1Response) initialize(processACHEFTWithCustomerCodeV1Result = nil)
Returns a new instance of ProcessACHEFTWithCustomerCodeV1Response
337 338 339 |
# File 'lib/default.rb', line 337 def initialize(processACHEFTWithCustomerCodeV1Result = nil) @processACHEFTWithCustomerCodeV1Result = processACHEFTWithCustomerCodeV1Result end |
Instance Attribute Details
- (Object) processACHEFTWithCustomerCodeV1Result
Returns the value of attribute processACHEFTWithCustomerCodeV1Result
335 336 337 |
# File 'lib/default.rb', line 335 def processACHEFTWithCustomerCodeV1Result @processACHEFTWithCustomerCodeV1Result end |