Class: ProcessCreditCardWithCustomerCodeV1Response::ProcessCreditCardWithCustomerCodeV1Result

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

Overview

inner class for member: ProcessCreditCardWithCustomerCodeV1Result https://www.iatspayments.com/NetGate/ProcessCreditCardWithCustomerCodeV1Result

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (ProcessCreditCardWithCustomerCodeV1Result) initialize

Returns a new instance of ProcessCreditCardWithCustomerCodeV1Result



123
124
125
# File 'lib/default.rb', line 123

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

- (Object) __xmlele_any (readonly)

Returns the value of attribute __xmlele_any



117
118
119
# File 'lib/default.rb', line 117

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

- (Object) set_any(elements)



119
120
121
# File 'lib/default.rb', line 119

def set_any(elements)
  @__xmlele_any = elements
end