Class: CreateACHEFTCustomerCodeV1

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

Overview

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

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
customerCode - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
companyName - SOAP::SOAPString
address - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zipCode - SOAP::SOAPString
phone - SOAP::SOAPString
fax - SOAP::SOAPString
alternatePhone - SOAP::SOAPString
email - SOAP::SOAPString
comment - SOAP::SOAPString
recurring - SOAP::SOAPBoolean
amount - SOAP::SOAPString
beginDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
scheduleType - SOAP::SOAPString
scheduleDate - SOAP::SOAPString
accountCustomerName - SOAP::SOAPString
accountNum - SOAP::SOAPString
accountType - SOAP::SOAPString

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (CreateACHEFTCustomerCodeV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, firstName = nil, lastName = nil, companyName = nil, address = nil, city = nil, state = nil, zipCode = nil, phone = nil, fax = nil, alternatePhone = nil, email = nil, comment = nil, recurring = nil, amount = nil, beginDate = nil, endDate = nil, scheduleType = nil, scheduleDate = nil, accountCustomerName = nil, accountNum = nil, accountType = nil)

Returns a new instance of CreateACHEFTCustomerCodeV1



859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
# File 'lib/default.rb', line 859

def initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, firstName = nil, lastName = nil, companyName = nil, address = nil, city = nil, state = nil, zipCode = nil, phone = nil, fax = nil, alternatePhone = nil, email = nil, comment = nil, recurring = nil, amount = nil, beginDate = nil, endDate = nil, scheduleType = nil, scheduleDate = nil, accountCustomerName = nil, accountNum = nil, accountType = nil)
  @agentCode = agentCode
  @password = password
  @customerIPAddress = customerIPAddress
  @customerCode = customerCode
  @firstName = firstName
  @lastName = lastName
  @companyName = companyName
  @address = address
  @city = city
  @state = state
  @zipCode = zipCode
  @phone = phone
  @fax = fax
  @alternatePhone = alternatePhone
  @email = email
  @comment = comment
  @recurring = recurring
  @amount = amount
  @beginDate = beginDate
  @endDate = endDate
  @scheduleType = scheduleType
  @scheduleDate = scheduleDate
  @accountCustomerName = accountCustomerName
  @accountNum = accountNum
  @accountType = accountType
end

Instance Attribute Details

- (Object) accountCustomerName

Returns the value of attribute accountCustomerName



855
856
857
# File 'lib/default.rb', line 855

def accountCustomerName
  @accountCustomerName
end

- (Object) accountNum

Returns the value of attribute accountNum



856
857
858
# File 'lib/default.rb', line 856

def accountNum
  @accountNum
end

- (Object) accountType

Returns the value of attribute accountType



857
858
859
# File 'lib/default.rb', line 857

def accountType
  @accountType
end

- (Object) address

Returns the value of attribute address



840
841
842
# File 'lib/default.rb', line 840

def address
  @address
end

- (Object) agentCode

Returns the value of attribute agentCode



833
834
835
# File 'lib/default.rb', line 833

def agentCode
  @agentCode
end

- (Object) alternatePhone

Returns the value of attribute alternatePhone



846
847
848
# File 'lib/default.rb', line 846

def alternatePhone
  @alternatePhone
end

- (Object) amount

Returns the value of attribute amount



850
851
852
# File 'lib/default.rb', line 850

def amount
  @amount
end

- (Object) beginDate

Returns the value of attribute beginDate



851
852
853
# File 'lib/default.rb', line 851

def beginDate
  @beginDate
end

- (Object) city

Returns the value of attribute city



841
842
843
# File 'lib/default.rb', line 841

def city
  @city
end

- (Object) comment

Returns the value of attribute comment



848
849
850
# File 'lib/default.rb', line 848

def comment
  @comment
end

- (Object) companyName

Returns the value of attribute companyName



839
840
841
# File 'lib/default.rb', line 839

def companyName
  @companyName
end

- (Object) customerCode

Returns the value of attribute customerCode



836
837
838
# File 'lib/default.rb', line 836

def customerCode
  @customerCode
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



835
836
837
# File 'lib/default.rb', line 835

def customerIPAddress
  @customerIPAddress
end

- (Object) email

Returns the value of attribute email



847
848
849
# File 'lib/default.rb', line 847

def email
  @email
end

- (Object) endDate

Returns the value of attribute endDate



852
853
854
# File 'lib/default.rb', line 852

def endDate
  @endDate
end

- (Object) fax

Returns the value of attribute fax



845
846
847
# File 'lib/default.rb', line 845

def fax
  @fax
end

- (Object) firstName

Returns the value of attribute firstName



837
838
839
# File 'lib/default.rb', line 837

def firstName
  @firstName
end

- (Object) lastName

Returns the value of attribute lastName



838
839
840
# File 'lib/default.rb', line 838

def lastName
  @lastName
end

- (Object) password

Returns the value of attribute password



834
835
836
# File 'lib/default.rb', line 834

def password
  @password
end

- (Object) phone

Returns the value of attribute phone



844
845
846
# File 'lib/default.rb', line 844

def phone
  @phone
end

- (Object) recurring

Returns the value of attribute recurring



849
850
851
# File 'lib/default.rb', line 849

def recurring
  @recurring
end

- (Object) scheduleDate

Returns the value of attribute scheduleDate



854
855
856
# File 'lib/default.rb', line 854

def scheduleDate
  @scheduleDate
end

- (Object) scheduleType

Returns the value of attribute scheduleType



853
854
855
# File 'lib/default.rb', line 853

def scheduleType
  @scheduleType
end

- (Object) state

Returns the value of attribute state



842
843
844
# File 'lib/default.rb', line 842

def state
  @state
end

- (Object) zipCode

Returns the value of attribute zipCode



843
844
845
# File 'lib/default.rb', line 843

def zipCode
  @zipCode
end