Class: DeleteCustomerCodeV1Response
- Inherits:
-
Object
- Object
- DeleteCustomerCodeV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/DeleteCustomerCodeV1Response
deleteCustomerCodeV1Result - DeleteCustomerCodeV1Response::DeleteCustomerCodeV1Result
Defined Under Namespace
Classes: DeleteCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) deleteCustomerCodeV1Result
Returns the value of attribute deleteCustomerCodeV1Result.
Instance Method Summary (collapse)
-
- (DeleteCustomerCodeV1Response) initialize(deleteCustomerCodeV1Result = nil)
constructor
A new instance of DeleteCustomerCodeV1Response.
Constructor Details
- (DeleteCustomerCodeV1Response) initialize(deleteCustomerCodeV1Result = nil)
Returns a new instance of DeleteCustomerCodeV1Response
1175 1176 1177 |
# File 'lib/default.rb', line 1175 def initialize(deleteCustomerCodeV1Result = nil) @deleteCustomerCodeV1Result = deleteCustomerCodeV1Result end |
Instance Attribute Details
- (Object) deleteCustomerCodeV1Result
Returns the value of attribute deleteCustomerCodeV1Result
1173 1174 1175 |
# File 'lib/default.rb', line 1173 def deleteCustomerCodeV1Result @deleteCustomerCodeV1Result end |