Class: ProcessCreditCardWithCustomerCodeV1

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

Overview

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

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
customerCode - SOAP::SOAPString
invoiceNum - SOAP::SOAPString
cvv2 - SOAP::SOAPString
total - SOAP::SOAPString
comment - SOAP::SOAPString

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (ProcessCreditCardWithCustomerCodeV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, invoiceNum = nil, cvv2 = nil, total = nil, comment = nil)

Returns a new instance of ProcessCreditCardWithCustomerCodeV1



98
99
100
101
102
103
104
105
106
107
# File 'lib/default.rb', line 98

def initialize(agentCode = nil, password = nil, customerIPAddress = nil, customerCode = nil, invoiceNum = nil, cvv2 = nil, total = nil, comment = nil)
  @agentCode = agentCode
  @password = password
  @customerIPAddress = customerIPAddress
  @customerCode = customerCode
  @invoiceNum = invoiceNum
  @cvv2 = cvv2
  @total = total
  @comment = comment
end

Instance Attribute Details

- (Object) agentCode

Returns the value of attribute agentCode



89
90
91
# File 'lib/default.rb', line 89

def agentCode
  @agentCode
end

- (Object) comment

Returns the value of attribute comment



96
97
98
# File 'lib/default.rb', line 96

def comment
  @comment
end

- (Object) customerCode

Returns the value of attribute customerCode



92
93
94
# File 'lib/default.rb', line 92

def customerCode
  @customerCode
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



91
92
93
# File 'lib/default.rb', line 91

def customerIPAddress
  @customerIPAddress
end

- (Object) cvv2

Returns the value of attribute cvv2



94
95
96
# File 'lib/default.rb', line 94

def cvv2
  @cvv2
end

- (Object) invoiceNum

Returns the value of attribute invoiceNum



93
94
95
# File 'lib/default.rb', line 93

def invoiceNum
  @invoiceNum
end

- (Object) password

Returns the value of attribute password



90
91
92
# File 'lib/default.rb', line 90

def password
  @password
end

- (Object) total

Returns the value of attribute total



95
96
97
# File 'lib/default.rb', line 95

def total
  @total
end