Class: UpdateACHEFTCustomerCodeV1
- Inherits:
-
Object
- Object
- UpdateACHEFTCustomerCodeV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/UpdateACHEFTCustomerCodeV1
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
updateAccountNum - SOAP::SOAPBoolean
Instance Attribute Summary (collapse)
-
- (Object) accountCustomerName
Returns the value of attribute accountCustomerName.
-
- (Object) accountNum
Returns the value of attribute accountNum.
-
- (Object) accountType
Returns the value of attribute accountType.
-
- (Object) address
Returns the value of attribute address.
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) alternatePhone
Returns the value of attribute alternatePhone.
-
- (Object) amount
Returns the value of attribute amount.
-
- (Object) beginDate
Returns the value of attribute beginDate.
-
- (Object) city
Returns the value of attribute city.
-
- (Object) comment
Returns the value of attribute comment.
-
- (Object) companyName
Returns the value of attribute companyName.
-
- (Object) customerCode
Returns the value of attribute customerCode.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) email
Returns the value of attribute email.
-
- (Object) endDate
Returns the value of attribute endDate.
-
- (Object) fax
Returns the value of attribute fax.
-
- (Object) firstName
Returns the value of attribute firstName.
-
- (Object) lastName
Returns the value of attribute lastName.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) phone
Returns the value of attribute phone.
-
- (Object) recurring
Returns the value of attribute recurring.
-
- (Object) scheduleDate
Returns the value of attribute scheduleDate.
-
- (Object) scheduleType
Returns the value of attribute scheduleType.
-
- (Object) state
Returns the value of attribute state.
-
- (Object) updateAccountNum
Returns the value of attribute updateAccountNum.
-
- (Object) zipCode
Returns the value of attribute zipCode.
Instance Method Summary (collapse)
-
- (UpdateACHEFTCustomerCodeV1) 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, updateAccountNum = nil)
constructor
A new instance of UpdateACHEFTCustomerCodeV1.
Constructor Details
- (UpdateACHEFTCustomerCodeV1) 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, updateAccountNum = nil)
Returns a new instance of UpdateACHEFTCustomerCodeV1
1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 |
# File 'lib/default.rb', line 1081 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, updateAccountNum = 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 @updateAccountNum = updateAccountNum end |
Instance Attribute Details
- (Object) accountCustomerName
Returns the value of attribute accountCustomerName
1076 1077 1078 |
# File 'lib/default.rb', line 1076 def accountCustomerName @accountCustomerName end |
- (Object) accountNum
Returns the value of attribute accountNum
1077 1078 1079 |
# File 'lib/default.rb', line 1077 def accountNum @accountNum end |
- (Object) accountType
Returns the value of attribute accountType
1078 1079 1080 |
# File 'lib/default.rb', line 1078 def accountType @accountType end |
- (Object) address
Returns the value of attribute address
1061 1062 1063 |
# File 'lib/default.rb', line 1061 def address @address end |
- (Object) agentCode
Returns the value of attribute agentCode
1054 1055 1056 |
# File 'lib/default.rb', line 1054 def agentCode @agentCode end |
- (Object) alternatePhone
Returns the value of attribute alternatePhone
1067 1068 1069 |
# File 'lib/default.rb', line 1067 def alternatePhone @alternatePhone end |
- (Object) amount
Returns the value of attribute amount
1071 1072 1073 |
# File 'lib/default.rb', line 1071 def amount @amount end |
- (Object) beginDate
Returns the value of attribute beginDate
1072 1073 1074 |
# File 'lib/default.rb', line 1072 def beginDate @beginDate end |
- (Object) city
Returns the value of attribute city
1062 1063 1064 |
# File 'lib/default.rb', line 1062 def city @city end |
- (Object) comment
Returns the value of attribute comment
1069 1070 1071 |
# File 'lib/default.rb', line 1069 def comment @comment end |
- (Object) companyName
Returns the value of attribute companyName
1060 1061 1062 |
# File 'lib/default.rb', line 1060 def companyName @companyName end |
- (Object) customerCode
Returns the value of attribute customerCode
1057 1058 1059 |
# File 'lib/default.rb', line 1057 def customerCode @customerCode end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
1056 1057 1058 |
# File 'lib/default.rb', line 1056 def customerIPAddress @customerIPAddress end |
- (Object) email
Returns the value of attribute email
1068 1069 1070 |
# File 'lib/default.rb', line 1068 def email @email end |
- (Object) endDate
Returns the value of attribute endDate
1073 1074 1075 |
# File 'lib/default.rb', line 1073 def endDate @endDate end |
- (Object) fax
Returns the value of attribute fax
1066 1067 1068 |
# File 'lib/default.rb', line 1066 def fax @fax end |
- (Object) firstName
Returns the value of attribute firstName
1058 1059 1060 |
# File 'lib/default.rb', line 1058 def firstName @firstName end |
- (Object) lastName
Returns the value of attribute lastName
1059 1060 1061 |
# File 'lib/default.rb', line 1059 def lastName @lastName end |
- (Object) password
Returns the value of attribute password
1055 1056 1057 |
# File 'lib/default.rb', line 1055 def password @password end |
- (Object) phone
Returns the value of attribute phone
1065 1066 1067 |
# File 'lib/default.rb', line 1065 def phone @phone end |
- (Object) recurring
Returns the value of attribute recurring
1070 1071 1072 |
# File 'lib/default.rb', line 1070 def recurring @recurring end |
- (Object) scheduleDate
Returns the value of attribute scheduleDate
1075 1076 1077 |
# File 'lib/default.rb', line 1075 def scheduleDate @scheduleDate end |
- (Object) scheduleType
Returns the value of attribute scheduleType
1074 1075 1076 |
# File 'lib/default.rb', line 1074 def scheduleType @scheduleType end |
- (Object) state
Returns the value of attribute state
1063 1064 1065 |
# File 'lib/default.rb', line 1063 def state @state end |
- (Object) updateAccountNum
Returns the value of attribute updateAccountNum
1079 1080 1081 |
# File 'lib/default.rb', line 1079 def updateAccountNum @updateAccountNum end |
- (Object) zipCode
Returns the value of attribute zipCode
1064 1065 1066 |
# File 'lib/default.rb', line 1064 def zipCode @zipCode end |