Class: UpdateACHEFTCustomerCodeV1Response
- Inherits:
-
Object
- Object
- UpdateACHEFTCustomerCodeV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/UpdateACHEFTCustomerCodeV1Response
updateACHEFTCustomerCodeV1Result - UpdateACHEFTCustomerCodeV1Response::UpdateACHEFTCustomerCodeV1Result
Defined Under Namespace
Classes: UpdateACHEFTCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) updateACHEFTCustomerCodeV1Result
Returns the value of attribute updateACHEFTCustomerCodeV1Result.
Instance Method Summary (collapse)
-
- (UpdateACHEFTCustomerCodeV1Response) initialize(updateACHEFTCustomerCodeV1Result = nil)
constructor
A new instance of UpdateACHEFTCustomerCodeV1Response.
Constructor Details
- (UpdateACHEFTCustomerCodeV1Response) initialize(updateACHEFTCustomerCodeV1Result = nil)
Returns a new instance of UpdateACHEFTCustomerCodeV1Response
1131 1132 1133 |
# File 'lib/default.rb', line 1131 def initialize(updateACHEFTCustomerCodeV1Result = nil) @updateACHEFTCustomerCodeV1Result = updateACHEFTCustomerCodeV1Result end |
Instance Attribute Details
- (Object) updateACHEFTCustomerCodeV1Result
Returns the value of attribute updateACHEFTCustomerCodeV1Result
1129 1130 1131 |
# File 'lib/default.rb', line 1129 def updateACHEFTCustomerCodeV1Result @updateACHEFTCustomerCodeV1Result end |