Class: ProcessCreditCardWithCustomerCodeV1Response

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

https://www.iatspayments.com/NetGate/ProcessCreditCardWithCustomerCodeV1Response

processCreditCardWithCustomerCodeV1Result - ProcessCreditCardWithCustomerCodeV1Response::ProcessCreditCardWithCustomerCodeV1Result

Defined Under Namespace

Classes: ProcessCreditCardWithCustomerCodeV1Result

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (ProcessCreditCardWithCustomerCodeV1Response) initialize(processCreditCardWithCustomerCodeV1Result = nil)

Returns a new instance of ProcessCreditCardWithCustomerCodeV1Response



130
131
132
# File 'lib/default.rb', line 130

def initialize(processCreditCardWithCustomerCodeV1Result = nil)
  @processCreditCardWithCustomerCodeV1Result = processCreditCardWithCustomerCodeV1Result
end

Instance Attribute Details

- (Object) processCreditCardWithCustomerCodeV1Result

Returns the value of attribute processCreditCardWithCustomerCodeV1Result



128
129
130
# File 'lib/default.rb', line 128

def processCreditCardWithCustomerCodeV1Result
  @processCreditCardWithCustomerCodeV1Result
end