Class: CreateCustomerCodeAndProcessACHEFTV1

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

Overview

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

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
address - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zipCode - SOAP::SOAPString
accountNum - SOAP::SOAPString
accountType - SOAP::SOAPString
invoiceNum - SOAP::SOAPString
total - SOAP::SOAPString
comment - SOAP::SOAPString

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (CreateCustomerCodeAndProcessACHEFTV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, firstName = nil, lastName = nil, address = nil, city = nil, state = nil, zipCode = nil, accountNum = nil, accountType = nil, invoiceNum = nil, total = nil, comment = nil)

Returns a new instance of CreateCustomerCodeAndProcessACHEFTV1



246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'lib/default.rb', line 246

def initialize(agentCode = nil, password = nil, customerIPAddress = nil, firstName = nil, lastName = nil, address = nil, city = nil, state = nil, zipCode = nil, accountNum = nil, accountType = nil, invoiceNum = nil, total = nil, comment = nil)
  @agentCode = agentCode
  @password = password
  @customerIPAddress = customerIPAddress
  @firstName = firstName
  @lastName = lastName
  @address = address
  @city = city
  @state = state
  @zipCode = zipCode
  @accountNum = accountNum
  @accountType = accountType
  @invoiceNum = invoiceNum
  @total = total
  @comment = comment
end

Instance Attribute Details

- (Object) accountNum

Returns the value of attribute accountNum



240
241
242
# File 'lib/default.rb', line 240

def accountNum
  @accountNum
end

- (Object) accountType

Returns the value of attribute accountType



241
242
243
# File 'lib/default.rb', line 241

def accountType
  @accountType
end

- (Object) address

Returns the value of attribute address



236
237
238
# File 'lib/default.rb', line 236

def address
  @address
end

- (Object) agentCode

Returns the value of attribute agentCode



231
232
233
# File 'lib/default.rb', line 231

def agentCode
  @agentCode
end

- (Object) city

Returns the value of attribute city



237
238
239
# File 'lib/default.rb', line 237

def city
  @city
end

- (Object) comment

Returns the value of attribute comment



244
245
246
# File 'lib/default.rb', line 244

def comment
  @comment
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



233
234
235
# File 'lib/default.rb', line 233

def customerIPAddress
  @customerIPAddress
end

- (Object) firstName

Returns the value of attribute firstName



234
235
236
# File 'lib/default.rb', line 234

def firstName
  @firstName
end

- (Object) invoiceNum

Returns the value of attribute invoiceNum



242
243
244
# File 'lib/default.rb', line 242

def invoiceNum
  @invoiceNum
end

- (Object) lastName

Returns the value of attribute lastName



235
236
237
# File 'lib/default.rb', line 235

def lastName
  @lastName
end

- (Object) password

Returns the value of attribute password



232
233
234
# File 'lib/default.rb', line 232

def password
  @password
end

- (Object) state

Returns the value of attribute state



238
239
240
# File 'lib/default.rb', line 238

def state
  @state
end

- (Object) total

Returns the value of attribute total



243
244
245
# File 'lib/default.rb', line 243

def total
  @total
end

- (Object) zipCode

Returns the value of attribute zipCode



239
240
241
# File 'lib/default.rb', line 239

def zipCode
  @zipCode
end