increase 1.347.0 → 1.349.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/README.md +1 -1
- data/lib/increase/models/account_create_params.rb +15 -15
- data/lib/increase/models/ach_prenotification_create_params.rb +2 -2
- data/lib/increase/models/ach_transfer.rb +2 -2
- data/lib/increase/models/ach_transfer_create_params.rb +1 -24
- data/lib/increase/models/balance_lookup.rb +49 -1
- data/lib/increase/models/beneficial_owner_update_params.rb +9 -1
- data/lib/increase/models/card.rb +43 -1
- data/lib/increase/models/card_create_params.rb +42 -1
- data/lib/increase/models/card_dispute.rb +1 -1
- data/lib/increase/models/card_dispute_list_params.rb +1 -1
- data/lib/increase/models/card_payment.rb +18 -1
- data/lib/increase/models/check_transfer.rb +13 -1
- data/lib/increase/models/check_transfer_create_params.rb +25 -13
- data/lib/increase/models/entity.rb +315 -5
- data/lib/increase/models/entity_update_params.rb +754 -1
- data/lib/increase/models/event.rb +12 -0
- data/lib/increase/models/event_list_params.rb +12 -0
- data/lib/increase/models/event_subscription.rb +12 -0
- data/lib/increase/models/event_subscription_create_params.rb +12 -0
- data/lib/increase/models/file.rb +7 -6
- data/lib/increase/models/inbound_ach_transfer.rb +6 -6
- data/lib/increase/models/inbound_check_deposit.rb +5 -2
- data/lib/increase/models/inbound_fednow_transfer.rb +18 -1
- data/lib/increase/models/pending_transaction.rb +25 -8
- data/lib/increase/models/pending_transaction_list_params.rb +1 -1
- data/lib/increase/models/physical_card_create_params.rb +6 -3
- data/lib/increase/models/real_time_decision.rb +18 -1
- data/lib/increase/models/real_time_payments_transfer.rb +30 -19
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
- data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +8 -11
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
- data/lib/increase/models/transaction.rb +5 -2
- data/lib/increase/models/unwrap_webhook_event.rb +12 -0
- data/lib/increase/models/wire_transfer_create_params.rb +100 -42
- data/lib/increase/resources/ach_prenotifications.rb +1 -1
- data/lib/increase/resources/ach_transfers.rb +1 -4
- data/lib/increase/resources/beneficial_owners.rb +3 -1
- data/lib/increase/resources/cards.rb +5 -1
- data/lib/increase/resources/physical_cards.rb +2 -1
- data/lib/increase/resources/real_time_payments_transfers.rb +5 -1
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +4 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +37 -21
- data/rbi/increase/models/ach_prenotification_create_params.rbi +2 -2
- data/rbi/increase/models/ach_transfer.rbi +2 -2
- data/rbi/increase/models/ach_transfer_create_params.rbi +0 -59
- data/rbi/increase/models/balance_lookup.rbi +48 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +11 -0
- data/rbi/increase/models/card.rbi +63 -0
- data/rbi/increase/models/card_create_params.rbi +65 -0
- data/rbi/increase/models/card_dispute.rbi +1 -1
- data/rbi/increase/models/card_dispute_list_params.rbi +1 -1
- data/rbi/increase/models/card_payment.rbi +16 -0
- data/rbi/increase/models/check_transfer.rbi +15 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +26 -12
- data/rbi/increase/models/entity.rbi +552 -3
- data/rbi/increase/models/entity_update_params.rbi +1326 -3
- data/rbi/increase/models/event.rbi +28 -0
- data/rbi/increase/models/event_list_params.rbi +28 -0
- data/rbi/increase/models/event_subscription.rbi +28 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +28 -0
- data/rbi/increase/models/file.rbi +7 -6
- data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
- data/rbi/increase/models/inbound_check_deposit.rbi +4 -2
- data/rbi/increase/models/inbound_fednow_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction.rbi +23 -7
- data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
- data/rbi/increase/models/physical_card_create_params.rbi +6 -3
- data/rbi/increase/models/real_time_decision.rbi +16 -0
- data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
- data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
- data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/simulations/inbound_check_deposit_adjustment_params.rbi +8 -23
- data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
- data/rbi/increase/models/transaction.rbi +4 -2
- data/rbi/increase/models/unwrap_webhook_event.rbi +28 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +146 -62
- data/rbi/increase/resources/ach_prenotifications.rbi +1 -1
- data/rbi/increase/resources/ach_transfers.rbi +0 -4
- data/rbi/increase/resources/beneficial_owners.rbi +3 -0
- data/rbi/increase/resources/cards.rbi +4 -0
- data/rbi/increase/resources/physical_cards.rbi +2 -1
- data/rbi/increase/resources/real_time_payments_transfers.rbi +4 -0
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +4 -1
- data/sig/increase/models/account_create_params.rbs +20 -12
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
- data/sig/increase/models/balance_lookup.rbs +30 -0
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
- data/sig/increase/models/card.rbs +19 -0
- data/sig/increase/models/card_create_params.rbs +25 -0
- data/sig/increase/models/card_dispute.rbs +1 -1
- data/sig/increase/models/card_dispute_list_params.rbs +1 -1
- data/sig/increase/models/card_payment.rbs +5 -0
- data/sig/increase/models/check_transfer.rbs +9 -0
- data/sig/increase/models/check_transfer_create_params.rbs +7 -0
- data/sig/increase/models/entity.rbs +248 -5
- data/sig/increase/models/entity_update_params.rbs +585 -3
- data/sig/increase/models/event.rbs +16 -0
- data/sig/increase/models/event_list_params.rbs +16 -0
- data/sig/increase/models/event_subscription.rbs +16 -0
- data/sig/increase/models/event_subscription_create_params.rbs +16 -0
- data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
- data/sig/increase/models/inbound_fednow_transfer.rbs +10 -0
- data/sig/increase/models/pending_transaction.rbs +6 -1
- data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
- data/sig/increase/models/real_time_decision.rbs +5 -0
- data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
- data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
- data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
- data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
- data/sig/increase/models/simulations/inbound_check_deposit_adjustment_params.rbs +1 -15
- data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
- data/sig/increase/models/unwrap_webhook_event.rbs +16 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +78 -32
- data/sig/increase/resources/ach_transfers.rbs +0 -1
- data/sig/increase/resources/beneficial_owners.rbs +1 -0
- data/sig/increase/resources/cards.rbs +1 -0
- data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -74,61 +74,61 @@ module Increase
|
|
|
74
74
|
module RejectReasonCode
|
|
75
75
|
extend Increase::Internal::Type::Enum
|
|
76
76
|
|
|
77
|
-
# The destination account is closed. Corresponds to the Real-Time Payments reason code
|
|
77
|
+
# The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
|
|
78
78
|
ACCOUNT_CLOSED: :account_closed
|
|
79
79
|
|
|
80
|
-
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code
|
|
80
|
+
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
|
|
81
81
|
ACCOUNT_BLOCKED: :account_blocked
|
|
82
82
|
|
|
83
|
-
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code
|
|
83
|
+
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
|
|
84
84
|
INVALID_CREDITOR_ACCOUNT_TYPE: :invalid_creditor_account_type
|
|
85
85
|
|
|
86
|
-
# The destination account does not exist. Corresponds to the Real-Time Payments reason code
|
|
86
|
+
# The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
|
|
87
87
|
INVALID_CREDITOR_ACCOUNT_NUMBER: :invalid_creditor_account_number
|
|
88
88
|
|
|
89
|
-
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code
|
|
89
|
+
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
|
|
90
90
|
INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER: :invalid_creditor_financial_institution_identifier
|
|
91
91
|
|
|
92
|
-
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code
|
|
92
|
+
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
|
|
93
93
|
END_CUSTOMER_DECEASED: :end_customer_deceased
|
|
94
94
|
|
|
95
95
|
# The reason is provided as narrative information in the additional information field.
|
|
96
96
|
NARRATIVE: :narrative
|
|
97
97
|
|
|
98
|
-
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code
|
|
98
|
+
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
|
|
99
99
|
TRANSACTION_FORBIDDEN: :transaction_forbidden
|
|
100
100
|
|
|
101
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
101
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
|
|
102
102
|
TRANSACTION_TYPE_NOT_SUPPORTED: :transaction_type_not_supported
|
|
103
103
|
|
|
104
|
-
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code
|
|
104
|
+
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
|
|
105
105
|
UNEXPECTED_AMOUNT: :unexpected_amount
|
|
106
106
|
|
|
107
|
-
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code
|
|
107
|
+
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
|
|
108
108
|
AMOUNT_EXCEEDS_BANK_LIMITS: :amount_exceeds_bank_limits
|
|
109
109
|
|
|
110
|
-
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
110
|
+
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
|
|
111
111
|
INVALID_CREDITOR_ADDRESS: :invalid_creditor_address
|
|
112
112
|
|
|
113
|
-
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code
|
|
113
|
+
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
|
|
114
114
|
UNKNOWN_END_CUSTOMER: :unknown_end_customer
|
|
115
115
|
|
|
116
|
-
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
116
|
+
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
|
|
117
117
|
INVALID_DEBTOR_ADDRESS: :invalid_debtor_address
|
|
118
118
|
|
|
119
|
-
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code
|
|
119
|
+
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
|
|
120
120
|
TIMEOUT: :timeout
|
|
121
121
|
|
|
122
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
122
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
|
|
123
123
|
UNSUPPORTED_MESSAGE_FOR_RECIPIENT: :unsupported_message_for_recipient
|
|
124
124
|
|
|
125
|
-
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
125
|
+
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
|
|
126
126
|
RECIPIENT_CONNECTION_NOT_AVAILABLE: :recipient_connection_not_available
|
|
127
127
|
|
|
128
|
-
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code
|
|
128
|
+
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
|
|
129
129
|
REAL_TIME_PAYMENTS_SUSPENDED: :real_time_payments_suspended
|
|
130
130
|
|
|
131
|
-
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
131
|
+
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
|
|
132
132
|
INSTRUCTED_AGENT_SIGNED_OFF: :instructed_agent_signed_off
|
|
133
133
|
|
|
134
134
|
# The transfer was rejected due to an internal Increase issue. We have been notified.
|
|
@@ -119,11 +119,14 @@ module Increase
|
|
|
119
119
|
| :"loan_application.created"
|
|
120
120
|
| :"loan_application.updated"
|
|
121
121
|
| :"loan_distribution.created"
|
|
122
|
+
| :"loan_obligation.created"
|
|
122
123
|
| :"loan_offer.created"
|
|
123
124
|
| :"loan_offer.updated"
|
|
124
125
|
| :"loan_purchase.created"
|
|
125
126
|
| :"lockbox.created"
|
|
126
127
|
| :"lockbox.updated"
|
|
128
|
+
| :"lockbox_address.created"
|
|
129
|
+
| :"lockbox_address.updated"
|
|
127
130
|
| :"oauth_connection.created"
|
|
128
131
|
| :"oauth_connection.deactivated"
|
|
129
132
|
| :"card_push_transfer.created"
|
|
@@ -138,6 +141,7 @@ module Increase
|
|
|
138
141
|
| :"physical_card_profile.updated"
|
|
139
142
|
| :"physical_check.created"
|
|
140
143
|
| :"physical_check.updated"
|
|
144
|
+
| :"plaid_processor_token.created"
|
|
141
145
|
| :"checkbook.created"
|
|
142
146
|
| :"checkbook.updated"
|
|
143
147
|
| :"program.created"
|
|
@@ -396,6 +400,9 @@ module Increase
|
|
|
396
400
|
# Occurs whenever a Loan Distribution is created.
|
|
397
401
|
LOAN_DISTRIBUTION_CREATED: :"loan_distribution.created"
|
|
398
402
|
|
|
403
|
+
# Occurs whenever a Loan Obligation is created.
|
|
404
|
+
LOAN_OBLIGATION_CREATED: :"loan_obligation.created"
|
|
405
|
+
|
|
399
406
|
# Occurs whenever a Loan Offer is created.
|
|
400
407
|
LOAN_OFFER_CREATED: :"loan_offer.created"
|
|
401
408
|
|
|
@@ -411,6 +418,12 @@ module Increase
|
|
|
411
418
|
# Occurs whenever a Lockbox is updated.
|
|
412
419
|
LOCKBOX_UPDATED: :"lockbox.updated"
|
|
413
420
|
|
|
421
|
+
# Occurs whenever a Lockbox Address is created.
|
|
422
|
+
LOCKBOX_ADDRESS_CREATED: :"lockbox_address.created"
|
|
423
|
+
|
|
424
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
425
|
+
LOCKBOX_ADDRESS_UPDATED: :"lockbox_address.updated"
|
|
426
|
+
|
|
414
427
|
# Occurs whenever an OAuth Connection is created.
|
|
415
428
|
OAUTH_CONNECTION_CREATED: :"oauth_connection.created"
|
|
416
429
|
|
|
@@ -453,6 +466,9 @@ module Increase
|
|
|
453
466
|
# Occurs whenever a Physical Check is updated.
|
|
454
467
|
PHYSICAL_CHECK_UPDATED: :"physical_check.updated"
|
|
455
468
|
|
|
469
|
+
# Occurs whenever a Plaid Processor Token is created.
|
|
470
|
+
PLAID_PROCESSOR_TOKEN_CREATED: :"plaid_processor_token.created"
|
|
471
|
+
|
|
456
472
|
# Occurs whenever a Checkbook is created.
|
|
457
473
|
CHECKBOOK_CREATED: :"checkbook.created"
|
|
458
474
|
|
|
@@ -115,48 +115,71 @@ module Increase
|
|
|
115
115
|
|
|
116
116
|
type address =
|
|
117
117
|
{
|
|
118
|
-
|
|
118
|
+
structured: Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
class Address < Increase::Internal::Type::BaseModel
|
|
122
|
-
attr_reader
|
|
122
|
+
attr_reader structured: Increase::WireTransferCreateParams::Creditor::Address::Structured?
|
|
123
123
|
|
|
124
|
-
def
|
|
125
|
-
Increase::WireTransferCreateParams::Creditor::Address::
|
|
126
|
-
) -> Increase::WireTransferCreateParams::Creditor::Address::
|
|
124
|
+
def structured=: (
|
|
125
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
126
|
+
) -> Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
127
127
|
|
|
128
128
|
def initialize: (
|
|
129
|
-
?
|
|
129
|
+
?structured: Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
130
130
|
) -> void
|
|
131
131
|
|
|
132
132
|
def to_hash: -> {
|
|
133
|
-
|
|
133
|
+
structured: Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
type
|
|
137
|
-
{
|
|
136
|
+
type structured =
|
|
137
|
+
{
|
|
138
|
+
city: String,
|
|
139
|
+
country: String,
|
|
140
|
+
:line1 => String,
|
|
141
|
+
:line2 => String,
|
|
142
|
+
postal_code: String,
|
|
143
|
+
state: String
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
147
|
+
attr_accessor city: String
|
|
138
148
|
|
|
139
|
-
|
|
140
|
-
|
|
149
|
+
attr_accessor country: String
|
|
150
|
+
|
|
151
|
+
attr_reader line1: String?
|
|
152
|
+
|
|
153
|
+
def line1=: (String) -> String
|
|
141
154
|
|
|
142
155
|
attr_reader line2: String?
|
|
143
156
|
|
|
144
157
|
def line2=: (String) -> String
|
|
145
158
|
|
|
146
|
-
attr_reader
|
|
159
|
+
attr_reader postal_code: String?
|
|
160
|
+
|
|
161
|
+
def postal_code=: (String) -> String
|
|
162
|
+
|
|
163
|
+
attr_reader state: String?
|
|
147
164
|
|
|
148
|
-
def
|
|
165
|
+
def state=: (String) -> String
|
|
149
166
|
|
|
150
167
|
def initialize: (
|
|
151
|
-
|
|
168
|
+
city: String,
|
|
169
|
+
country: String,
|
|
170
|
+
?line1: String,
|
|
152
171
|
?line2: String,
|
|
153
|
-
?
|
|
172
|
+
?postal_code: String,
|
|
173
|
+
?state: String
|
|
154
174
|
) -> void
|
|
155
175
|
|
|
156
176
|
def to_hash: -> {
|
|
177
|
+
city: String,
|
|
178
|
+
country: String,
|
|
157
179
|
:line1 => String,
|
|
158
180
|
:line2 => String,
|
|
159
|
-
:
|
|
181
|
+
postal_code: String,
|
|
182
|
+
state: String
|
|
160
183
|
}
|
|
161
184
|
end
|
|
162
185
|
end
|
|
@@ -271,48 +294,71 @@ module Increase
|
|
|
271
294
|
|
|
272
295
|
type address =
|
|
273
296
|
{
|
|
274
|
-
|
|
297
|
+
structured: Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
275
298
|
}
|
|
276
299
|
|
|
277
300
|
class Address < Increase::Internal::Type::BaseModel
|
|
278
|
-
attr_reader
|
|
301
|
+
attr_reader structured: Increase::WireTransferCreateParams::Debtor::Address::Structured?
|
|
279
302
|
|
|
280
|
-
def
|
|
281
|
-
Increase::WireTransferCreateParams::Debtor::Address::
|
|
282
|
-
) -> Increase::WireTransferCreateParams::Debtor::Address::
|
|
303
|
+
def structured=: (
|
|
304
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
305
|
+
) -> Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
283
306
|
|
|
284
307
|
def initialize: (
|
|
285
|
-
?
|
|
308
|
+
?structured: Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
286
309
|
) -> void
|
|
287
310
|
|
|
288
311
|
def to_hash: -> {
|
|
289
|
-
|
|
312
|
+
structured: Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
290
313
|
}
|
|
291
314
|
|
|
292
|
-
type
|
|
293
|
-
{
|
|
315
|
+
type structured =
|
|
316
|
+
{
|
|
317
|
+
city: String,
|
|
318
|
+
country: String,
|
|
319
|
+
:line1 => String,
|
|
320
|
+
:line2 => String,
|
|
321
|
+
postal_code: String,
|
|
322
|
+
state: String
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
326
|
+
attr_accessor city: String
|
|
294
327
|
|
|
295
|
-
|
|
296
|
-
|
|
328
|
+
attr_accessor country: String
|
|
329
|
+
|
|
330
|
+
attr_reader line1: String?
|
|
331
|
+
|
|
332
|
+
def line1=: (String) -> String
|
|
297
333
|
|
|
298
334
|
attr_reader line2: String?
|
|
299
335
|
|
|
300
336
|
def line2=: (String) -> String
|
|
301
337
|
|
|
302
|
-
attr_reader
|
|
338
|
+
attr_reader postal_code: String?
|
|
339
|
+
|
|
340
|
+
def postal_code=: (String) -> String
|
|
341
|
+
|
|
342
|
+
attr_reader state: String?
|
|
303
343
|
|
|
304
|
-
def
|
|
344
|
+
def state=: (String) -> String
|
|
305
345
|
|
|
306
346
|
def initialize: (
|
|
307
|
-
|
|
347
|
+
city: String,
|
|
348
|
+
country: String,
|
|
349
|
+
?line1: String,
|
|
308
350
|
?line2: String,
|
|
309
|
-
?
|
|
351
|
+
?postal_code: String,
|
|
352
|
+
?state: String
|
|
310
353
|
) -> void
|
|
311
354
|
|
|
312
355
|
def to_hash: -> {
|
|
356
|
+
city: String,
|
|
357
|
+
country: String,
|
|
313
358
|
:line1 => String,
|
|
314
359
|
:line2 => String,
|
|
315
|
-
:
|
|
360
|
+
postal_code: String,
|
|
361
|
+
state: String
|
|
316
362
|
}
|
|
317
363
|
end
|
|
318
364
|
end
|
|
@@ -20,7 +20,6 @@ module Increase
|
|
|
20
20
|
?require_approval: bool,
|
|
21
21
|
?routing_number: String,
|
|
22
22
|
?standard_entry_class_code: Increase::Models::ACHTransferCreateParams::standard_entry_class_code,
|
|
23
|
-
?transaction_timing: Increase::Models::ACHTransferCreateParams::transaction_timing,
|
|
24
23
|
?request_options: Increase::request_opts
|
|
25
24
|
) -> Increase::ACHTransfer
|
|
26
25
|
|
|
@@ -18,6 +18,7 @@ module Increase
|
|
|
18
18
|
String entity_beneficial_owner_id,
|
|
19
19
|
?address: Increase::BeneficialOwnerUpdateParams::Address,
|
|
20
20
|
?confirmed_no_us_tax_id: bool,
|
|
21
|
+
?date_of_birth: Date,
|
|
21
22
|
?identification: Increase::BeneficialOwnerUpdateParams::Identification,
|
|
22
23
|
?name: String,
|
|
23
24
|
?prongs: ::Array[Increase::Models::BeneficialOwnerUpdateParams::prong],
|
|
@@ -5,6 +5,7 @@ module Increase
|
|
|
5
5
|
account_id: String,
|
|
6
6
|
?authorization_controls: Increase::CardCreateParams::AuthorizationControls,
|
|
7
7
|
?billing_address: Increase::CardCreateParams::BillingAddress,
|
|
8
|
+
?cardholder_name: Increase::CardCreateParams::CardholderName,
|
|
8
9
|
?description: String,
|
|
9
10
|
?digital_wallet: Increase::CardCreateParams::DigitalWallet,
|
|
10
11
|
?entity_id: String,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: increase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.349.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|