Class: GetCustomerCodeDetailV1Response
- Inherits:
-
Object
- Object
- GetCustomerCodeDetailV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetCustomerCodeDetailV1Response
getCustomerCodeDetailV1Result - GetCustomerCodeDetailV1Response::GetCustomerCodeDetailV1Result
Defined Under Namespace
Classes: GetCustomerCodeDetailV1Result
Instance Attribute Summary (collapse)
-
- (Object) getCustomerCodeDetailV1Result
Returns the value of attribute getCustomerCodeDetailV1Result.
Instance Method Summary (collapse)
-
- (GetCustomerCodeDetailV1Response) initialize(getCustomerCodeDetailV1Result = nil)
constructor
A new instance of GetCustomerCodeDetailV1Response.
Constructor Details
- (GetCustomerCodeDetailV1Response) initialize(getCustomerCodeDetailV1Result = nil)
Returns a new instance of GetCustomerCodeDetailV1Response
1219 1220 1221 |
# File 'lib/default.rb', line 1219 def initialize(getCustomerCodeDetailV1Result = nil) @getCustomerCodeDetailV1Result = getCustomerCodeDetailV1Result end |
Instance Attribute Details
- (Object) getCustomerCodeDetailV1Result
Returns the value of attribute getCustomerCodeDetailV1Result
1217 1218 1219 |
# File 'lib/default.rb', line 1217 def getCustomerCodeDetailV1Result @getCustomerCodeDetailV1Result end |