lithic 0.4.0 → 0.6.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/CHANGELOG.md +59 -0
- data/README.md +10 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/util.rb +1 -1
- data/lib/lithic/models/account_holder.rb +14 -5
- data/lib/lithic/models/account_holder_create_params.rb +10 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -0
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +14 -5
- data/lib/lithic/models/account_holder_update_params.rb +10 -1
- data/lib/lithic/models/account_holder_update_response.rb +14 -5
- data/lib/lithic/models/account_holder_updated_webhook_event.rb +10 -1
- data/lib/lithic/models/account_holders/account_holder_entity.rb +183 -0
- data/lib/lithic/models/account_holders/entity_create_params.rb +159 -0
- data/lib/lithic/models/account_holders/entity_create_response.rb +113 -0
- data/lib/lithic/models/account_holders/entity_delete_params.rb +22 -0
- data/lib/lithic/models/auth_rules/auth_rule.rb +6 -2
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +3 -3
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +3 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +47 -21
- data/lib/lithic/models/auth_rules/v2_create_params.rb +5 -2
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +1 -0
- data/lib/lithic/models/auth_rules/v2_list_results_params.rb +70 -0
- data/lib/lithic/models/auth_rules/v2_list_results_response.rb +740 -0
- data/lib/lithic/models/book_transfer_create_params.rb +9 -1
- data/lib/lithic/models/card_authorization_approval_request_webhook_event.rb +178 -25
- data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +9 -9
- data/lib/lithic/models/financial_account.rb +1 -0
- data/lib/lithic/models/financial_account_update_status_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/category_tier.rb +28 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule.rb +50 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_create_params.rb +16 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rb +22 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb +40 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rb +22 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb +44 -0
- data/lib/lithic/models/financial_accounts/loan_tape.rb +1 -0
- data/lib/lithic/models/financial_accounts/loan_tape_configuration.rb +63 -0
- data/lib/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rb +16 -0
- data/lib/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rb +36 -0
- data/lib/lithic/models/financial_accounts/statement.rb +1 -0
- data/lib/lithic/models/kyb.rb +10 -1
- data/lib/lithic/models/parsed_webhook_event.rb +10 -1
- data/lib/lithic/models/{digital_wallet_token_metadata.rb → token_metadata.rb} +18 -19
- data/lib/lithic/models/tokenization_approval_request_webhook_event.rb +9 -9
- data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +9 -9
- data/lib/lithic/models.rb +4 -2
- data/lib/lithic/resources/account_holders/entities.rb +89 -0
- data/lib/lithic/resources/account_holders.rb +10 -2
- data/lib/lithic/resources/auth_rules/v2.rb +42 -0
- data/lib/lithic/resources/book_transfers.rb +3 -1
- data/lib/lithic/resources/financial_accounts/interest_tier_schedule.rb +205 -0
- data/lib/lithic/resources/financial_accounts/loan_tape_configuration.rb +36 -0
- data/lib/lithic/resources/financial_accounts.rb +9 -0
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +20 -1
- data/rbi/lithic/internal/util.rbi +1 -1
- data/rbi/lithic/models/account_holder.rbi +19 -6
- data/rbi/lithic/models/account_holder_create_params.rbi +13 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +19 -6
- data/rbi/lithic/models/account_holder_update_params.rbi +13 -0
- data/rbi/lithic/models/account_holder_update_response.rbi +19 -6
- data/rbi/lithic/models/account_holder_updated_webhook_event.rbi +13 -0
- data/rbi/lithic/models/account_holders/account_holder_entity.rbi +296 -0
- data/rbi/lithic/models/account_holders/entity_create_params.rbi +242 -0
- data/rbi/lithic/models/account_holders/entity_create_response.rbi +292 -0
- data/rbi/lithic/models/account_holders/entity_delete_params.rbi +43 -0
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +6 -3
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +3 -3
- data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +1 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +69 -30
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +6 -3
- data/rbi/lithic/models/auth_rules/v2_list_results_params.rbi +112 -0
- data/rbi/lithic/models/auth_rules/v2_list_results_response.rbi +1826 -0
- data/rbi/lithic/models/book_transfer_create_params.rbi +11 -0
- data/rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi +337 -36
- data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +15 -17
- data/rbi/lithic/models/financial_account.rbi +5 -0
- data/rbi/lithic/models/financial_account_update_status_params.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/category_tier.rbi +45 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi +75 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbi +32 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbi +43 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbi +73 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbi +43 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi +70 -0
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_configuration.rbi +99 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbi +32 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbi +65 -0
- data/rbi/lithic/models/financial_accounts/statement.rbi +5 -0
- data/rbi/lithic/models/kyb.rbi +13 -0
- data/rbi/lithic/models/parsed_webhook_event.rbi +13 -0
- data/rbi/lithic/models/{digital_wallet_token_metadata.rbi → token_metadata.rbi} +34 -41
- data/rbi/lithic/models/tokenization_approval_request_webhook_event.rbi +11 -17
- data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +15 -17
- data/rbi/lithic/models.rbi +4 -2
- data/rbi/lithic/resources/account_holders/entities.rbi +80 -0
- data/rbi/lithic/resources/account_holders.rbi +11 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +44 -1
- data/rbi/lithic/resources/book_transfers.rbi +3 -0
- data/rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi +156 -0
- data/rbi/lithic/resources/financial_accounts/loan_tape_configuration.rbi +30 -0
- data/rbi/lithic/resources/financial_accounts.rbi +10 -0
- data/sig/lithic/models/account_holder.rbs +7 -0
- data/sig/lithic/models/account_holder_create_params.rbs +7 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +2 -1
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +7 -0
- data/sig/lithic/models/account_holder_update_params.rbs +7 -0
- data/sig/lithic/models/account_holder_update_response.rbs +7 -0
- data/sig/lithic/models/account_holder_updated_webhook_event.rbs +7 -0
- data/sig/lithic/models/account_holders/account_holder_entity.rbs +137 -0
- data/sig/lithic/models/account_holders/entity_create_params.rbs +118 -0
- data/sig/lithic/models/account_holders/entity_create_response.rbs +117 -0
- data/sig/lithic/models/account_holders/entity_delete_params.rbs +26 -0
- data/sig/lithic/models/auth_rules/v2_list_results_params.rbs +65 -0
- data/sig/lithic/models/auth_rules/v2_list_results_response.rbs +752 -0
- data/sig/lithic/models/book_transfer_create_params.rbs +7 -0
- data/sig/lithic/models/card_authorization_approval_request_webhook_event.rbs +96 -0
- data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +5 -9
- data/sig/lithic/models/financial_account.rbs +2 -0
- data/sig/lithic/models/financial_account_update_status_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/category_tier.rbs +21 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule.rbs +41 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbs +17 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbs +26 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbs +40 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbs +26 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs +38 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +2 -0
- data/sig/lithic/models/financial_accounts/loan_tape_configuration.rbs +60 -0
- data/sig/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbs +17 -0
- data/sig/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbs +32 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +2 -0
- data/sig/lithic/models/kyb.rbs +7 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +7 -0
- data/sig/lithic/models/{digital_wallet_token_metadata.rbs → token_metadata.rbs} +19 -17
- data/sig/lithic/models/tokenization_approval_request_webhook_event.rbs +5 -9
- data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +5 -9
- data/sig/lithic/models.rbs +4 -2
- data/sig/lithic/resources/account_holders/entities.rbs +28 -0
- data/sig/lithic/resources/account_holders.rbs +4 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +10 -0
- data/sig/lithic/resources/book_transfers.rbs +1 -0
- data/sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs +46 -0
- data/sig/lithic/resources/financial_accounts/loan_tape_configuration.rbs +14 -0
- data/sig/lithic/resources/financial_accounts.rbs +4 -0
- metadata +62 -5
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module AccountHolders
|
|
4
|
+
type entity_create_response =
|
|
5
|
+
{
|
|
6
|
+
token: String,
|
|
7
|
+
account_holder_token: String,
|
|
8
|
+
created: Time,
|
|
9
|
+
required_documents: ::Array[Lithic::RequiredDocument],
|
|
10
|
+
status: Lithic::Models::AccountHolders::EntityCreateResponse::status,
|
|
11
|
+
status_reasons: ::Array[Lithic::Models::AccountHolders::EntityCreateResponse::status_reason]
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
class EntityCreateResponse < Lithic::Internal::Type::BaseModel
|
|
15
|
+
attr_accessor token: String
|
|
16
|
+
|
|
17
|
+
attr_accessor account_holder_token: String
|
|
18
|
+
|
|
19
|
+
attr_accessor created: Time
|
|
20
|
+
|
|
21
|
+
attr_accessor required_documents: ::Array[Lithic::RequiredDocument]
|
|
22
|
+
|
|
23
|
+
attr_accessor status: Lithic::Models::AccountHolders::EntityCreateResponse::status
|
|
24
|
+
|
|
25
|
+
attr_accessor status_reasons: ::Array[Lithic::Models::AccountHolders::EntityCreateResponse::status_reason]
|
|
26
|
+
|
|
27
|
+
def initialize: (
|
|
28
|
+
token: String,
|
|
29
|
+
account_holder_token: String,
|
|
30
|
+
created: Time,
|
|
31
|
+
required_documents: ::Array[Lithic::RequiredDocument],
|
|
32
|
+
status: Lithic::Models::AccountHolders::EntityCreateResponse::status,
|
|
33
|
+
status_reasons: ::Array[Lithic::Models::AccountHolders::EntityCreateResponse::status_reason]
|
|
34
|
+
) -> void
|
|
35
|
+
|
|
36
|
+
def to_hash: -> {
|
|
37
|
+
token: String,
|
|
38
|
+
account_holder_token: String,
|
|
39
|
+
created: Time,
|
|
40
|
+
required_documents: ::Array[Lithic::RequiredDocument],
|
|
41
|
+
status: Lithic::Models::AccountHolders::EntityCreateResponse::status,
|
|
42
|
+
status_reasons: ::Array[Lithic::Models::AccountHolders::EntityCreateResponse::status_reason]
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
type status = :ACCEPTED | :INACTIVE | :PENDING_REVIEW | :REJECTED
|
|
46
|
+
|
|
47
|
+
module Status
|
|
48
|
+
extend Lithic::Internal::Type::Enum
|
|
49
|
+
|
|
50
|
+
ACCEPTED: :ACCEPTED
|
|
51
|
+
INACTIVE: :INACTIVE
|
|
52
|
+
PENDING_REVIEW: :PENDING_REVIEW
|
|
53
|
+
REJECTED: :REJECTED
|
|
54
|
+
|
|
55
|
+
def self?.values: -> ::Array[Lithic::Models::AccountHolders::EntityCreateResponse::status]
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
type status_reason =
|
|
59
|
+
:ADDRESS_VERIFICATION_FAILURE
|
|
60
|
+
| :AGE_THRESHOLD_FAILURE
|
|
61
|
+
| :COMPLETE_VERIFICATION_FAILURE
|
|
62
|
+
| :DOB_VERIFICATION_FAILURE
|
|
63
|
+
| :ID_VERIFICATION_FAILURE
|
|
64
|
+
| :MAX_DOCUMENT_ATTEMPTS
|
|
65
|
+
| :MAX_RESUBMISSION_ATTEMPTS
|
|
66
|
+
| :NAME_VERIFICATION_FAILURE
|
|
67
|
+
| :OTHER_VERIFICATION_FAILURE
|
|
68
|
+
| :RISK_THRESHOLD_FAILURE
|
|
69
|
+
| :WATCHLIST_ALERT_FAILURE
|
|
70
|
+
| :PRIMARY_BUSINESS_ENTITY_ID_VERIFICATION_FAILURE
|
|
71
|
+
| :PRIMARY_BUSINESS_ENTITY_ADDRESS_VERIFICATION_FAILURE
|
|
72
|
+
| :PRIMARY_BUSINESS_ENTITY_NAME_VERIFICATION_FAILURE
|
|
73
|
+
| :PRIMARY_BUSINESS_ENTITY_BUSINESS_OFFICERS_NOT_MATCHED
|
|
74
|
+
| :PRIMARY_BUSINESS_ENTITY_SOS_FILING_INACTIVE
|
|
75
|
+
| :PRIMARY_BUSINESS_ENTITY_SOS_NOT_MATCHED
|
|
76
|
+
| :PRIMARY_BUSINESS_ENTITY_CMRA_FAILURE
|
|
77
|
+
| :PRIMARY_BUSINESS_ENTITY_WATCHLIST_FAILURE
|
|
78
|
+
| :PRIMARY_BUSINESS_ENTITY_REGISTERED_AGENT_FAILURE
|
|
79
|
+
| :CONTROL_PERSON_BLOCKLIST_ALERT_FAILURE
|
|
80
|
+
| :CONTROL_PERSON_ID_VERIFICATION_FAILURE
|
|
81
|
+
| :CONTROL_PERSON_DOB_VERIFICATION_FAILURE
|
|
82
|
+
| :CONTROL_PERSON_NAME_VERIFICATION_FAILURE
|
|
83
|
+
|
|
84
|
+
module StatusReason
|
|
85
|
+
extend Lithic::Internal::Type::Enum
|
|
86
|
+
|
|
87
|
+
ADDRESS_VERIFICATION_FAILURE: :ADDRESS_VERIFICATION_FAILURE
|
|
88
|
+
AGE_THRESHOLD_FAILURE: :AGE_THRESHOLD_FAILURE
|
|
89
|
+
COMPLETE_VERIFICATION_FAILURE: :COMPLETE_VERIFICATION_FAILURE
|
|
90
|
+
DOB_VERIFICATION_FAILURE: :DOB_VERIFICATION_FAILURE
|
|
91
|
+
ID_VERIFICATION_FAILURE: :ID_VERIFICATION_FAILURE
|
|
92
|
+
MAX_DOCUMENT_ATTEMPTS: :MAX_DOCUMENT_ATTEMPTS
|
|
93
|
+
MAX_RESUBMISSION_ATTEMPTS: :MAX_RESUBMISSION_ATTEMPTS
|
|
94
|
+
NAME_VERIFICATION_FAILURE: :NAME_VERIFICATION_FAILURE
|
|
95
|
+
OTHER_VERIFICATION_FAILURE: :OTHER_VERIFICATION_FAILURE
|
|
96
|
+
RISK_THRESHOLD_FAILURE: :RISK_THRESHOLD_FAILURE
|
|
97
|
+
WATCHLIST_ALERT_FAILURE: :WATCHLIST_ALERT_FAILURE
|
|
98
|
+
PRIMARY_BUSINESS_ENTITY_ID_VERIFICATION_FAILURE: :PRIMARY_BUSINESS_ENTITY_ID_VERIFICATION_FAILURE
|
|
99
|
+
PRIMARY_BUSINESS_ENTITY_ADDRESS_VERIFICATION_FAILURE: :PRIMARY_BUSINESS_ENTITY_ADDRESS_VERIFICATION_FAILURE
|
|
100
|
+
PRIMARY_BUSINESS_ENTITY_NAME_VERIFICATION_FAILURE: :PRIMARY_BUSINESS_ENTITY_NAME_VERIFICATION_FAILURE
|
|
101
|
+
PRIMARY_BUSINESS_ENTITY_BUSINESS_OFFICERS_NOT_MATCHED: :PRIMARY_BUSINESS_ENTITY_BUSINESS_OFFICERS_NOT_MATCHED
|
|
102
|
+
PRIMARY_BUSINESS_ENTITY_SOS_FILING_INACTIVE: :PRIMARY_BUSINESS_ENTITY_SOS_FILING_INACTIVE
|
|
103
|
+
PRIMARY_BUSINESS_ENTITY_SOS_NOT_MATCHED: :PRIMARY_BUSINESS_ENTITY_SOS_NOT_MATCHED
|
|
104
|
+
PRIMARY_BUSINESS_ENTITY_CMRA_FAILURE: :PRIMARY_BUSINESS_ENTITY_CMRA_FAILURE
|
|
105
|
+
PRIMARY_BUSINESS_ENTITY_WATCHLIST_FAILURE: :PRIMARY_BUSINESS_ENTITY_WATCHLIST_FAILURE
|
|
106
|
+
PRIMARY_BUSINESS_ENTITY_REGISTERED_AGENT_FAILURE: :PRIMARY_BUSINESS_ENTITY_REGISTERED_AGENT_FAILURE
|
|
107
|
+
CONTROL_PERSON_BLOCKLIST_ALERT_FAILURE: :CONTROL_PERSON_BLOCKLIST_ALERT_FAILURE
|
|
108
|
+
CONTROL_PERSON_ID_VERIFICATION_FAILURE: :CONTROL_PERSON_ID_VERIFICATION_FAILURE
|
|
109
|
+
CONTROL_PERSON_DOB_VERIFICATION_FAILURE: :CONTROL_PERSON_DOB_VERIFICATION_FAILURE
|
|
110
|
+
CONTROL_PERSON_NAME_VERIFICATION_FAILURE: :CONTROL_PERSON_NAME_VERIFICATION_FAILURE
|
|
111
|
+
|
|
112
|
+
def self?.values: -> ::Array[Lithic::Models::AccountHolders::EntityCreateResponse::status_reason]
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module AccountHolders
|
|
4
|
+
type entity_delete_params =
|
|
5
|
+
{ account_holder_token: String }
|
|
6
|
+
& Lithic::Internal::Type::request_parameters
|
|
7
|
+
|
|
8
|
+
class EntityDeleteParams < Lithic::Internal::Type::BaseModel
|
|
9
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
10
|
+
include Lithic::Internal::Type::RequestParameters
|
|
11
|
+
|
|
12
|
+
attr_accessor account_holder_token: String
|
|
13
|
+
|
|
14
|
+
def initialize: (
|
|
15
|
+
account_holder_token: String,
|
|
16
|
+
?request_options: Lithic::request_opts
|
|
17
|
+
) -> void
|
|
18
|
+
|
|
19
|
+
def to_hash: -> {
|
|
20
|
+
account_holder_token: String,
|
|
21
|
+
request_options: Lithic::RequestOptions
|
|
22
|
+
}
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Models
|
|
3
|
+
module AuthRules
|
|
4
|
+
type v2_list_results_params =
|
|
5
|
+
{
|
|
6
|
+
auth_rule_token: String,
|
|
7
|
+
ending_before: String,
|
|
8
|
+
event_token: String,
|
|
9
|
+
has_actions: bool,
|
|
10
|
+
page_size: Integer,
|
|
11
|
+
starting_after: String
|
|
12
|
+
}
|
|
13
|
+
& Lithic::Internal::Type::request_parameters
|
|
14
|
+
|
|
15
|
+
class V2ListResultsParams < Lithic::Internal::Type::BaseModel
|
|
16
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
17
|
+
include Lithic::Internal::Type::RequestParameters
|
|
18
|
+
|
|
19
|
+
attr_reader auth_rule_token: String?
|
|
20
|
+
|
|
21
|
+
def auth_rule_token=: (String) -> String
|
|
22
|
+
|
|
23
|
+
attr_reader ending_before: String?
|
|
24
|
+
|
|
25
|
+
def ending_before=: (String) -> String
|
|
26
|
+
|
|
27
|
+
attr_reader event_token: String?
|
|
28
|
+
|
|
29
|
+
def event_token=: (String) -> String
|
|
30
|
+
|
|
31
|
+
attr_reader has_actions: bool?
|
|
32
|
+
|
|
33
|
+
def has_actions=: (bool) -> bool
|
|
34
|
+
|
|
35
|
+
attr_reader page_size: Integer?
|
|
36
|
+
|
|
37
|
+
def page_size=: (Integer) -> Integer
|
|
38
|
+
|
|
39
|
+
attr_reader starting_after: String?
|
|
40
|
+
|
|
41
|
+
def starting_after=: (String) -> String
|
|
42
|
+
|
|
43
|
+
def initialize: (
|
|
44
|
+
?auth_rule_token: String,
|
|
45
|
+
?ending_before: String,
|
|
46
|
+
?event_token: String,
|
|
47
|
+
?has_actions: bool,
|
|
48
|
+
?page_size: Integer,
|
|
49
|
+
?starting_after: String,
|
|
50
|
+
?request_options: Lithic::request_opts
|
|
51
|
+
) -> void
|
|
52
|
+
|
|
53
|
+
def to_hash: -> {
|
|
54
|
+
auth_rule_token: String,
|
|
55
|
+
ending_before: String,
|
|
56
|
+
event_token: String,
|
|
57
|
+
has_actions: bool,
|
|
58
|
+
page_size: Integer,
|
|
59
|
+
starting_after: String,
|
|
60
|
+
request_options: Lithic::RequestOptions
|
|
61
|
+
}
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
end
|