Class: CustomerSearch
Instance Method Summary
collapse
Methods inherited from JSONable
#from_json!, #to_h, #to_json
Instance Method Details
#CardHolderName=(cardHolderName) ⇒ Object
52
53
54
|
# File 'lib/Entities/customer_search.rb', line 52
def CardHolderName=(cardHolderName)
@cardHolderName = cardHolderName
end
|
#CardNumber=(cardNumber) ⇒ Object
48
49
50
|
# File 'lib/Entities/customer_search.rb', line 48
def CardNumber=(cardNumber)
@cardNumber = cardNumber
end
|
#CardToken=(cardToken) ⇒ Object
12
13
14
|
# File 'lib/Entities/customer_search.rb', line 12
def CardToken=(cardToken)
@cardToken = cardToken
end
|
#Company=(company) ⇒ Object
44
45
46
|
# File 'lib/Entities/customer_search.rb', line 44
def Company=(company)
@company = company
end
|
#CustomerId=(customerId) ⇒ Object
4
5
6
|
# File 'lib/Entities/customer_search.rb', line 4
def CustomerId=(customerId)
@customerId = customerId
end
|
#DateCreated=(dateCreated) ⇒ Object
56
57
58
|
# File 'lib/Entities/customer_search.rb', line 56
def DateCreated=(dateCreated)
@dateCreated = dateCreated
end
|
#Email=(email) ⇒ Object
20
21
22
|
# File 'lib/Entities/customer_search.rb', line 20
def Email=(email)
@email = email
end
|
#Fax=(fax) ⇒ Object
24
25
26
|
# File 'lib/Entities/customer_search.rb', line 24
def Fax=(fax)
@fax = fax
end
|
#FirstName=(firstName) ⇒ Object
28
29
30
|
# File 'lib/Entities/customer_search.rb', line 28
def FirstName=(firstName)
@firstName = firstName
end
|
#LastName=(lastName) ⇒ Object
32
33
34
|
# File 'lib/Entities/customer_search.rb', line 32
def LastName=(lastName)
@lastName = lastName
end
|
#Merchant=(merchant) ⇒ Object
16
17
18
|
# File 'lib/Entities/customer_search.rb', line 16
def Merchant=(merchant)
@merchant = merchant
end
|
#Phone=(phone) ⇒ Object
36
37
38
|
# File 'lib/Entities/customer_search.rb', line 36
def Phone=(phone)
@phone = phone
end
|
#SearchOption=(searchOption) ⇒ Object
60
61
62
|
# File 'lib/Entities/customer_search.rb', line 60
def SearchOption=(searchOption)
@searchOption = searchOption
end
|
#UniqueIdentifier=(uniqueIdentifier) ⇒ Object
8
9
10
|
# File 'lib/Entities/customer_search.rb', line 8
def UniqueIdentifier=(uniqueIdentifier)
@uniqueIdentifier = uniqueIdentifier
end
|
#Website=(website) ⇒ Object
40
41
42
|
# File 'lib/Entities/customer_search.rb', line 40
def Website=(website)
@website = website
end
|