Class: CreateCustomerCodeAndProcessCreditCardV1

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

Overview

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

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
invoiceNum - SOAP::SOAPString
ccNum - SOAP::SOAPString
ccExp - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
address - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zipCode - SOAP::SOAPString
cvv2 - SOAP::SOAPString
total - SOAP::SOAPString

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (CreateCustomerCodeAndProcessCreditCardV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, invoiceNum = nil, ccNum = nil, ccExp = nil, firstName = nil, lastName = nil, address = nil, city = nil, state = nil, zipCode = nil, cvv2 = nil, total = nil)

Returns a new instance of CreateCustomerCodeAndProcessCreditCardV1



36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/default.rb', line 36

def initialize(agentCode = nil, password = nil, customerIPAddress = nil, invoiceNum = nil, ccNum = nil, ccExp = nil, firstName = nil, lastName = nil, address = nil, city = nil, state = nil, zipCode = nil, cvv2 = nil, total = nil)
  @agentCode = agentCode
  @password = password
  @customerIPAddress = customerIPAddress
  @invoiceNum = invoiceNum
  @ccNum = ccNum
  @ccExp = ccExp
  @firstName = firstName
  @lastName = lastName
  @address = address
  @city = city
  @state = state
  @zipCode = zipCode
  @cvv2 = cvv2
  @total = total
end

Instance Attribute Details

- (Object) address

Returns the value of attribute address



29
30
31
# File 'lib/default.rb', line 29

def address
  @address
end

- (Object) agentCode

Returns the value of attribute agentCode



21
22
23
# File 'lib/default.rb', line 21

def agentCode
  @agentCode
end

- (Object) ccExp

Returns the value of attribute ccExp



26
27
28
# File 'lib/default.rb', line 26

def ccExp
  @ccExp
end

- (Object) ccNum

Returns the value of attribute ccNum



25
26
27
# File 'lib/default.rb', line 25

def ccNum
  @ccNum
end

- (Object) city

Returns the value of attribute city



30
31
32
# File 'lib/default.rb', line 30

def city
  @city
end

- (Object) customerIPAddress

Returns the value of attribute customerIPAddress



23
24
25
# File 'lib/default.rb', line 23

def customerIPAddress
  @customerIPAddress
end

- (Object) cvv2

Returns the value of attribute cvv2



33
34
35
# File 'lib/default.rb', line 33

def cvv2
  @cvv2
end

- (Object) firstName

Returns the value of attribute firstName



27
28
29
# File 'lib/default.rb', line 27

def firstName
  @firstName
end

- (Object) invoiceNum

Returns the value of attribute invoiceNum



24
25
26
# File 'lib/default.rb', line 24

def invoiceNum
  @invoiceNum
end

- (Object) lastName

Returns the value of attribute lastName



28
29
30
# File 'lib/default.rb', line 28

def lastName
  @lastName
end

- (Object) password

Returns the value of attribute password



22
23
24
# File 'lib/default.rb', line 22

def password
  @password
end

- (Object) state

Returns the value of attribute state



31
32
33
# File 'lib/default.rb', line 31

def state
  @state
end

- (Object) total

Returns the value of attribute total



34
35
36
# File 'lib/default.rb', line 34

def total
  @total
end

- (Object) zipCode

Returns the value of attribute zipCode



32
33
34
# File 'lib/default.rb', line 32

def zipCode
  @zipCode
end