Class: CustomerSearchOption
Instance Method Summary
collapse
Methods inherited from JSONable
#from_json!, #to_h, #to_json
Instance Method Details
#IncludeACHInstruments=(includeACHInstruments) ⇒ Object
12
13
14
|
# File 'lib/Entities/customer_search_option.rb', line 12
def IncludeACHInstruments=(includeACHInstruments)
@includeACHInstruments = includeACHInstruments
end
|
#IncludeAll=(includeAll) ⇒ Object
4
5
6
|
# File 'lib/Entities/customer_search_option.rb', line 4
def IncludeAll=(includeAll)
@includeAll = includeAll
end
|
#IncludeAssociatedEntities=(includeAssociatedEntities) ⇒ Object
20
21
22
|
# File 'lib/Entities/customer_search_option.rb', line 20
def IncludeAssociatedEntities=(includeAssociatedEntities)
@includeAssociatedEntities = includeAssociatedEntities
end
|
#IncludeBillingAddress=(includeBillingAddress) ⇒ Object
24
25
26
|
# File 'lib/Entities/customer_search_option.rb', line 24
def IncludeBillingAddress=(includeBillingAddress)
@includeBillingAddress = includeBillingAddress
end
|
#IncludeCardInstruments=(includeCardInstruments) ⇒ Object
8
9
10
|
# File 'lib/Entities/customer_search_option.rb', line 8
def IncludeCardInstruments=(includeCardInstruments)
@includeCardInstruments = includeCardInstruments
end
|
#IncludeCustomFields=(includeCustomFields) ⇒ Object
32
33
34
|
# File 'lib/Entities/customer_search_option.rb', line 32
def IncludeCustomFields=(includeCustomFields)
@includeCustomFields = includeCustomFields
end
|
#IncludePaymentInstructions=(includePaymentInstructions) ⇒ Object
40
41
42
|
# File 'lib/Entities/customer_search_option.rb', line 40
def IncludePaymentInstructions=(includePaymentInstructions)
@includePaymentInstructions = includePaymentInstructions
end
|
#IncludeShippingAddress=(includeShippingAddress) ⇒ Object
28
29
30
|
# File 'lib/Entities/customer_search_option.rb', line 28
def IncludeShippingAddress=(includeShippingAddress)
@includeShippingAddress = includeShippingAddress
end
|
#IncludeWallet=(includeWallet) ⇒ Object
16
17
18
|
# File 'lib/Entities/customer_search_option.rb', line 16
def IncludeWallet=(includeWallet)
@includeWallet = includeWallet
end
|
#UpdateCustomerEntityBalance=(updateCustomerEntityBalance) ⇒ Object
36
37
38
|
# File 'lib/Entities/customer_search_option.rb', line 36
def UpdateCustomerEntityBalance=(updateCustomerEntityBalance)
@updateCustomerEntityBalance = updateCustomerEntityBalance
end
|