wp-sdk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +28 -0
- data/README.md +152 -0
- data/bin/console +15 -0
- data/lib/reporting_settlement_research_api/api_helper.rb +10 -0
- data/lib/reporting_settlement_research_api/apis/base_api.rb +65 -0
- data/lib/reporting_settlement_research_api/apis/settlement_batches_api.rb +67 -0
- data/lib/reporting_settlement_research_api/apis/settlement_daily_totals_api.rb +39 -0
- data/lib/reporting_settlement_research_api/apis/settlement_errors_api.rb +67 -0
- data/lib/reporting_settlement_research_api/apis/settlements_api.rb +40 -0
- data/lib/reporting_settlement_research_api/apis/transaction_status_api.rb +33 -0
- data/lib/reporting_settlement_research_api/apis/transaction_type_api.rb +33 -0
- data/lib/reporting_settlement_research_api/client.rb +105 -0
- data/lib/reporting_settlement_research_api/configuration.rb +164 -0
- data/lib/reporting_settlement_research_api/exceptions/api_exception.rb +21 -0
- data/lib/reporting_settlement_research_api/exceptions/search_date0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/search_store0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/settlementerrors_pendingsettlementbatches_search0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/settlementerrors_settlementfileerrors_search0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/settlements_daily_totals_search0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/settlements_search0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/transaction_statuses0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/exceptions/transaction_types0_error_exception.rb +58 -0
- data/lib/reporting_settlement_research_api/http/api_response.rb +19 -0
- data/lib/reporting_settlement_research_api/http/auth/custom_header_authentication.rb +52 -0
- data/lib/reporting_settlement_research_api/http/http_call_back.rb +10 -0
- data/lib/reporting_settlement_research_api/http/http_method_enum.rb +10 -0
- data/lib/reporting_settlement_research_api/http/http_request.rb +10 -0
- data/lib/reporting_settlement_research_api/http/http_response.rb +10 -0
- data/lib/reporting_settlement_research_api/http/proxy_settings.rb +22 -0
- data/lib/reporting_settlement_research_api/logging/configuration/api_logging_configuration.rb +186 -0
- data/lib/reporting_settlement_research_api/logging/sdk_logger.rb +17 -0
- data/lib/reporting_settlement_research_api/models/account_name_inquiry.rb +98 -0
- data/lib/reporting_settlement_research_api/models/aci.rb +98 -0
- data/lib/reporting_settlement_research_api/models/additional_details.rb +135 -0
- data/lib/reporting_settlement_research_api/models/authorization_currency.rb +98 -0
- data/lib/reporting_settlement_research_api/models/authorization_source.rb +98 -0
- data/lib/reporting_settlement_research_api/models/avs_response_code.rb +98 -0
- data/lib/reporting_settlement_research_api/models/bank_card_rej_real_time_transaction.rb +172 -0
- data/lib/reporting_settlement_research_api/models/bank_card_rejects_search_request.rb +159 -0
- data/lib/reporting_settlement_research_api/models/bank_card_rejects_search_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/base_model.rb +110 -0
- data/lib/reporting_settlement_research_api/models/batch_card_type.rb +41 -0
- data/lib/reporting_settlement_research_api/models/batch_card_type1.rb +41 -0
- data/lib/reporting_settlement_research_api/models/batch_hold_status.rb +98 -0
- data/lib/reporting_settlement_research_api/models/billing_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/card_account_term.rb +98 -0
- data/lib/reporting_settlement_research_api/models/card_details.rb +381 -0
- data/lib/reporting_settlement_research_api/models/card_details2.rb +381 -0
- data/lib/reporting_settlement_research_api/models/card_network.rb +98 -0
- data/lib/reporting_settlement_research_api/models/card_networks.rb +118 -0
- data/lib/reporting_settlement_research_api/models/card_product_results.rb +98 -0
- data/lib/reporting_settlement_research_api/models/card_product_type.rb +98 -0
- data/lib/reporting_settlement_research_api/models/card_types.rb +49 -0
- data/lib/reporting_settlement_research_api/models/card_types1.rb +44 -0
- data/lib/reporting_settlement_research_api/models/cardholder_id.rb +98 -0
- data/lib/reporting_settlement_research_api/models/code_and_description.rb +98 -0
- data/lib/reporting_settlement_research_api/models/code_and_description1.rb +85 -0
- data/lib/reporting_settlement_research_api/models/country_of_origin.rb +98 -0
- data/lib/reporting_settlement_research_api/models/credit_additional_details.rb +135 -0
- data/lib/reporting_settlement_research_api/models/credit_card_details.rb +230 -0
- data/lib/reporting_settlement_research_api/models/credit_interchange_details.rb +215 -0
- data/lib/reporting_settlement_research_api/models/credit_merchant_hierarchy_details.rb +112 -0
- data/lib/reporting_settlement_research_api/models/credit_other_services_details.rb +157 -0
- data/lib/reporting_settlement_research_api/models/credit_premium_payback_details.rb +120 -0
- data/lib/reporting_settlement_research_api/models/credit_transaction_details.rb +435 -0
- data/lib/reporting_settlement_research_api/models/customer_fields.rb +95 -0
- data/lib/reporting_settlement_research_api/models/customer_fields2.rb +95 -0
- data/lib/reporting_settlement_research_api/models/cvv2_presence_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/cvv2_response_code.rb +98 -0
- data/lib/reporting_settlement_research_api/models/date_range1.rb +85 -0
- data/lib/reporting_settlement_research_api/models/date_type.rb +36 -0
- data/lib/reporting_settlement_research_api/models/daterange.rb +85 -0
- data/lib/reporting_settlement_research_api/models/emv_details.rb +113 -0
- data/lib/reporting_settlement_research_api/models/emv_details2.rb +113 -0
- data/lib/reporting_settlement_research_api/models/entity.rb +99 -0
- data/lib/reporting_settlement_research_api/models/entry_mode.rb +98 -0
- data/lib/reporting_settlement_research_api/models/error.rb +96 -0
- data/lib/reporting_settlement_research_api/models/field_name.rb +93 -0
- data/lib/reporting_settlement_research_api/models/field_name1.rb +69 -0
- data/lib/reporting_settlement_research_api/models/field_name2.rb +57 -0
- data/lib/reporting_settlement_research_api/models/field_name3.rb +57 -0
- data/lib/reporting_settlement_research_api/models/field_name4.rb +61 -0
- data/lib/reporting_settlement_research_api/models/field_name5.rb +49 -0
- data/lib/reporting_settlement_research_api/models/fraud_coverage_type.rb +98 -0
- data/lib/reporting_settlement_research_api/models/fraud_detection_stage.rb +98 -0
- data/lib/reporting_settlement_research_api/models/fraud_fields.rb +99 -0
- data/lib/reporting_settlement_research_api/models/fraud_fields2.rb +99 -0
- data/lib/reporting_settlement_research_api/models/fraud_fields_fraud_score.rb +86 -0
- data/lib/reporting_settlement_research_api/models/fraud_response_code.rb +52 -0
- data/lib/reporting_settlement_research_api/models/fraud_response_code2.rb +98 -0
- data/lib/reporting_settlement_research_api/models/fraud_rule_result.rb +49 -0
- data/lib/reporting_settlement_research_api/models/fraud_rule_result2.rb +98 -0
- data/lib/reporting_settlement_research_api/models/fraud_score.rb +85 -0
- data/lib/reporting_settlement_research_api/models/fraud_sight_details.rb +124 -0
- data/lib/reporting_settlement_research_api/models/fraud_sight_details2.rb +124 -0
- data/lib/reporting_settlement_research_api/models/funded_net_settle.rb +110 -0
- data/lib/reporting_settlement_research_api/models/funded_net_settle2.rb +110 -0
- data/lib/reporting_settlement_research_api/models/hierarchy.rb +99 -0
- data/lib/reporting_settlement_research_api/models/hierarchy1.rb +99 -0
- data/lib/reporting_settlement_research_api/models/hierarchy10.rb +141 -0
- data/lib/reporting_settlement_research_api/models/hierarchy2.rb +85 -0
- data/lib/reporting_settlement_research_api/models/hierarchy4.rb +112 -0
- data/lib/reporting_settlement_research_api/models/hierarchy6.rb +99 -0
- data/lib/reporting_settlement_research_api/models/hierarchy7.rb +131 -0
- data/lib/reporting_settlement_research_api/models/hierarchy9.rb +119 -0
- data/lib/reporting_settlement_research_api/models/hierarchy_level.rb +99 -0
- data/lib/reporting_settlement_research_api/models/hierarchy_levels.rb +99 -0
- data/lib/reporting_settlement_research_api/models/interchange_code.rb +85 -0
- data/lib/reporting_settlement_research_api/models/interchange_data.rb +116 -0
- data/lib/reporting_settlement_research_api/models/interchange_details.rb +215 -0
- data/lib/reporting_settlement_research_api/models/interchange_details1.rb +116 -0
- data/lib/reporting_settlement_research_api/models/international_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/level.rb +45 -0
- data/lib/reporting_settlement_research_api/models/level1.rb +49 -0
- data/lib/reporting_settlement_research_api/models/level2.rb +37 -0
- data/lib/reporting_settlement_research_api/models/level3.rb +67 -0
- data/lib/reporting_settlement_research_api/models/level_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/location_details.rb +199 -0
- data/lib/reporting_settlement_research_api/models/location_details2.rb +198 -0
- data/lib/reporting_settlement_research_api/models/mail_phone_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/market_specific_data_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/mastercard_tic_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/merchant_category.rb +98 -0
- data/lib/reporting_settlement_research_api/models/merchant_hierarchy.rb +119 -0
- data/lib/reporting_settlement_research_api/models/merchant_hierarchy_detail.rb +131 -0
- data/lib/reporting_settlement_research_api/models/merchant_info.rb +141 -0
- data/lib/reporting_settlement_research_api/models/network_group.rb +98 -0
- data/lib/reporting_settlement_research_api/models/order_by.rb +36 -0
- data/lib/reporting_settlement_research_api/models/order_by_for_settled_daily_totals.rb +85 -0
- data/lib/reporting_settlement_research_api/models/order_by_for_settled_transactions_type.rb +85 -0
- data/lib/reporting_settlement_research_api/models/origin_type.rb +98 -0
- data/lib/reporting_settlement_research_api/models/other_services.rb +179 -0
- data/lib/reporting_settlement_research_api/models/other_services2.rb +179 -0
- data/lib/reporting_settlement_research_api/models/pagination.rb +87 -0
- data/lib/reporting_settlement_research_api/models/pagination4.rb +108 -0
- data/lib/reporting_settlement_research_api/models/pagination_response.rb +108 -0
- data/lib/reporting_settlement_research_api/models/paginationtype.rb +87 -0
- data/lib/reporting_settlement_research_api/models/payment_gateway_details.rb +127 -0
- data/lib/reporting_settlement_research_api/models/payment_gateway_details1.rb +127 -0
- data/lib/reporting_settlement_research_api/models/pin_less.rb +98 -0
- data/lib/reporting_settlement_research_api/models/pos_condition_code.rb +98 -0
- data/lib/reporting_settlement_research_api/models/premium_payback.rb +120 -0
- data/lib/reporting_settlement_research_api/models/processdaterange.rb +85 -0
- data/lib/reporting_settlement_research_api/models/rejection_reason.rb +98 -0
- data/lib/reporting_settlement_research_api/models/search_auth_transactions.rb +200 -0
- data/lib/reporting_settlement_research_api/models/search_daily_totals.rb +95 -0
- data/lib/reporting_settlement_research_api/models/search_daily_totals_details.rb +172 -0
- data/lib/reporting_settlement_research_api/models/search_date_request.rb +116 -0
- data/lib/reporting_settlement_research_api/models/search_date_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/search_requesttransaction_amount_range.rb +105 -0
- data/lib/reporting_settlement_research_api/models/search_settle_daily_totals_request.rb +135 -0
- data/lib/reporting_settlement_research_api/models/search_settle_transactions_request.rb +248 -0
- data/lib/reporting_settlement_research_api/models/search_store_request.rb +116 -0
- data/lib/reporting_settlement_research_api/models/search_store_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/search_transaction_details_response.rb +95 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_date_request.rb +116 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_date_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_entity.rb +85 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_hierarchy.rb +112 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_sort_store.rb +85 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_sortbankcarddetails.rb +85 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_store_request.rb +116 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_store_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_transaction_date.rb +195 -0
- data/lib/reporting_settlement_research_api/models/settlement_batches_transaction_store.rb +195 -0
- data/lib/reporting_settlement_research_api/models/settlement_rej_real_time_transaction.rb +152 -0
- data/lib/reporting_settlement_research_api/models/settlement_rejects_search_request.rb +104 -0
- data/lib/reporting_settlement_research_api/models/settlement_rejects_search_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/settlementerrors_pendingsettlementbatches_search_request.rb +159 -0
- data/lib/reporting_settlement_research_api/models/settlementerrors_pendingsettlementbatches_search_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/settlementerrors_settlementfileerrors_search_request.rb +104 -0
- data/lib/reporting_settlement_research_api/models/settlementerrors_settlementfileerrors_search_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/settlements_daily_totals_search_request.rb +135 -0
- data/lib/reporting_settlement_research_api/models/settlements_daily_totals_search_response.rb +94 -0
- data/lib/reporting_settlement_research_api/models/settlements_search_request.rb +248 -0
- data/lib/reporting_settlement_research_api/models/settlements_search_response.rb +95 -0
- data/lib/reporting_settlement_research_api/models/signature_capabilities_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/signature_compression.rb +98 -0
- data/lib/reporting_settlement_research_api/models/signature_pen.rb +98 -0
- data/lib/reporting_settlement_research_api/models/signify_details.rb +103 -0
- data/lib/reporting_settlement_research_api/models/signifyd_detail.rb +103 -0
- data/lib/reporting_settlement_research_api/models/sort_results_by.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sort_results_by1.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sort_results_by2.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sort_results_by3.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sort_results_by4.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sort_results_by5.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sortbankcarddetails.rb +85 -0
- data/lib/reporting_settlement_research_api/models/sortsettlementfiledetails.rb +85 -0
- data/lib/reporting_settlement_research_api/models/stand_in_indicator.rb +98 -0
- data/lib/reporting_settlement_research_api/models/stand_in_level.rb +98 -0
- data/lib/reporting_settlement_research_api/models/surcharge_reason.rb +85 -0
- data/lib/reporting_settlement_research_api/models/terminal.rb +109 -0
- data/lib/reporting_settlement_research_api/models/terminal_capability.rb +98 -0
- data/lib/reporting_settlement_research_api/models/terminal_details.rb +109 -0
- data/lib/reporting_settlement_research_api/models/transaction_amount_range.rb +105 -0
- data/lib/reporting_settlement_research_api/models/transaction_details.rb +723 -0
- data/lib/reporting_settlement_research_api/models/transaction_details2.rb +723 -0
- data/lib/reporting_settlement_research_api/models/transaction_status.rb +98 -0
- data/lib/reporting_settlement_research_api/models/transaction_status_code.rb +98 -0
- data/lib/reporting_settlement_research_api/models/transaction_status_code1.rb +1029 -0
- data/lib/reporting_settlement_research_api/models/transaction_summary.rb +182 -0
- data/lib/reporting_settlement_research_api/models/transaction_summary_data.rb +182 -0
- data/lib/reporting_settlement_research_api/models/transaction_type.rb +98 -0
- data/lib/reporting_settlement_research_api/models/transaction_type_code.rb +98 -0
- data/lib/reporting_settlement_research_api/models/transaction_type_code1.rb +221 -0
- data/lib/reporting_settlement_research_api/utilities/date_time_helper.rb +11 -0
- data/lib/reporting_settlement_research_api/utilities/file_wrapper.rb +28 -0
- data/lib/reporting_settlement_research_api.rb +302 -0
- metadata +294 -0
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# reporting_settlement_research_api
|
|
2
|
+
#
|
|
3
|
+
# This file was automatically generated
|
|
4
|
+
# by APIMATIC v3.0 ( https://www.apimatic.io ).
|
|
5
|
+
|
|
6
|
+
module ReportingSettlementResearchApi
|
|
7
|
+
# The details of the real-time transactions settlement rejections.
|
|
8
|
+
class SettlementRejRealTimeTransaction < BaseModel
|
|
9
|
+
SKIP = Object.new
|
|
10
|
+
private_constant :SKIP
|
|
11
|
+
|
|
12
|
+
# The date when the transaction has been processed for settlement between
|
|
13
|
+
# the two parties.
|
|
14
|
+
# @return [Date]
|
|
15
|
+
attr_accessor :processed_date
|
|
16
|
+
|
|
17
|
+
# The date and time when the bank has settled/rejected the transaction
|
|
18
|
+
# (deposits or withdraws funds).
|
|
19
|
+
# @return [Date]
|
|
20
|
+
attr_accessor :transaction_date
|
|
21
|
+
|
|
22
|
+
# The resubmission date of the transaction.
|
|
23
|
+
# @return [Date]
|
|
24
|
+
attr_accessor :resubmit_date
|
|
25
|
+
|
|
26
|
+
# The account number or card number involved in the rejected transaction.
|
|
27
|
+
# @return [String]
|
|
28
|
+
attr_accessor :account_number
|
|
29
|
+
|
|
30
|
+
# Demand deposit account is a type of bank account that offers access to
|
|
31
|
+
# money.
|
|
32
|
+
# @return [String]
|
|
33
|
+
attr_accessor :dda_number
|
|
34
|
+
|
|
35
|
+
# The rejected transaction amount.
|
|
36
|
+
# @return [Float]
|
|
37
|
+
attr_accessor :amount
|
|
38
|
+
|
|
39
|
+
# The rejected transaction amount.
|
|
40
|
+
# @return [RejectionReason]
|
|
41
|
+
attr_accessor :rejection_reason
|
|
42
|
+
|
|
43
|
+
# The rejected transaction amount.
|
|
44
|
+
# @return [Hierarchy7]
|
|
45
|
+
attr_accessor :hierarchy
|
|
46
|
+
|
|
47
|
+
# A mapping from model property names to API property names.
|
|
48
|
+
def self.names
|
|
49
|
+
@_hash = {} if @_hash.nil?
|
|
50
|
+
@_hash['processed_date'] = 'processedDate'
|
|
51
|
+
@_hash['transaction_date'] = 'transactionDate'
|
|
52
|
+
@_hash['resubmit_date'] = 'resubmitDate'
|
|
53
|
+
@_hash['account_number'] = 'accountNumber'
|
|
54
|
+
@_hash['dda_number'] = 'ddaNumber'
|
|
55
|
+
@_hash['amount'] = 'amount'
|
|
56
|
+
@_hash['rejection_reason'] = 'rejectionReason'
|
|
57
|
+
@_hash['hierarchy'] = 'hierarchy'
|
|
58
|
+
@_hash
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
# An array for optional fields
|
|
62
|
+
def self.optionals
|
|
63
|
+
%w[
|
|
64
|
+
processed_date
|
|
65
|
+
transaction_date
|
|
66
|
+
resubmit_date
|
|
67
|
+
account_number
|
|
68
|
+
dda_number
|
|
69
|
+
amount
|
|
70
|
+
rejection_reason
|
|
71
|
+
hierarchy
|
|
72
|
+
]
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# An array for nullable fields
|
|
76
|
+
def self.nullables
|
|
77
|
+
[]
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
def initialize(processed_date: SKIP, transaction_date: SKIP,
|
|
81
|
+
resubmit_date: SKIP, account_number: SKIP, dda_number: SKIP,
|
|
82
|
+
amount: SKIP, rejection_reason: SKIP, hierarchy: SKIP,
|
|
83
|
+
additional_properties: nil)
|
|
84
|
+
# Add additional model properties to the instance
|
|
85
|
+
additional_properties = {} if additional_properties.nil?
|
|
86
|
+
|
|
87
|
+
@processed_date = processed_date unless processed_date == SKIP
|
|
88
|
+
@transaction_date = transaction_date unless transaction_date == SKIP
|
|
89
|
+
@resubmit_date = resubmit_date unless resubmit_date == SKIP
|
|
90
|
+
@account_number = account_number unless account_number == SKIP
|
|
91
|
+
@dda_number = dda_number unless dda_number == SKIP
|
|
92
|
+
@amount = amount unless amount == SKIP
|
|
93
|
+
@rejection_reason = rejection_reason unless rejection_reason == SKIP
|
|
94
|
+
@hierarchy = hierarchy unless hierarchy == SKIP
|
|
95
|
+
@additional_properties = additional_properties
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
# Creates an instance of the object from a hash.
|
|
99
|
+
def self.from_hash(hash)
|
|
100
|
+
return nil unless hash
|
|
101
|
+
|
|
102
|
+
# Extract variables from the hash.
|
|
103
|
+
processed_date = hash.key?('processedDate') ? hash['processedDate'] : SKIP
|
|
104
|
+
transaction_date =
|
|
105
|
+
hash.key?('transactionDate') ? hash['transactionDate'] : SKIP
|
|
106
|
+
resubmit_date = hash.key?('resubmitDate') ? hash['resubmitDate'] : SKIP
|
|
107
|
+
account_number = hash.key?('accountNumber') ? hash['accountNumber'] : SKIP
|
|
108
|
+
dda_number = hash.key?('ddaNumber') ? hash['ddaNumber'] : SKIP
|
|
109
|
+
amount = hash.key?('amount') ? hash['amount'] : SKIP
|
|
110
|
+
rejection_reason = RejectionReason.from_hash(hash['rejectionReason']) if
|
|
111
|
+
hash['rejectionReason']
|
|
112
|
+
hierarchy = Hierarchy7.from_hash(hash['hierarchy']) if hash['hierarchy']
|
|
113
|
+
|
|
114
|
+
# Create a new hash for additional properties, removing known properties.
|
|
115
|
+
new_hash = hash.reject { |k, _| names.value?(k) }
|
|
116
|
+
|
|
117
|
+
additional_properties = APIHelper.get_additional_properties(
|
|
118
|
+
new_hash, proc { |value| value }
|
|
119
|
+
)
|
|
120
|
+
|
|
121
|
+
# Create object from extracted values.
|
|
122
|
+
SettlementRejRealTimeTransaction.new(processed_date: processed_date,
|
|
123
|
+
transaction_date: transaction_date,
|
|
124
|
+
resubmit_date: resubmit_date,
|
|
125
|
+
account_number: account_number,
|
|
126
|
+
dda_number: dda_number,
|
|
127
|
+
amount: amount,
|
|
128
|
+
rejection_reason: rejection_reason,
|
|
129
|
+
hierarchy: hierarchy,
|
|
130
|
+
additional_properties: additional_properties)
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
# Provides a human-readable string representation of the object.
|
|
134
|
+
def to_s
|
|
135
|
+
class_name = self.class.name.split('::').last
|
|
136
|
+
"<#{class_name} processed_date: #{@processed_date}, transaction_date: #{@transaction_date},"\
|
|
137
|
+
" resubmit_date: #{@resubmit_date}, account_number: #{@account_number}, dda_number:"\
|
|
138
|
+
" #{@dda_number}, amount: #{@amount}, rejection_reason: #{@rejection_reason}, hierarchy:"\
|
|
139
|
+
" #{@hierarchy}, additional_properties: #{@additional_properties}>"
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# Provides a debugging-friendly string with detailed object information.
|
|
143
|
+
def inspect
|
|
144
|
+
class_name = self.class.name.split('::').last
|
|
145
|
+
"<#{class_name} processed_date: #{@processed_date.inspect}, transaction_date:"\
|
|
146
|
+
" #{@transaction_date.inspect}, resubmit_date: #{@resubmit_date.inspect}, account_number:"\
|
|
147
|
+
" #{@account_number.inspect}, dda_number: #{@dda_number.inspect}, amount:"\
|
|
148
|
+
" #{@amount.inspect}, rejection_reason: #{@rejection_reason.inspect}, hierarchy:"\
|
|
149
|
+
" #{@hierarchy.inspect}, additional_properties: #{@additional_properties}>"
|
|
150
|
+
end
|
|
151
|
+
end
|
|
152
|
+
end
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# reporting_settlement_research_api
|
|
2
|
+
#
|
|
3
|
+
# This file was automatically generated
|
|
4
|
+
# by APIMATIC v3.0 ( https://www.apimatic.io ).
|
|
5
|
+
|
|
6
|
+
module ReportingSettlementResearchApi
|
|
7
|
+
# Request fields for settlement rejections.
|
|
8
|
+
class SettlementRejectsSearchRequest < BaseModel
|
|
9
|
+
SKIP = Object.new
|
|
10
|
+
private_constant :SKIP
|
|
11
|
+
|
|
12
|
+
# TODO: Write general description for this method
|
|
13
|
+
# @return [Pagination]
|
|
14
|
+
attr_accessor :pagination
|
|
15
|
+
|
|
16
|
+
# TODO: Write general description for this method
|
|
17
|
+
# @return [Hierarchy6]
|
|
18
|
+
attr_accessor :hierarchy
|
|
19
|
+
|
|
20
|
+
# TODO: Write general description for this method
|
|
21
|
+
# @return [SortResultsBy4]
|
|
22
|
+
attr_accessor :sort_results_by
|
|
23
|
+
|
|
24
|
+
# TODO: Write general description for this method
|
|
25
|
+
# @return [DateRange1]
|
|
26
|
+
attr_accessor :date_range
|
|
27
|
+
|
|
28
|
+
# A mapping from model property names to API property names.
|
|
29
|
+
def self.names
|
|
30
|
+
@_hash = {} if @_hash.nil?
|
|
31
|
+
@_hash['pagination'] = 'pagination'
|
|
32
|
+
@_hash['hierarchy'] = 'hierarchy'
|
|
33
|
+
@_hash['sort_results_by'] = 'sortResultsBy'
|
|
34
|
+
@_hash['date_range'] = 'dateRange'
|
|
35
|
+
@_hash
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
# An array for optional fields
|
|
39
|
+
def self.optionals
|
|
40
|
+
%w[
|
|
41
|
+
pagination
|
|
42
|
+
sort_results_by
|
|
43
|
+
]
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# An array for nullable fields
|
|
47
|
+
def self.nullables
|
|
48
|
+
[]
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
def initialize(hierarchy:, date_range:, pagination: SKIP,
|
|
52
|
+
sort_results_by: SKIP, additional_properties: nil)
|
|
53
|
+
# Add additional model properties to the instance
|
|
54
|
+
additional_properties = {} if additional_properties.nil?
|
|
55
|
+
|
|
56
|
+
@pagination = pagination unless pagination == SKIP
|
|
57
|
+
@hierarchy = hierarchy
|
|
58
|
+
@sort_results_by = sort_results_by unless sort_results_by == SKIP
|
|
59
|
+
@date_range = date_range
|
|
60
|
+
@additional_properties = additional_properties
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# Creates an instance of the object from a hash.
|
|
64
|
+
def self.from_hash(hash)
|
|
65
|
+
return nil unless hash
|
|
66
|
+
|
|
67
|
+
# Extract variables from the hash.
|
|
68
|
+
hierarchy = Hierarchy6.from_hash(hash['hierarchy']) if hash['hierarchy']
|
|
69
|
+
date_range = DateRange1.from_hash(hash['dateRange']) if hash['dateRange']
|
|
70
|
+
pagination = Pagination.from_hash(hash['pagination']) if hash['pagination']
|
|
71
|
+
sort_results_by = SortResultsBy4.from_hash(hash['sortResultsBy']) if hash['sortResultsBy']
|
|
72
|
+
|
|
73
|
+
# Create a new hash for additional properties, removing known properties.
|
|
74
|
+
new_hash = hash.reject { |k, _| names.value?(k) }
|
|
75
|
+
|
|
76
|
+
additional_properties = APIHelper.get_additional_properties(
|
|
77
|
+
new_hash, proc { |value| value }
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
# Create object from extracted values.
|
|
81
|
+
SettlementRejectsSearchRequest.new(hierarchy: hierarchy,
|
|
82
|
+
date_range: date_range,
|
|
83
|
+
pagination: pagination,
|
|
84
|
+
sort_results_by: sort_results_by,
|
|
85
|
+
additional_properties: additional_properties)
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Provides a human-readable string representation of the object.
|
|
89
|
+
def to_s
|
|
90
|
+
class_name = self.class.name.split('::').last
|
|
91
|
+
"<#{class_name} pagination: #{@pagination}, hierarchy: #{@hierarchy}, sort_results_by:"\
|
|
92
|
+
" #{@sort_results_by}, date_range: #{@date_range}, additional_properties:"\
|
|
93
|
+
" #{@additional_properties}>"
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# Provides a debugging-friendly string with detailed object information.
|
|
97
|
+
def inspect
|
|
98
|
+
class_name = self.class.name.split('::').last
|
|
99
|
+
"<#{class_name} pagination: #{@pagination.inspect}, hierarchy: #{@hierarchy.inspect},"\
|
|
100
|
+
" sort_results_by: #{@sort_results_by.inspect}, date_range: #{@date_range.inspect},"\
|
|
101
|
+
" additional_properties: #{@additional_properties}>"
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
end
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# reporting_settlement_research_api
|
|
2
|
+
#
|
|
3
|
+
# This file was automatically generated
|
|
4
|
+
# by APIMATIC v3.0 ( https://www.apimatic.io ).
|
|
5
|
+
|
|
6
|
+
module ReportingSettlementResearchApi
|
|
7
|
+
# Response used for pagination.
|
|
8
|
+
class SettlementRejectsSearchResponse < BaseModel
|
|
9
|
+
SKIP = Object.new
|
|
10
|
+
private_constant :SKIP
|
|
11
|
+
|
|
12
|
+
# TODO: Write general description for this method
|
|
13
|
+
# @return [Pagination4]
|
|
14
|
+
attr_accessor :pagination
|
|
15
|
+
|
|
16
|
+
# The settlement rejection details.
|
|
17
|
+
# @return [Array[SettlementRejRealTimeTransaction]]
|
|
18
|
+
attr_accessor :details
|
|
19
|
+
|
|
20
|
+
# A mapping from model property names to API property names.
|
|
21
|
+
def self.names
|
|
22
|
+
@_hash = {} if @_hash.nil?
|
|
23
|
+
@_hash['pagination'] = 'pagination'
|
|
24
|
+
@_hash['details'] = 'details'
|
|
25
|
+
@_hash
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
# An array for optional fields
|
|
29
|
+
def self.optionals
|
|
30
|
+
%w[
|
|
31
|
+
pagination
|
|
32
|
+
details
|
|
33
|
+
]
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# An array for nullable fields
|
|
37
|
+
def self.nullables
|
|
38
|
+
[]
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def initialize(pagination: SKIP, details: SKIP, additional_properties: nil)
|
|
42
|
+
# Add additional model properties to the instance
|
|
43
|
+
additional_properties = {} if additional_properties.nil?
|
|
44
|
+
|
|
45
|
+
@pagination = pagination unless pagination == SKIP
|
|
46
|
+
@details = details unless details == SKIP
|
|
47
|
+
@additional_properties = additional_properties
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# Creates an instance of the object from a hash.
|
|
51
|
+
def self.from_hash(hash)
|
|
52
|
+
return nil unless hash
|
|
53
|
+
|
|
54
|
+
# Extract variables from the hash.
|
|
55
|
+
pagination = Pagination4.from_hash(hash['pagination']) if hash['pagination']
|
|
56
|
+
# Parameter is an array, so we need to iterate through it
|
|
57
|
+
details = nil
|
|
58
|
+
unless hash['details'].nil?
|
|
59
|
+
details = []
|
|
60
|
+
hash['details'].each do |structure|
|
|
61
|
+
details << (SettlementRejRealTimeTransaction.from_hash(structure) if structure)
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
details = SKIP unless hash.key?('details')
|
|
66
|
+
|
|
67
|
+
# Create a new hash for additional properties, removing known properties.
|
|
68
|
+
new_hash = hash.reject { |k, _| names.value?(k) }
|
|
69
|
+
|
|
70
|
+
additional_properties = APIHelper.get_additional_properties(
|
|
71
|
+
new_hash, proc { |value| value }
|
|
72
|
+
)
|
|
73
|
+
|
|
74
|
+
# Create object from extracted values.
|
|
75
|
+
SettlementRejectsSearchResponse.new(pagination: pagination,
|
|
76
|
+
details: details,
|
|
77
|
+
additional_properties: additional_properties)
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
# Provides a human-readable string representation of the object.
|
|
81
|
+
def to_s
|
|
82
|
+
class_name = self.class.name.split('::').last
|
|
83
|
+
"<#{class_name} pagination: #{@pagination}, details: #{@details}, additional_properties:"\
|
|
84
|
+
" #{@additional_properties}>"
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
# Provides a debugging-friendly string with detailed object information.
|
|
88
|
+
def inspect
|
|
89
|
+
class_name = self.class.name.split('::').last
|
|
90
|
+
"<#{class_name} pagination: #{@pagination.inspect}, details: #{@details.inspect},"\
|
|
91
|
+
" additional_properties: #{@additional_properties}>"
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
# reporting_settlement_research_api
|
|
2
|
+
#
|
|
3
|
+
# This file was automatically generated
|
|
4
|
+
# by APIMATIC v3.0 ( https://www.apimatic.io ).
|
|
5
|
+
|
|
6
|
+
module ReportingSettlementResearchApi
|
|
7
|
+
# SettlementerrorsPendingsettlementbatchesSearchRequest Model.
|
|
8
|
+
class SettlementerrorsPendingsettlementbatchesSearchRequest < BaseModel
|
|
9
|
+
SKIP = Object.new
|
|
10
|
+
private_constant :SKIP
|
|
11
|
+
|
|
12
|
+
# TODO: Write general description for this method
|
|
13
|
+
# @return [Pagination]
|
|
14
|
+
attr_accessor :pagination
|
|
15
|
+
|
|
16
|
+
# TODO: Write general description for this method
|
|
17
|
+
# @return [Hierarchy6]
|
|
18
|
+
attr_accessor :hierarchy
|
|
19
|
+
|
|
20
|
+
# TODO: Write general description for this method
|
|
21
|
+
# @return [SortResultsBy5]
|
|
22
|
+
attr_accessor :sort_results_by
|
|
23
|
+
|
|
24
|
+
# TODO: Write general description for this method
|
|
25
|
+
# @return [DateRange1]
|
|
26
|
+
attr_accessor :date_range
|
|
27
|
+
|
|
28
|
+
# The 11-byte unique identifier assigned to a group of transactions that
|
|
29
|
+
# were handled together as a single unit.
|
|
30
|
+
# @return [Integer]
|
|
31
|
+
attr_accessor :batch_number
|
|
32
|
+
|
|
33
|
+
# Indicates the batch hold status of the transaction.
|
|
34
|
+
# @return [String]
|
|
35
|
+
attr_accessor :batch_hold_status
|
|
36
|
+
|
|
37
|
+
# The total amount of all the transactions that are part of the batch file.
|
|
38
|
+
# @return [Float]
|
|
39
|
+
attr_accessor :batch_amount
|
|
40
|
+
|
|
41
|
+
# The sale amount of the transaction.
|
|
42
|
+
# @return [Float]
|
|
43
|
+
attr_accessor :sale_amount
|
|
44
|
+
|
|
45
|
+
# The return amount of the transaction.
|
|
46
|
+
# @return [Float]
|
|
47
|
+
attr_accessor :return_amount
|
|
48
|
+
|
|
49
|
+
# A mapping from model property names to API property names.
|
|
50
|
+
def self.names
|
|
51
|
+
@_hash = {} if @_hash.nil?
|
|
52
|
+
@_hash['pagination'] = 'pagination'
|
|
53
|
+
@_hash['hierarchy'] = 'hierarchy'
|
|
54
|
+
@_hash['sort_results_by'] = 'sortResultsBy'
|
|
55
|
+
@_hash['date_range'] = 'dateRange'
|
|
56
|
+
@_hash['batch_number'] = 'batchNumber'
|
|
57
|
+
@_hash['batch_hold_status'] = 'batchHoldStatus'
|
|
58
|
+
@_hash['batch_amount'] = 'batchAmount'
|
|
59
|
+
@_hash['sale_amount'] = 'saleAmount'
|
|
60
|
+
@_hash['return_amount'] = 'returnAmount'
|
|
61
|
+
@_hash
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
# An array for optional fields
|
|
65
|
+
def self.optionals
|
|
66
|
+
%w[
|
|
67
|
+
pagination
|
|
68
|
+
sort_results_by
|
|
69
|
+
batch_number
|
|
70
|
+
batch_hold_status
|
|
71
|
+
batch_amount
|
|
72
|
+
sale_amount
|
|
73
|
+
return_amount
|
|
74
|
+
]
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
# An array for nullable fields
|
|
78
|
+
def self.nullables
|
|
79
|
+
[]
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
def initialize(hierarchy:, date_range:, pagination: SKIP,
|
|
83
|
+
sort_results_by: SKIP, batch_number: SKIP,
|
|
84
|
+
batch_hold_status: SKIP, batch_amount: SKIP,
|
|
85
|
+
sale_amount: SKIP, return_amount: SKIP,
|
|
86
|
+
additional_properties: nil)
|
|
87
|
+
# Add additional model properties to the instance
|
|
88
|
+
additional_properties = {} if additional_properties.nil?
|
|
89
|
+
|
|
90
|
+
@pagination = pagination unless pagination == SKIP
|
|
91
|
+
@hierarchy = hierarchy
|
|
92
|
+
@sort_results_by = sort_results_by unless sort_results_by == SKIP
|
|
93
|
+
@date_range = date_range
|
|
94
|
+
@batch_number = batch_number unless batch_number == SKIP
|
|
95
|
+
@batch_hold_status = batch_hold_status unless batch_hold_status == SKIP
|
|
96
|
+
@batch_amount = batch_amount unless batch_amount == SKIP
|
|
97
|
+
@sale_amount = sale_amount unless sale_amount == SKIP
|
|
98
|
+
@return_amount = return_amount unless return_amount == SKIP
|
|
99
|
+
@additional_properties = additional_properties
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# Creates an instance of the object from a hash.
|
|
103
|
+
def self.from_hash(hash)
|
|
104
|
+
return nil unless hash
|
|
105
|
+
|
|
106
|
+
# Extract variables from the hash.
|
|
107
|
+
hierarchy = Hierarchy6.from_hash(hash['hierarchy']) if hash['hierarchy']
|
|
108
|
+
date_range = DateRange1.from_hash(hash['dateRange']) if hash['dateRange']
|
|
109
|
+
pagination = Pagination.from_hash(hash['pagination']) if hash['pagination']
|
|
110
|
+
sort_results_by = SortResultsBy5.from_hash(hash['sortResultsBy']) if hash['sortResultsBy']
|
|
111
|
+
batch_number = hash.key?('batchNumber') ? hash['batchNumber'] : SKIP
|
|
112
|
+
batch_hold_status =
|
|
113
|
+
hash.key?('batchHoldStatus') ? hash['batchHoldStatus'] : SKIP
|
|
114
|
+
batch_amount = hash.key?('batchAmount') ? hash['batchAmount'] : SKIP
|
|
115
|
+
sale_amount = hash.key?('saleAmount') ? hash['saleAmount'] : SKIP
|
|
116
|
+
return_amount = hash.key?('returnAmount') ? hash['returnAmount'] : SKIP
|
|
117
|
+
|
|
118
|
+
# Create a new hash for additional properties, removing known properties.
|
|
119
|
+
new_hash = hash.reject { |k, _| names.value?(k) }
|
|
120
|
+
|
|
121
|
+
additional_properties = APIHelper.get_additional_properties(
|
|
122
|
+
new_hash, proc { |value| value }
|
|
123
|
+
)
|
|
124
|
+
|
|
125
|
+
# Create object from extracted values.
|
|
126
|
+
SettlementerrorsPendingsettlementbatchesSearchRequest.new(hierarchy: hierarchy,
|
|
127
|
+
date_range: date_range,
|
|
128
|
+
pagination: pagination,
|
|
129
|
+
sort_results_by: sort_results_by,
|
|
130
|
+
batch_number: batch_number,
|
|
131
|
+
batch_hold_status: batch_hold_status,
|
|
132
|
+
batch_amount: batch_amount,
|
|
133
|
+
sale_amount: sale_amount,
|
|
134
|
+
return_amount: return_amount,
|
|
135
|
+
additional_properties: additional_properties)
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
# Provides a human-readable string representation of the object.
|
|
139
|
+
def to_s
|
|
140
|
+
class_name = self.class.name.split('::').last
|
|
141
|
+
"<#{class_name} pagination: #{@pagination}, hierarchy: #{@hierarchy}, sort_results_by:"\
|
|
142
|
+
" #{@sort_results_by}, date_range: #{@date_range}, batch_number: #{@batch_number},"\
|
|
143
|
+
" batch_hold_status: #{@batch_hold_status}, batch_amount: #{@batch_amount}, sale_amount:"\
|
|
144
|
+
" #{@sale_amount}, return_amount: #{@return_amount}, additional_properties:"\
|
|
145
|
+
" #{@additional_properties}>"
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Provides a debugging-friendly string with detailed object information.
|
|
149
|
+
def inspect
|
|
150
|
+
class_name = self.class.name.split('::').last
|
|
151
|
+
"<#{class_name} pagination: #{@pagination.inspect}, hierarchy: #{@hierarchy.inspect},"\
|
|
152
|
+
" sort_results_by: #{@sort_results_by.inspect}, date_range: #{@date_range.inspect},"\
|
|
153
|
+
" batch_number: #{@batch_number.inspect}, batch_hold_status: #{@batch_hold_status.inspect},"\
|
|
154
|
+
" batch_amount: #{@batch_amount.inspect}, sale_amount: #{@sale_amount.inspect},"\
|
|
155
|
+
" return_amount: #{@return_amount.inspect}, additional_properties:"\
|
|
156
|
+
" #{@additional_properties}>"
|
|
157
|
+
end
|
|
158
|
+
end
|
|
159
|
+
end
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# reporting_settlement_research_api
|
|
2
|
+
#
|
|
3
|
+
# This file was automatically generated
|
|
4
|
+
# by APIMATIC v3.0 ( https://www.apimatic.io ).
|
|
5
|
+
|
|
6
|
+
module ReportingSettlementResearchApi
|
|
7
|
+
# SettlementerrorsPendingsettlementbatchesSearchResponse Model.
|
|
8
|
+
class SettlementerrorsPendingsettlementbatchesSearchResponse < BaseModel
|
|
9
|
+
SKIP = Object.new
|
|
10
|
+
private_constant :SKIP
|
|
11
|
+
|
|
12
|
+
# TODO: Write general description for this method
|
|
13
|
+
# @return [Pagination4]
|
|
14
|
+
attr_accessor :pagination
|
|
15
|
+
|
|
16
|
+
# Refers to bank card rejection details.
|
|
17
|
+
# @return [Array[BankCardRejRealTimeTransaction]]
|
|
18
|
+
attr_accessor :details
|
|
19
|
+
|
|
20
|
+
# A mapping from model property names to API property names.
|
|
21
|
+
def self.names
|
|
22
|
+
@_hash = {} if @_hash.nil?
|
|
23
|
+
@_hash['pagination'] = 'pagination'
|
|
24
|
+
@_hash['details'] = 'details'
|
|
25
|
+
@_hash
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
# An array for optional fields
|
|
29
|
+
def self.optionals
|
|
30
|
+
%w[
|
|
31
|
+
pagination
|
|
32
|
+
details
|
|
33
|
+
]
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# An array for nullable fields
|
|
37
|
+
def self.nullables
|
|
38
|
+
[]
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def initialize(pagination: SKIP, details: SKIP, additional_properties: nil)
|
|
42
|
+
# Add additional model properties to the instance
|
|
43
|
+
additional_properties = {} if additional_properties.nil?
|
|
44
|
+
|
|
45
|
+
@pagination = pagination unless pagination == SKIP
|
|
46
|
+
@details = details unless details == SKIP
|
|
47
|
+
@additional_properties = additional_properties
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# Creates an instance of the object from a hash.
|
|
51
|
+
def self.from_hash(hash)
|
|
52
|
+
return nil unless hash
|
|
53
|
+
|
|
54
|
+
# Extract variables from the hash.
|
|
55
|
+
pagination = Pagination4.from_hash(hash['pagination']) if hash['pagination']
|
|
56
|
+
# Parameter is an array, so we need to iterate through it
|
|
57
|
+
details = nil
|
|
58
|
+
unless hash['details'].nil?
|
|
59
|
+
details = []
|
|
60
|
+
hash['details'].each do |structure|
|
|
61
|
+
details << (BankCardRejRealTimeTransaction.from_hash(structure) if structure)
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
details = SKIP unless hash.key?('details')
|
|
66
|
+
|
|
67
|
+
# Create a new hash for additional properties, removing known properties.
|
|
68
|
+
new_hash = hash.reject { |k, _| names.value?(k) }
|
|
69
|
+
|
|
70
|
+
additional_properties = APIHelper.get_additional_properties(
|
|
71
|
+
new_hash, proc { |value| value }
|
|
72
|
+
)
|
|
73
|
+
|
|
74
|
+
# Create object from extracted values.
|
|
75
|
+
SettlementerrorsPendingsettlementbatchesSearchResponse.new(pagination: pagination,
|
|
76
|
+
details: details,
|
|
77
|
+
additional_properties: additional_properties)
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
# Provides a human-readable string representation of the object.
|
|
81
|
+
def to_s
|
|
82
|
+
class_name = self.class.name.split('::').last
|
|
83
|
+
"<#{class_name} pagination: #{@pagination}, details: #{@details}, additional_properties:"\
|
|
84
|
+
" #{@additional_properties}>"
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
# Provides a debugging-friendly string with detailed object information.
|
|
88
|
+
def inspect
|
|
89
|
+
class_name = self.class.name.split('::').last
|
|
90
|
+
"<#{class_name} pagination: #{@pagination.inspect}, details: #{@details.inspect},"\
|
|
91
|
+
" additional_properties: #{@additional_properties}>"
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|