Class: ProcessCreditCardV1
- Inherits:
-
Object
- Object
- ProcessCreditCardV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/ProcessCreditCardV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
invoiceNum - SOAP::SOAPString
creditCardNum - SOAP::SOAPString
creditCardExpiry - SOAP::SOAPString
cvv2 - SOAP::SOAPString
mop - 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)
-
- (Object) address
Returns the value of attribute address.
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) city
Returns the value of attribute city.
-
- (Object) comment
Returns the value of attribute comment.
-
- (Object) creditCardExpiry
Returns the value of attribute creditCardExpiry.
-
- (Object) creditCardNum
Returns the value of attribute creditCardNum.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) cvv2
Returns the value of attribute cvv2.
-
- (Object) firstName
Returns the value of attribute firstName.
-
- (Object) invoiceNum
Returns the value of attribute invoiceNum.
-
- (Object) lastName
Returns the value of attribute lastName.
-
- (Object) mop
Returns the value of attribute mop.
-
- (Object) password
Returns the value of attribute password.
-
- (Object) state
Returns the value of attribute state.
-
- (Object) total
Returns the value of attribute total.
-
- (Object) zipCode
Returns the value of attribute zipCode.
Instance Method Summary (collapse)
-
- (ProcessCreditCardV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, invoiceNum = nil, creditCardNum = nil, creditCardExpiry = nil, cvv2 = nil, mop = nil, firstName = nil, lastName = nil, address = nil, city = nil, state = nil, zipCode = nil, total = nil, comment = nil)
constructor
A new instance of ProcessCreditCardV1.
Constructor Details
- (ProcessCreditCardV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, invoiceNum = nil, creditCardNum = nil, creditCardExpiry = nil, cvv2 = nil, mop = nil, firstName = nil, lastName = nil, address = nil, city = nil, state = nil, zipCode = nil, total = nil, comment = nil)
Returns a new instance of ProcessCreditCardV1
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'lib/default.rb', line 170 def initialize(agentCode = nil, password = nil, customerIPAddress = nil, invoiceNum = nil, creditCardNum = nil, creditCardExpiry = nil, cvv2 = nil, mop = 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 @creditCardNum = creditCardNum @creditCardExpiry = creditCardExpiry @cvv2 = cvv2 @mop = mop @firstName = firstName @lastName = lastName @address = address @city = city @state = state @zipCode = zipCode @total = total @comment = comment end |
Instance Attribute Details
- (Object) address
Returns the value of attribute address
163 164 165 |
# File 'lib/default.rb', line 163 def address @address end |
- (Object) agentCode
Returns the value of attribute agentCode
153 154 155 |
# File 'lib/default.rb', line 153 def agentCode @agentCode end |
- (Object) city
Returns the value of attribute city
164 165 166 |
# File 'lib/default.rb', line 164 def city @city end |
- (Object) comment
Returns the value of attribute comment
168 169 170 |
# File 'lib/default.rb', line 168 def comment @comment end |
- (Object) creditCardExpiry
Returns the value of attribute creditCardExpiry
158 159 160 |
# File 'lib/default.rb', line 158 def creditCardExpiry @creditCardExpiry end |
- (Object) creditCardNum
Returns the value of attribute creditCardNum
157 158 159 |
# File 'lib/default.rb', line 157 def creditCardNum @creditCardNum end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
155 156 157 |
# File 'lib/default.rb', line 155 def customerIPAddress @customerIPAddress end |
- (Object) cvv2
Returns the value of attribute cvv2
159 160 161 |
# File 'lib/default.rb', line 159 def cvv2 @cvv2 end |
- (Object) firstName
Returns the value of attribute firstName
161 162 163 |
# File 'lib/default.rb', line 161 def firstName @firstName end |
- (Object) invoiceNum
Returns the value of attribute invoiceNum
156 157 158 |
# File 'lib/default.rb', line 156 def invoiceNum @invoiceNum end |
- (Object) lastName
Returns the value of attribute lastName
162 163 164 |
# File 'lib/default.rb', line 162 def lastName @lastName end |
- (Object) mop
Returns the value of attribute mop
160 161 162 |
# File 'lib/default.rb', line 160 def mop @mop end |
- (Object) password
Returns the value of attribute password
154 155 156 |
# File 'lib/default.rb', line 154 def password @password end |
- (Object) state
Returns the value of attribute state
165 166 167 |
# File 'lib/default.rb', line 165 def state @state end |
- (Object) total
Returns the value of attribute total
167 168 169 |
# File 'lib/default.rb', line 167 def total @total end |
- (Object) zipCode
Returns the value of attribute zipCode
166 167 168 |
# File 'lib/default.rb', line 166 def zipCode @zipCode end |