treezor_client 1.1.0 → 1.2.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 +4 -4
- data/Gemfile +1 -5
- data/Gemfile.lock +4 -6
- data/README.md +19 -5
- data/config.json +10 -0
- data/docs/BalanceApi.md +8 -8
- data/docs/BankaccountApi.md +30 -30
- data/docs/BeneficiariesApi.md +30 -30
- data/docs/Beneficiary.md +1 -0
- data/docs/BusinessApi.md +26 -26
- data/docs/Card.md +2 -2
- data/docs/CardApi.md +209 -150
- data/docs/CardDigitalization.md +1 -3
- data/docs/CardDigitalizationsApi.md +73 -16
- data/docs/CardReserveApi.md +24 -24
- data/docs/CardtransactionApi.md +16 -14
- data/docs/CountryRestrictionGroup.md +14 -0
- data/docs/CountryRestrictionGroupsApi.md +40 -40
- data/docs/Document.md +1 -0
- data/docs/DocumentApi.md +46 -44
- data/docs/HeartbeatApi.md +8 -8
- data/docs/InlineResponse20010Cardtransactions.md +3 -3
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20011Cardtransactions.md +58 -0
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse20015.md +1 -1
- data/docs/InlineResponse20016.md +1 -1
- data/docs/InlineResponse20017.md +1 -1
- data/docs/InlineResponse20018.md +1 -1
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +1 -1
- data/docs/InlineResponse20021.md +1 -1
- data/docs/InlineResponse20022.md +1 -1
- data/docs/InlineResponse20023.md +1 -1
- data/docs/InlineResponse20024.md +1 -1
- data/docs/InlineResponse20025.md +1 -1
- data/docs/InlineResponse20026.md +8 -0
- data/docs/InlineResponse20027.md +8 -0
- data/docs/InlineResponse20028.md +8 -0
- data/docs/InlineResponse2005Businessinformations.md +2 -2
- data/docs/IssuerInitiatedDigitizationDataApi.md +22 -22
- data/docs/MandateApi.md +50 -50
- data/docs/MccRestrictionGroupsApi.md +40 -40
- data/docs/MerchantIdRestrictionGroupsApi.md +40 -40
- data/docs/PayinApi.md +38 -38
- data/docs/PayinrefundApi.md +38 -38
- data/docs/PayoutApi.md +38 -38
- data/docs/PayoutRefund.md +22 -0
- data/docs/PayoutRefundsApi.md +82 -0
- data/docs/TaxResidence.md +15 -0
- data/docs/TaxResidenceApi.md +319 -0
- data/docs/TransactionApi.md +22 -22
- data/docs/TransferApi.md +42 -42
- data/docs/TransferrefundApi.md +42 -42
- data/docs/User.md +3 -0
- data/docs/UserApi.md +104 -85
- data/docs/VirtualibansApi.md +46 -46
- data/docs/WalletApi.md +84 -84
- data/lib/treezor_client/api/balance_api.rb +8 -8
- data/lib/treezor_client/api/bankaccount_api.rb +30 -30
- data/lib/treezor_client/api/beneficiaries_api.rb +30 -30
- data/lib/treezor_client/api/business_api.rb +26 -26
- data/lib/treezor_client/api/card_api.rb +209 -154
- data/lib/treezor_client/api/card_digitalizations_api.rb +82 -16
- data/lib/treezor_client/api/card_reserve_api.rb +24 -24
- data/lib/treezor_client/api/cardtransaction_api.rb +18 -15
- data/lib/treezor_client/api/country_restriction_groups_api.rb +45 -45
- data/lib/treezor_client/api/document_api.rb +64 -57
- data/lib/treezor_client/api/heartbeat_api.rb +8 -8
- data/lib/treezor_client/api/issuer_initiated_digitization_data_api.rb +22 -22
- data/lib/treezor_client/api/mandate_api.rb +58 -58
- data/lib/treezor_client/api/mcc_restriction_groups_api.rb +45 -45
- data/lib/treezor_client/api/merchant_id_restriction_groups_api.rb +45 -45
- data/lib/treezor_client/api/payin_api.rb +42 -42
- data/lib/treezor_client/api/payinrefund_api.rb +42 -42
- data/lib/treezor_client/api/payout_api.rb +42 -42
- data/lib/treezor_client/api/payout_refunds_api.rb +102 -0
- data/lib/treezor_client/api/tax_residence_api.rb +319 -0
- data/lib/treezor_client/api/transaction_api.rb +24 -24
- data/lib/treezor_client/api/transfer_api.rb +46 -46
- data/lib/treezor_client/api/transferrefund_api.rb +46 -46
- data/lib/treezor_client/api/user_api.rb +124 -93
- data/lib/treezor_client/api/virtualibans_api.rb +50 -50
- data/lib/treezor_client/api/wallet_api.rb +89 -89
- data/lib/treezor_client/models/beneficiary.rb +11 -1
- data/lib/treezor_client/models/card.rb +2 -2
- data/lib/treezor_client/models/card_digitalization.rb +3 -20
- data/lib/treezor_client/models/country_restriction_group.rb +284 -0
- data/lib/treezor_client/models/document.rb +10 -1
- data/lib/treezor_client/models/inline_response_200_10_cardtransactions.rb +3 -3
- data/lib/treezor_client/models/inline_response_200_11.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_11_cardtransactions.rb +642 -0
- data/lib/treezor_client/models/inline_response_200_12.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_13.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_14.rb +1 -1
- data/lib/treezor_client/models/inline_response_200_15.rb +1 -1
- data/lib/treezor_client/models/inline_response_200_16.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_17.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_18.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_19.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_20.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_21.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_22.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_23.rb +1 -1
- data/lib/treezor_client/models/inline_response_200_24.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_25.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_26.rb +190 -0
- data/lib/treezor_client/models/inline_response_200_27.rb +190 -0
- data/lib/treezor_client/models/inline_response_200_28.rb +190 -0
- data/lib/treezor_client/models/inline_response_200_5_businessinformations.rb +2 -2
- data/lib/treezor_client/models/payout_refund.rb +347 -0
- data/lib/treezor_client/models/tax_residence.rb +259 -0
- data/lib/treezor_client/models/user.rb +28 -1
- data/lib/treezor_client/version.rb +1 -1
- data/lib/treezor_client.rb +9 -1
- data/pkg/treezor_client-1.0.0.gem +0 -0
- data/pkg/treezor_client-1.1.0.gem +0 -0
- data/pkg/treezor_client-1.2.0.gem +0 -0
- data/spec/api/balance_api_spec.rb +4 -4
- data/spec/api/bankaccount_api_spec.rb +15 -15
- data/spec/api/beneficiaries_api_spec.rb +15 -15
- data/spec/api/business_api_spec.rb +13 -13
- data/spec/api/card_api_spec.rb +93 -75
- data/spec/api/card_digitalizations_api_spec.rb +19 -6
- data/spec/api/card_reserve_api_spec.rb +12 -12
- data/spec/api/cardtransaction_api_spec.rb +8 -7
- data/spec/api/country_restriction_groups_api_spec.rb +20 -20
- data/spec/api/document_api_spec.rb +22 -21
- data/spec/api/heartbeat_api_spec.rb +4 -4
- data/spec/api/issuer_initiated_digitization_data_api_spec.rb +11 -11
- data/spec/api/mandate_api_spec.rb +26 -26
- data/spec/api/mcc_restriction_groups_api_spec.rb +20 -20
- data/spec/api/merchant_id_restriction_groups_api_spec.rb +20 -22
- data/spec/api/payin_api_spec.rb +19 -19
- data/spec/api/payinrefund_api_spec.rb +19 -19
- data/spec/api/payout_api_spec.rb +19 -19
- data/spec/api/payout_refunds_api_spec.rb +56 -0
- data/spec/api/tax_residence_api_spec.rb +108 -0
- data/spec/api/transaction_api_spec.rb +11 -11
- data/spec/api/transfer_api_spec.rb +21 -21
- data/spec/api/transferrefund_api_spec.rb +21 -21
- data/spec/api/user_api_spec.rb +58 -41
- data/spec/api/virtualibans_api_spec.rb +23 -23
- data/spec/api/wallet_api_spec.rb +42 -42
- data/spec/models/beneficiary_spec.rb +6 -0
- data/spec/models/card_digitalization_spec.rb +0 -12
- data/spec/models/card_spec.rb +6 -0
- data/spec/models/country_restriction_group_spec.rb +82 -0
- data/spec/models/document_spec.rb +6 -0
- data/spec/models/inline_response_200_11_cardtransactions_spec.rb +342 -0
- data/spec/models/inline_response_200_11_spec.rb +1 -1
- data/spec/models/inline_response_200_12_spec.rb +1 -1
- data/spec/models/inline_response_200_13_spec.rb +1 -1
- data/spec/models/inline_response_200_16_spec.rb +1 -1
- data/spec/models/inline_response_200_17_spec.rb +1 -1
- data/spec/models/inline_response_200_18_spec.rb +1 -1
- data/spec/models/inline_response_200_19_spec.rb +1 -1
- data/spec/models/inline_response_200_20_spec.rb +1 -1
- data/spec/models/inline_response_200_21_spec.rb +1 -1
- data/spec/models/inline_response_200_22_spec.rb +1 -1
- data/spec/models/inline_response_200_24_spec.rb +1 -1
- data/spec/models/inline_response_200_25_spec.rb +1 -1
- data/spec/models/inline_response_200_26_spec.rb +42 -0
- data/spec/models/inline_response_200_27_spec.rb +42 -0
- data/spec/models/inline_response_200_28_spec.rb +42 -0
- data/spec/models/issuer_initiated_digitization_datas_additionnal_data_spec.rb +1 -1
- data/spec/models/merchant_id_restriction_group_spec.rb +1 -1
- data/spec/models/payout_refund_spec.rb +130 -0
- data/spec/models/tax_residence_spec.rb +84 -0
- data/spec/models/user_spec.rb +42 -0
- data/treezor_api_spec.yaml +1841 -1207
- data/treezor_client.gemspec +1 -3
- metadata +45 -9
- data/spec/models/card_digitalization_details_from_gps_spec.rb +0 -234
- data/spec/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates_spec.rb +0 -54
|
@@ -23,16 +23,17 @@ module TreezorClient
|
|
|
23
23
|
# create a document
|
|
24
24
|
# Search for documents.
|
|
25
25
|
# @param user_id Document user's id.
|
|
26
|
-
# @param document_type_id Type of document. | documentTypeId | Description | | --- | --- | | 2 | Police record | | 4 | Company Registration | | 6 | CV | | 7 | Sworn statement | | 8 | Turnover | | 9 | Identity card | | 11 | Bank Identity Statement | | 12 | Proof of address| | 13 | Mobile phone invoice| | 14 | Invoice, other than Mobile phone invoice| | 15 | A residence permit| | 16 | A driving licence| | 17 | A passport| | 18 | A proxy granting an employee| | 19 | A company registration official paper| | 20 | Official tax certificate| | 21 | Employee payment notice| | 22 | User bank statement| | 23 | Business legal status|
|
|
26
|
+
# @param document_type_id Type of document. | documentTypeId | Description | | --- | --- | | 2 | Police record | | 4 | Company Registration | | 6 | CV | | 7 | Sworn statement | | 8 | Turnover | | 9 | Identity card | | 11 | Bank Identity Statement | | 12 | Proof of address| | 13 | Mobile phone invoice| | 14 | Invoice, other than Mobile phone invoice| | 15 | A residence permit| | 16 | A driving licence| | 17 | A passport| | 18 | A proxy granting an employee| | 19 | A company registration official paper| | 20 | Official tax certificate| | 21 | Employee payment notice| | 22 | User bank statement| | 23 | Business legal status| | 24 | Tax Statement| | 25 | Exemption Statement|
|
|
27
27
|
# @param name Document's name.
|
|
28
28
|
# @param file_content_base64 Document file content. base64 encoded.
|
|
29
29
|
# @param [Hash] opts the optional parameters
|
|
30
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
31
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
32
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
33
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
30
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
31
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
32
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
33
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
34
34
|
# @option opts [Integer] :document_tag Custom data.
|
|
35
|
-
# @
|
|
35
|
+
# @option opts [Integer] :residence_id Document residence Id. The field is mandatory when the document is of type id 24 or 25. Otherwise it should not be provided.
|
|
36
|
+
# @return [InlineResponse20012]
|
|
36
37
|
def create_documents(user_id, document_type_id, name, file_content_base64, opts = {})
|
|
37
38
|
data, _status_code, _headers = create_documents_with_http_info(user_id, document_type_id, name, file_content_base64, opts)
|
|
38
39
|
return data
|
|
@@ -41,16 +42,17 @@ module TreezorClient
|
|
|
41
42
|
# create a document
|
|
42
43
|
# Search for documents.
|
|
43
44
|
# @param user_id Document user's id.
|
|
44
|
-
# @param document_type_id Type of document. | documentTypeId | Description | | --- | --- | | 2 | Police record | | 4 | Company Registration | | 6 | CV | | 7 | Sworn statement | | 8 | Turnover | | 9 | Identity card | | 11 | Bank Identity Statement | | 12 | Proof of address| | 13 | Mobile phone invoice| | 14 | Invoice, other than Mobile phone invoice| | 15 | A residence permit| | 16 | A driving licence| | 17 | A passport| | 18 | A proxy granting an employee| | 19 | A company registration official paper| | 20 | Official tax certificate| | 21 | Employee payment notice| | 22 | User bank statement| | 23 | Business legal status|
|
|
45
|
+
# @param document_type_id Type of document. | documentTypeId | Description | | --- | --- | | 2 | Police record | | 4 | Company Registration | | 6 | CV | | 7 | Sworn statement | | 8 | Turnover | | 9 | Identity card | | 11 | Bank Identity Statement | | 12 | Proof of address| | 13 | Mobile phone invoice| | 14 | Invoice, other than Mobile phone invoice| | 15 | A residence permit| | 16 | A driving licence| | 17 | A passport| | 18 | A proxy granting an employee| | 19 | A company registration official paper| | 20 | Official tax certificate| | 21 | Employee payment notice| | 22 | User bank statement| | 23 | Business legal status| | 24 | Tax Statement| | 25 | Exemption Statement|
|
|
45
46
|
# @param name Document's name.
|
|
46
47
|
# @param file_content_base64 Document file content. base64 encoded.
|
|
47
48
|
# @param [Hash] opts the optional parameters
|
|
48
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
49
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
50
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
51
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
49
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
50
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
51
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
52
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
52
53
|
# @option opts [Integer] :document_tag Custom data.
|
|
53
|
-
# @
|
|
54
|
+
# @option opts [Integer] :residence_id Document residence Id. The field is mandatory when the document is of type id 24 or 25. Otherwise it should not be provided.
|
|
55
|
+
# @return [Array<(InlineResponse20012, Fixnum, Hash)>] InlineResponse20012 data, response status code and response headers
|
|
54
56
|
def create_documents_with_http_info(user_id, document_type_id, name, file_content_base64, opts = {})
|
|
55
57
|
if @api_client.config.debugging
|
|
56
58
|
@api_client.config.logger.debug "Calling API: DocumentApi.create_documents ..."
|
|
@@ -71,30 +73,35 @@ module TreezorClient
|
|
|
71
73
|
if @api_client.config.client_side_validation && file_content_base64.nil?
|
|
72
74
|
fail ArgumentError, "Missing the required parameter 'file_content_base64' when calling DocumentApi.create_documents"
|
|
73
75
|
end
|
|
76
|
+
if @api_client.config.client_side_validation && !opts[:'residence_id'].nil? && opts[:'residence_id'] < 1
|
|
77
|
+
fail ArgumentError, 'invalid value for "opts[:"residence_id"]" when calling DocumentApi.create_documents, must be greater than or equal to 1.'
|
|
78
|
+
end
|
|
79
|
+
|
|
74
80
|
# resource path
|
|
75
81
|
local_var_path = "/documents"
|
|
76
82
|
|
|
77
83
|
# query parameters
|
|
78
84
|
query_params = {}
|
|
85
|
+
query_params[:'userId'] = user_id
|
|
86
|
+
query_params[:'documentTypeId'] = document_type_id
|
|
87
|
+
query_params[:'name'] = name
|
|
88
|
+
query_params[:'fileContentBase64'] = file_content_base64
|
|
89
|
+
query_params[:'accessSignature'] = opts[:'access_signature'] if !opts[:'access_signature'].nil?
|
|
90
|
+
query_params[:'accessTag'] = opts[:'access_tag'] if !opts[:'access_tag'].nil?
|
|
91
|
+
query_params[:'accessUserId'] = opts[:'access_user_id'] if !opts[:'access_user_id'].nil?
|
|
92
|
+
query_params[:'accessUserIp'] = opts[:'access_user_ip'] if !opts[:'access_user_ip'].nil?
|
|
93
|
+
query_params[:'documentTag'] = opts[:'document_tag'] if !opts[:'document_tag'].nil?
|
|
94
|
+
query_params[:'residenceId'] = opts[:'residence_id'] if !opts[:'residence_id'].nil?
|
|
79
95
|
|
|
80
96
|
# header parameters
|
|
81
97
|
header_params = {}
|
|
82
98
|
# HTTP header 'Accept' (if needed)
|
|
83
99
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
84
100
|
# HTTP header 'Content-Type'
|
|
85
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['
|
|
101
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
86
102
|
|
|
87
103
|
# form parameters
|
|
88
104
|
form_params = {}
|
|
89
|
-
form_params["userId"] = user_id
|
|
90
|
-
form_params["documentTypeId"] = document_type_id
|
|
91
|
-
form_params["name"] = name
|
|
92
|
-
form_params["fileContentBase64"] = file_content_base64
|
|
93
|
-
form_params["accessSignature"] = opts[:'access_signature'] if !opts[:'access_signature'].nil?
|
|
94
|
-
form_params["accessTag"] = opts[:'access_tag'] if !opts[:'access_tag'].nil?
|
|
95
|
-
form_params["accessUserId"] = opts[:'access_user_id'] if !opts[:'access_user_id'].nil?
|
|
96
|
-
form_params["accessUserIp"] = opts[:'access_user_ip'] if !opts[:'access_user_ip'].nil?
|
|
97
|
-
form_params["documentTag"] = opts[:'document_tag'] if !opts[:'document_tag'].nil?
|
|
98
105
|
|
|
99
106
|
# http body (model)
|
|
100
107
|
post_body = nil
|
|
@@ -105,7 +112,7 @@ module TreezorClient
|
|
|
105
112
|
:form_params => form_params,
|
|
106
113
|
:body => post_body,
|
|
107
114
|
:auth_names => auth_names,
|
|
108
|
-
:return_type => '
|
|
115
|
+
:return_type => 'InlineResponse20012')
|
|
109
116
|
if @api_client.config.debugging
|
|
110
117
|
@api_client.config.logger.debug "API called: DocumentApi#create_documents\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
111
118
|
end
|
|
@@ -116,7 +123,7 @@ module TreezorClient
|
|
|
116
123
|
# Remove a document from the system.
|
|
117
124
|
# @param id Document's internal id.
|
|
118
125
|
# @param [Hash] opts the optional parameters
|
|
119
|
-
# @return [
|
|
126
|
+
# @return [InlineResponse20012]
|
|
120
127
|
def delete_document(id, opts = {})
|
|
121
128
|
data, _status_code, _headers = delete_document_with_http_info(id, opts)
|
|
122
129
|
return data
|
|
@@ -126,7 +133,7 @@ module TreezorClient
|
|
|
126
133
|
# Remove a document from the system.
|
|
127
134
|
# @param id Document's internal id.
|
|
128
135
|
# @param [Hash] opts the optional parameters
|
|
129
|
-
# @return [Array<(
|
|
136
|
+
# @return [Array<(InlineResponse20012, Fixnum, Hash)>] InlineResponse20012 data, response status code and response headers
|
|
130
137
|
def delete_document_with_http_info(id, opts = {})
|
|
131
138
|
if @api_client.config.debugging
|
|
132
139
|
@api_client.config.logger.debug "Calling API: DocumentApi.delete_document ..."
|
|
@@ -160,7 +167,7 @@ module TreezorClient
|
|
|
160
167
|
:form_params => form_params,
|
|
161
168
|
:body => post_body,
|
|
162
169
|
:auth_names => auth_names,
|
|
163
|
-
:return_type => '
|
|
170
|
+
:return_type => 'InlineResponse20012')
|
|
164
171
|
if @api_client.config.debugging
|
|
165
172
|
@api_client.config.logger.debug "API called: DocumentApi#delete_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
166
173
|
end
|
|
@@ -171,7 +178,7 @@ module TreezorClient
|
|
|
171
178
|
# get a document
|
|
172
179
|
# @param id Document's internal id.
|
|
173
180
|
# @param [Hash] opts the optional parameters
|
|
174
|
-
# @return [
|
|
181
|
+
# @return [InlineResponse20012]
|
|
175
182
|
def get_document(id, opts = {})
|
|
176
183
|
data, _status_code, _headers = get_document_with_http_info(id, opts)
|
|
177
184
|
return data
|
|
@@ -181,7 +188,7 @@ module TreezorClient
|
|
|
181
188
|
# get a document
|
|
182
189
|
# @param id Document's internal id.
|
|
183
190
|
# @param [Hash] opts the optional parameters
|
|
184
|
-
# @return [Array<(
|
|
191
|
+
# @return [Array<(InlineResponse20012, Fixnum, Hash)>] InlineResponse20012 data, response status code and response headers
|
|
185
192
|
def get_document_with_http_info(id, opts = {})
|
|
186
193
|
if @api_client.config.debugging
|
|
187
194
|
@api_client.config.logger.debug "Calling API: DocumentApi.get_document ..."
|
|
@@ -215,7 +222,7 @@ module TreezorClient
|
|
|
215
222
|
:form_params => form_params,
|
|
216
223
|
:body => post_body,
|
|
217
224
|
:auth_names => auth_names,
|
|
218
|
-
:return_type => '
|
|
225
|
+
:return_type => 'InlineResponse20012')
|
|
219
226
|
if @api_client.config.debugging
|
|
220
227
|
@api_client.config.logger.debug "API called: DocumentApi#get_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
221
228
|
end
|
|
@@ -225,10 +232,10 @@ module TreezorClient
|
|
|
225
232
|
# search documents
|
|
226
233
|
# Search for documents.
|
|
227
234
|
# @param [Hash] opts the optional parameters
|
|
228
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
229
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
230
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
231
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
235
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
236
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
237
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
238
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
232
239
|
# @option opts [Integer] :document_id Document's unique id.
|
|
233
240
|
# @option opts [String] :document_tag Custom data.
|
|
234
241
|
# @option opts [String] :document_status The status of the document. Possible values: * PENDING * CANCELED * VALIDATED
|
|
@@ -241,15 +248,15 @@ module TreezorClient
|
|
|
241
248
|
# @option opts [Integer] :file_size Document's size.
|
|
242
249
|
# @option opts [Integer] :file_type Document's type.
|
|
243
250
|
# @option opts [String] :is_agent is agent field.
|
|
244
|
-
# @option opts [Integer] :page_number Pagination page number. More info [here](https://agent.treezor.com/lists).
|
|
245
|
-
# @option opts [Integer] :page_count The number of items per page. More info [here](https://agent.treezor.com/lists).
|
|
246
|
-
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists).
|
|
251
|
+
# @option opts [Integer] :page_number Pagination page number. More info [here](https://agent.treezor.com/lists).
|
|
252
|
+
# @option opts [Integer] :page_count The number of items per page. More info [here](https://agent.treezor.com/lists).
|
|
253
|
+
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists).
|
|
247
254
|
# @option opts [String] :sort_order The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://agent.treezor.com/lists).
|
|
248
|
-
# @option opts [DateTime] :created_date_from The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
249
|
-
# @option opts [DateTime] :created_date_to The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
250
|
-
# @option opts [DateTime] :updated_date_from The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
251
|
-
# @option opts [DateTime] :updated_date_to The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
252
|
-
# @return [
|
|
255
|
+
# @option opts [DateTime] :created_date_from The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
256
|
+
# @option opts [DateTime] :created_date_to The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
257
|
+
# @option opts [DateTime] :updated_date_from The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
258
|
+
# @option opts [DateTime] :updated_date_to The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
259
|
+
# @return [InlineResponse20012]
|
|
253
260
|
def get_documents(opts = {})
|
|
254
261
|
data, _status_code, _headers = get_documents_with_http_info(opts)
|
|
255
262
|
return data
|
|
@@ -258,10 +265,10 @@ module TreezorClient
|
|
|
258
265
|
# search documents
|
|
259
266
|
# Search for documents.
|
|
260
267
|
# @param [Hash] opts the optional parameters
|
|
261
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
262
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
263
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
264
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
268
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
269
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
270
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
271
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
265
272
|
# @option opts [Integer] :document_id Document's unique id.
|
|
266
273
|
# @option opts [String] :document_tag Custom data.
|
|
267
274
|
# @option opts [String] :document_status The status of the document. Possible values: * PENDING * CANCELED * VALIDATED
|
|
@@ -274,15 +281,15 @@ module TreezorClient
|
|
|
274
281
|
# @option opts [Integer] :file_size Document's size.
|
|
275
282
|
# @option opts [Integer] :file_type Document's type.
|
|
276
283
|
# @option opts [String] :is_agent is agent field.
|
|
277
|
-
# @option opts [Integer] :page_number Pagination page number. More info [here](https://agent.treezor.com/lists).
|
|
278
|
-
# @option opts [Integer] :page_count The number of items per page. More info [here](https://agent.treezor.com/lists).
|
|
279
|
-
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists).
|
|
284
|
+
# @option opts [Integer] :page_number Pagination page number. More info [here](https://agent.treezor.com/lists).
|
|
285
|
+
# @option opts [Integer] :page_count The number of items per page. More info [here](https://agent.treezor.com/lists).
|
|
286
|
+
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists).
|
|
280
287
|
# @option opts [String] :sort_order The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://agent.treezor.com/lists).
|
|
281
|
-
# @option opts [DateTime] :created_date_from The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
282
|
-
# @option opts [DateTime] :created_date_to The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
283
|
-
# @option opts [DateTime] :updated_date_from The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
284
|
-
# @option opts [DateTime] :updated_date_to The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
285
|
-
# @return [Array<(
|
|
288
|
+
# @option opts [DateTime] :created_date_from The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
289
|
+
# @option opts [DateTime] :created_date_to The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
290
|
+
# @option opts [DateTime] :updated_date_from The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
291
|
+
# @option opts [DateTime] :updated_date_to The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
|
|
292
|
+
# @return [Array<(InlineResponse20012, Fixnum, Hash)>] InlineResponse20012 data, response status code and response headers
|
|
286
293
|
def get_documents_with_http_info(opts = {})
|
|
287
294
|
if @api_client.config.debugging
|
|
288
295
|
@api_client.config.logger.debug "Calling API: DocumentApi.get_documents ..."
|
|
@@ -339,7 +346,7 @@ module TreezorClient
|
|
|
339
346
|
:form_params => form_params,
|
|
340
347
|
:body => post_body,
|
|
341
348
|
:auth_names => auth_names,
|
|
342
|
-
:return_type => '
|
|
349
|
+
:return_type => 'InlineResponse20012')
|
|
343
350
|
if @api_client.config.debugging
|
|
344
351
|
@api_client.config.logger.debug "API called: DocumentApi#get_documents\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
345
352
|
end
|
|
@@ -350,7 +357,7 @@ module TreezorClient
|
|
|
350
357
|
# Update a document.
|
|
351
358
|
# @param id Document's internal id.
|
|
352
359
|
# @param [Hash] opts the optional parameters
|
|
353
|
-
# @return [
|
|
360
|
+
# @return [InlineResponse20012]
|
|
354
361
|
def put_document(id, opts = {})
|
|
355
362
|
data, _status_code, _headers = put_document_with_http_info(id, opts)
|
|
356
363
|
return data
|
|
@@ -360,7 +367,7 @@ module TreezorClient
|
|
|
360
367
|
# Update a document.
|
|
361
368
|
# @param id Document's internal id.
|
|
362
369
|
# @param [Hash] opts the optional parameters
|
|
363
|
-
# @return [Array<(
|
|
370
|
+
# @return [Array<(InlineResponse20012, Fixnum, Hash)>] InlineResponse20012 data, response status code and response headers
|
|
364
371
|
def put_document_with_http_info(id, opts = {})
|
|
365
372
|
if @api_client.config.debugging
|
|
366
373
|
@api_client.config.logger.debug "Calling API: DocumentApi.put_document ..."
|
|
@@ -394,7 +401,7 @@ module TreezorClient
|
|
|
394
401
|
:form_params => form_params,
|
|
395
402
|
:body => post_body,
|
|
396
403
|
:auth_names => auth_names,
|
|
397
|
-
:return_type => '
|
|
404
|
+
:return_type => 'InlineResponse20012')
|
|
398
405
|
if @api_client.config.debugging
|
|
399
406
|
@api_client.config.logger.debug "API called: DocumentApi#put_document\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
400
407
|
end
|
|
@@ -23,10 +23,10 @@ module TreezorClient
|
|
|
23
23
|
# Get the status of the API
|
|
24
24
|
# Get Heartbeat of Treezor API
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
27
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
28
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
29
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
26
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
27
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
28
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
29
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
30
30
|
# @return [nil]
|
|
31
31
|
def get_heartbeat(opts = {})
|
|
32
32
|
get_heartbeat_with_http_info(opts)
|
|
@@ -36,10 +36,10 @@ module TreezorClient
|
|
|
36
36
|
# Get the status of the API
|
|
37
37
|
# Get Heartbeat of Treezor API
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
40
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
41
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
42
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
39
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
|
|
40
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
|
|
41
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
42
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
|
|
43
43
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
44
44
|
def get_heartbeat_with_http_info(opts = {})
|
|
45
45
|
if @api_client.config.debugging
|
|
@@ -23,10 +23,10 @@ module TreezorClient
|
|
|
23
23
|
# Request the issuerInitiatedDigitizationData
|
|
24
24
|
# Create a new issuerInitiatedDigitizationData request
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
27
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
28
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
29
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
26
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
27
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
28
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
29
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
30
30
|
# @option opts [Body] :body
|
|
31
31
|
# @return [InlineResponse200]
|
|
32
32
|
def tav_request_post(opts = {})
|
|
@@ -37,10 +37,10 @@ module TreezorClient
|
|
|
37
37
|
# Request the issuerInitiatedDigitizationData
|
|
38
38
|
# Create a new issuerInitiatedDigitizationData request
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
41
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
42
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
43
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
40
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
41
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
42
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
43
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
44
44
|
# @option opts [Body] :body
|
|
45
45
|
# @return [Array<(InlineResponse200, Fixnum, Hash)>] InlineResponse200 data, response status code and response headers
|
|
46
46
|
def tav_request_post_with_http_info(opts = {})
|
|
@@ -86,15 +86,15 @@ module TreezorClient
|
|
|
86
86
|
# Search issuerInitiatedDigitizationData requests
|
|
87
87
|
# Search tav issuerInitiatedDigitizationData requests that match search criteria.
|
|
88
88
|
# @param [Hash] opts the optional parameters
|
|
89
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
90
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
91
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
92
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
89
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
90
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
91
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
92
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
93
93
|
# @option opts [Array<String>] :fields List of the object's properties you want to pick up.
|
|
94
94
|
# @option opts [String] :filter You can filter the API response by using filter(s). Filterable fields are : - id - cardId - tokenRequestor - statusId - createdDate - modifiedDate Filters should be separated by a \";\". Example for 3 filters : FILTER1;FILTER2;FILTER3. A single filter has the following syntax : \"fieldName criterion expression\". Where : - fieldName : the name of a filterable field of this object. - expression : the values to be included or excluded (see the table below for more information) - criterion : a filter criterion. Here are the possible values for criterion : | Criteria | Description | Type | Expression Example | |----------|------------------------|------------------------------------------|--------------------| | > | greater than | alphanumeric string | 100 | | >= | greater or equal than | alphanumeric string | 100 | | < | less than | alphanumeric string | 100 | | <= | less or equal than | alphanumeric string | 100 | | != | not equal to | alphanumeric string | 100 | | like | like | alphanumeric string | 100 | | in | in | alphanumeric strings separated by commas | 100,30,25 | | == | equals | alphanumeric string | 100 |
|
|
95
|
-
# @option opts [Integer] :page_number Pagination page number. More info [here](https://www.treezor.com/lists).
|
|
96
|
-
# @option opts [Integer] :page_count The number of items per page. More info [here](https://www.treezor.com/lists).
|
|
97
|
-
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://www.treezor.com/lists).
|
|
95
|
+
# @option opts [Integer] :page_number Pagination page number. More info [here](https://www.treezor.com/lists).
|
|
96
|
+
# @option opts [Integer] :page_count The number of items per page. More info [here](https://www.treezor.com/lists).
|
|
97
|
+
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://www.treezor.com/lists).
|
|
98
98
|
# @option opts [String] :sort_order The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://www.treezor.com/lists).
|
|
99
99
|
# @return [InlineResponse200]
|
|
100
100
|
def tavrequestget(opts = {})
|
|
@@ -105,15 +105,15 @@ module TreezorClient
|
|
|
105
105
|
# Search issuerInitiatedDigitizationData requests
|
|
106
106
|
# Search tav issuerInitiatedDigitizationData requests that match search criteria.
|
|
107
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
-
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
109
|
-
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
110
|
-
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
111
|
-
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
108
|
+
# @option opts [String] :access_signature Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://www.treezor.com/security-authentication).
|
|
109
|
+
# @option opts [String] :access_tag Access tag is used for idem potency query. More info [here](https://www.treezor.com/basics).
|
|
110
|
+
# @option opts [Integer] :access_user_id Access user's id is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
111
|
+
# @option opts [String] :access_user_ip Access user's ip is used for user's action restriction. More info [here](https://www.treezor.com/basics).
|
|
112
112
|
# @option opts [Array<String>] :fields List of the object's properties you want to pick up.
|
|
113
113
|
# @option opts [String] :filter You can filter the API response by using filter(s). Filterable fields are : - id - cardId - tokenRequestor - statusId - createdDate - modifiedDate Filters should be separated by a \";\". Example for 3 filters : FILTER1;FILTER2;FILTER3. A single filter has the following syntax : \"fieldName criterion expression\". Where : - fieldName : the name of a filterable field of this object. - expression : the values to be included or excluded (see the table below for more information) - criterion : a filter criterion. Here are the possible values for criterion : | Criteria | Description | Type | Expression Example | |----------|------------------------|------------------------------------------|--------------------| | > | greater than | alphanumeric string | 100 | | >= | greater or equal than | alphanumeric string | 100 | | < | less than | alphanumeric string | 100 | | <= | less or equal than | alphanumeric string | 100 | | != | not equal to | alphanumeric string | 100 | | like | like | alphanumeric string | 100 | | in | in | alphanumeric strings separated by commas | 100,30,25 | | == | equals | alphanumeric string | 100 |
|
|
114
|
-
# @option opts [Integer] :page_number Pagination page number. More info [here](https://www.treezor.com/lists).
|
|
115
|
-
# @option opts [Integer] :page_count The number of items per page. More info [here](https://www.treezor.com/lists).
|
|
116
|
-
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://www.treezor.com/lists).
|
|
114
|
+
# @option opts [Integer] :page_number Pagination page number. More info [here](https://www.treezor.com/lists).
|
|
115
|
+
# @option opts [Integer] :page_count The number of items per page. More info [here](https://www.treezor.com/lists).
|
|
116
|
+
# @option opts [String] :sort_by The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://www.treezor.com/lists).
|
|
117
117
|
# @option opts [String] :sort_order The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://www.treezor.com/lists).
|
|
118
118
|
# @return [Array<(InlineResponse200, Fixnum, Hash)>] InlineResponse200 data, response status code and response headers
|
|
119
119
|
def tavrequestget_with_http_info(opts = {})
|