Class: ProcessACHEFTV1

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

Overview

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

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

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

Returns a new instance of ProcessACHEFTV1



373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
# File 'lib/default.rb', line 373

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

Instance Attribute Details

- (Object) accountNum

Returns the value of attribute accountNum



362
363
364
# File 'lib/default.rb', line 362

def accountNum
  @accountNum
end

- (Object) accountType

Returns the value of attribute accountType



363
364
365
# File 'lib/default.rb', line 363

def accountType
  @accountType
end

- (Object) address

Returns the value of attribute address



366
367
368
# File 'lib/default.rb', line 366

def address
  @address
end

- (Object) agentCode

Returns the value of attribute agentCode



358
359
360
# File 'lib/default.rb', line 358

def agentCode
  @agentCode
end

- (Object) city

Returns the value of attribute city



367
368
369
# File 'lib/default.rb', line 367

def city
  @city
end

- (Object) comment

Returns the value of attribute comment



371
372
373
# File 'lib/default.rb', line 371

def comment
  @comment
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



360
361
362
# File 'lib/default.rb', line 360

def customerIPAddress
  @customerIPAddress
end

- (Object) firstName

Returns the value of attribute firstName



364
365
366
# File 'lib/default.rb', line 364

def firstName
  @firstName
end

- (Object) invoiceNum

Returns the value of attribute invoiceNum



361
362
363
# File 'lib/default.rb', line 361

def invoiceNum
  @invoiceNum
end

- (Object) lastName

Returns the value of attribute lastName



365
366
367
# File 'lib/default.rb', line 365

def lastName
  @lastName
end

- (Object) password

Returns the value of attribute password



359
360
361
# File 'lib/default.rb', line 359

def password
  @password
end

- (Object) state

Returns the value of attribute state



368
369
370
# File 'lib/default.rb', line 368

def state
  @state
end

- (Object) total

Returns the value of attribute total



370
371
372
# File 'lib/default.rb', line 370

def total
  @total
end

- (Object) zipCode

Returns the value of attribute zipCode



369
370
371
# File 'lib/default.rb', line 369

def zipCode
  @zipCode
end