increase 1.37.0 → 1.38.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 +16 -0
- data/README.md +1 -1
- data/lib/increase/internal/transport/pooled_net_requester.rb +1 -9
- data/lib/increase/internal/type/base_model.rb +1 -8
- data/lib/increase/internal/util.rb +1 -1
- data/lib/increase/models/ach_transfer.rb +1 -3
- data/lib/increase/models/ach_transfer_create_params.rb +2 -6
- data/lib/increase/models/card_payment.rb +25 -88
- data/lib/increase/models/check_transfer.rb +2 -7
- data/lib/increase/models/check_transfer_create_params.rb +2 -7
- data/lib/increase/models/declined_transaction.rb +8 -26
- data/lib/increase/models/entity.rb +1 -3
- data/lib/increase/models/entity_create_beneficial_owner_params.rb +5 -15
- data/lib/increase/models/entity_create_params.rb +14 -47
- data/lib/increase/models/inbound_ach_transfer.rb +6 -19
- data/lib/increase/models/inbound_check_deposit.rb +1 -4
- data/lib/increase/models/inbound_wire_transfer.rb +108 -1
- data/lib/increase/models/pending_transaction.rb +8 -27
- data/lib/increase/models/physical_card.rb +1 -3
- data/lib/increase/models/real_time_decision.rb +5 -18
- data/lib/increase/models/real_time_decision_action_params.rb +2 -8
- data/lib/increase/models/real_time_payments_transfer.rb +1 -4
- data/lib/increase/models/simulations/card_authorization_create_params.rb +3 -10
- data/lib/increase/models/simulations/card_token_create_params.rb +3 -9
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +2 -7
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +1 -3
- data/lib/increase/models/transaction.rb +10 -35
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/errors.rbi +2 -2
- data/rbi/increase/models/inbound_wire_transfer.rbi +110 -0
- data/sig/increase/models/inbound_wire_transfer.rbs +65 -0
- metadata +2 -2
|
@@ -120,10 +120,7 @@ module Increase
|
|
|
120
120
|
# The type of addenda to simulate being sent with the transfer.
|
|
121
121
|
#
|
|
122
122
|
# @return [Symbol, Increase::Models::Simulations::InboundACHTransferCreateParams::Addenda::Category]
|
|
123
|
-
required :category,
|
|
124
|
-
enum: -> {
|
|
125
|
-
Increase::Simulations::InboundACHTransferCreateParams::Addenda::Category
|
|
126
|
-
}
|
|
123
|
+
required :category, enum: -> { Increase::Simulations::InboundACHTransferCreateParams::Addenda::Category }
|
|
127
124
|
|
|
128
125
|
# @!attribute freeform
|
|
129
126
|
# Unstructured `payment_related_information` passed through with the transfer.
|
|
@@ -158,9 +155,7 @@ module Increase
|
|
|
158
155
|
#
|
|
159
156
|
# @return [Array<Increase::Models::Simulations::InboundACHTransferCreateParams::Addenda::Freeform::Entry>]
|
|
160
157
|
required :entries,
|
|
161
|
-
-> {
|
|
162
|
-
Increase::Internal::Type::ArrayOf[Increase::Simulations::InboundACHTransferCreateParams::Addenda::Freeform::Entry]
|
|
163
|
-
}
|
|
158
|
+
-> { Increase::Internal::Type::ArrayOf[Increase::Simulations::InboundACHTransferCreateParams::Addenda::Freeform::Entry] }
|
|
164
159
|
|
|
165
160
|
# @!method initialize(entries:)
|
|
166
161
|
# Unstructured `payment_related_information` passed through with the transfer.
|
|
@@ -25,9 +25,7 @@ module Increase
|
|
|
25
25
|
#
|
|
26
26
|
# @return [Symbol, Increase::Models::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode]
|
|
27
27
|
required :reject_reason_code,
|
|
28
|
-
enum: -> {
|
|
29
|
-
Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode
|
|
30
|
-
}
|
|
28
|
+
enum: -> { Increase::Simulations::RealTimePaymentsTransferCompleteParams::Rejection::RejectReasonCode }
|
|
31
29
|
|
|
32
30
|
# @!method initialize(reject_reason_code:)
|
|
33
31
|
# If set, the simulation will reject the transfer.
|
|
@@ -1135,10 +1135,7 @@ module Increase
|
|
|
1135
1135
|
# The type of card dispute financial event.
|
|
1136
1136
|
#
|
|
1137
1137
|
# @return [Symbol, Increase::Models::Transaction::Source::CardDisputeFinancial::Visa::EventType]
|
|
1138
|
-
required :event_type,
|
|
1139
|
-
enum: -> {
|
|
1140
|
-
Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType
|
|
1141
|
-
}
|
|
1138
|
+
required :event_type, enum: -> { Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType }
|
|
1142
1139
|
|
|
1143
1140
|
# @!method initialize(event_type:)
|
|
1144
1141
|
# Information for events related to card dispute for card payments processed over
|
|
@@ -2294,9 +2291,7 @@ module Increase
|
|
|
2294
2291
|
#
|
|
2295
2292
|
# @return [Array<Increase::Models::Transaction::Source::CardRefund::PurchaseDetails::Travel::Ancillary::Service>]
|
|
2296
2293
|
required :services,
|
|
2297
|
-
-> {
|
|
2298
|
-
Increase::Internal::Type::ArrayOf[Increase::Transaction::Source::CardRefund::PurchaseDetails::Travel::Ancillary::Service]
|
|
2299
|
-
}
|
|
2294
|
+
-> { Increase::Internal::Type::ArrayOf[Increase::Transaction::Source::CardRefund::PurchaseDetails::Travel::Ancillary::Service] }
|
|
2300
2295
|
|
|
2301
2296
|
# @!attribute ticket_document_number
|
|
2302
2297
|
# Ticket document number.
|
|
@@ -2783,10 +2778,7 @@ module Increase
|
|
|
2783
2778
|
# Network-specific identifiers for this refund.
|
|
2784
2779
|
#
|
|
2785
2780
|
# @return [Increase::Models::Transaction::Source::CardSettlement::NetworkIdentifiers]
|
|
2786
|
-
required :network_identifiers,
|
|
2787
|
-
-> {
|
|
2788
|
-
Increase::Transaction::Source::CardSettlement::NetworkIdentifiers
|
|
2789
|
-
}
|
|
2781
|
+
required :network_identifiers, -> { Increase::Transaction::Source::CardSettlement::NetworkIdentifiers }
|
|
2790
2782
|
|
|
2791
2783
|
# @!attribute pending_transaction_id
|
|
2792
2784
|
# The identifier of the Pending Transaction associated with this Transaction.
|
|
@@ -2989,10 +2981,7 @@ module Increase
|
|
|
2989
2981
|
# reimbursement.
|
|
2990
2982
|
#
|
|
2991
2983
|
# @return [Symbol, Increase::Models::Transaction::Source::CardSettlement::Interchange::Currency]
|
|
2992
|
-
required :currency,
|
|
2993
|
-
enum: -> {
|
|
2994
|
-
Increase::Transaction::Source::CardSettlement::Interchange::Currency
|
|
2995
|
-
}
|
|
2984
|
+
required :currency, enum: -> { Increase::Transaction::Source::CardSettlement::Interchange::Currency }
|
|
2996
2985
|
|
|
2997
2986
|
# @!method initialize(amount:, code:, currency:)
|
|
2998
2987
|
# Some parameter documentations has been truncated, see
|
|
@@ -3752,9 +3741,7 @@ module Increase
|
|
|
3752
3741
|
#
|
|
3753
3742
|
# @return [Array<Increase::Models::Transaction::Source::CardSettlement::PurchaseDetails::Travel::Ancillary::Service>]
|
|
3754
3743
|
required :services,
|
|
3755
|
-
-> {
|
|
3756
|
-
Increase::Internal::Type::ArrayOf[Increase::Transaction::Source::CardSettlement::PurchaseDetails::Travel::Ancillary::Service]
|
|
3757
|
-
}
|
|
3744
|
+
-> { Increase::Internal::Type::ArrayOf[Increase::Transaction::Source::CardSettlement::PurchaseDetails::Travel::Ancillary::Service] }
|
|
3758
3745
|
|
|
3759
3746
|
# @!attribute ticket_document_number
|
|
3760
3747
|
# Ticket document number.
|
|
@@ -4383,10 +4370,7 @@ module Increase
|
|
|
4383
4370
|
# against.
|
|
4384
4371
|
#
|
|
4385
4372
|
# @return [Symbol, Increase::Models::Transaction::Source::CheckDepositReturn::ReturnReason]
|
|
4386
|
-
required :return_reason,
|
|
4387
|
-
enum: -> {
|
|
4388
|
-
Increase::Transaction::Source::CheckDepositReturn::ReturnReason
|
|
4389
|
-
}
|
|
4373
|
+
required :return_reason, enum: -> { Increase::Transaction::Source::CheckDepositReturn::ReturnReason }
|
|
4390
4374
|
|
|
4391
4375
|
# @!attribute returned_at
|
|
4392
4376
|
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
@@ -4824,10 +4808,7 @@ module Increase
|
|
|
4824
4808
|
# The type of addendum.
|
|
4825
4809
|
#
|
|
4826
4810
|
# @return [Symbol, Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Category]
|
|
4827
|
-
required :category,
|
|
4828
|
-
enum: -> {
|
|
4829
|
-
Increase::Transaction::Source::InboundACHTransfer::Addenda::Category
|
|
4830
|
-
}
|
|
4811
|
+
required :category, enum: -> { Increase::Transaction::Source::InboundACHTransfer::Addenda::Category }
|
|
4831
4812
|
|
|
4832
4813
|
# @!attribute freeform
|
|
4833
4814
|
# Unstructured `payment_related_information` passed through by the originator.
|
|
@@ -4864,9 +4845,7 @@ module Increase
|
|
|
4864
4845
|
#
|
|
4865
4846
|
# @return [Array<Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry>]
|
|
4866
4847
|
required :entries,
|
|
4867
|
-
-> {
|
|
4868
|
-
Increase::Internal::Type::ArrayOf[Increase::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry]
|
|
4869
|
-
}
|
|
4848
|
+
-> { Increase::Internal::Type::ArrayOf[Increase::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry] }
|
|
4870
4849
|
|
|
4871
4850
|
# @!method initialize(entries:)
|
|
4872
4851
|
# Unstructured `payment_related_information` passed through by the originator.
|
|
@@ -5007,9 +4986,7 @@ module Increase
|
|
|
5007
4986
|
#
|
|
5008
4987
|
# @return [Symbol, Increase::Models::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency]
|
|
5009
4988
|
required :currency,
|
|
5010
|
-
enum: -> {
|
|
5011
|
-
Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency
|
|
5012
|
-
}
|
|
4989
|
+
enum: -> { Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency }
|
|
5013
4990
|
|
|
5014
4991
|
# @!attribute debtor_account_number
|
|
5015
4992
|
# The account number of the account that sent the transfer.
|
|
@@ -5128,9 +5105,7 @@ module Increase
|
|
|
5128
5105
|
#
|
|
5129
5106
|
# @return [Symbol, Increase::Models::Transaction::Source::InboundRealTimePaymentsTransferDecline::Currency]
|
|
5130
5107
|
required :currency,
|
|
5131
|
-
enum: -> {
|
|
5132
|
-
Increase::Transaction::Source::InboundRealTimePaymentsTransferDecline::Currency
|
|
5133
|
-
}
|
|
5108
|
+
enum: -> { Increase::Transaction::Source::InboundRealTimePaymentsTransferDecline::Currency }
|
|
5134
5109
|
|
|
5135
5110
|
# @!attribute debtor_account_number
|
|
5136
5111
|
# The account number of the account that sent the transfer.
|
data/lib/increase/version.rb
CHANGED
data/rbi/increase/errors.rbi
CHANGED
|
@@ -49,16 +49,61 @@ module Increase
|
|
|
49
49
|
sig { returns(Time) }
|
|
50
50
|
attr_accessor :created_at
|
|
51
51
|
|
|
52
|
+
# A free-form address field set by the sender.
|
|
53
|
+
sig { returns(T.nilable(String)) }
|
|
54
|
+
attr_accessor :creditor_address_line1
|
|
55
|
+
|
|
56
|
+
# A free-form address field set by the sender.
|
|
57
|
+
sig { returns(T.nilable(String)) }
|
|
58
|
+
attr_accessor :creditor_address_line2
|
|
59
|
+
|
|
60
|
+
# A free-form address field set by the sender.
|
|
61
|
+
sig { returns(T.nilable(String)) }
|
|
62
|
+
attr_accessor :creditor_address_line3
|
|
63
|
+
|
|
64
|
+
# A name set by the sender.
|
|
65
|
+
sig { returns(T.nilable(String)) }
|
|
66
|
+
attr_accessor :creditor_name
|
|
67
|
+
|
|
68
|
+
# A free-form address field set by the sender.
|
|
69
|
+
sig { returns(T.nilable(String)) }
|
|
70
|
+
attr_accessor :debtor_address_line1
|
|
71
|
+
|
|
72
|
+
# A free-form address field set by the sender.
|
|
73
|
+
sig { returns(T.nilable(String)) }
|
|
74
|
+
attr_accessor :debtor_address_line2
|
|
75
|
+
|
|
76
|
+
# A free-form address field set by the sender.
|
|
77
|
+
sig { returns(T.nilable(String)) }
|
|
78
|
+
attr_accessor :debtor_address_line3
|
|
79
|
+
|
|
80
|
+
# A name set by the sender.
|
|
81
|
+
sig { returns(T.nilable(String)) }
|
|
82
|
+
attr_accessor :debtor_name
|
|
83
|
+
|
|
52
84
|
# An Increase-constructed description of the transfer.
|
|
53
85
|
sig { returns(String) }
|
|
54
86
|
attr_accessor :description
|
|
55
87
|
|
|
88
|
+
# A free-form reference string set by the sender, to help identify the transfer.
|
|
89
|
+
sig { returns(T.nilable(String)) }
|
|
90
|
+
attr_accessor :end_to_end_identification
|
|
91
|
+
|
|
56
92
|
# A unique identifier available to the originating and receiving banks, commonly
|
|
57
93
|
# abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
|
|
58
94
|
# service and is helpful when debugging wires with the originating bank.
|
|
59
95
|
sig { returns(T.nilable(String)) }
|
|
60
96
|
attr_accessor :input_message_accountability_data
|
|
61
97
|
|
|
98
|
+
# The American Banking Association (ABA) routing number of the bank that sent the
|
|
99
|
+
# wire.
|
|
100
|
+
sig { returns(T.nilable(String)) }
|
|
101
|
+
attr_accessor :instructing_agent_routing_number
|
|
102
|
+
|
|
103
|
+
# The sending bank's identifier for the wire transfer.
|
|
104
|
+
sig { returns(T.nilable(String)) }
|
|
105
|
+
attr_accessor :instruction_identification
|
|
106
|
+
|
|
62
107
|
# The address of the wire originator, set by the sending bank.
|
|
63
108
|
sig { returns(T.nilable(String)) }
|
|
64
109
|
attr_accessor :originator_address_line1
|
|
@@ -125,6 +170,16 @@ module Increase
|
|
|
125
170
|
sig { returns(Increase::InboundWireTransfer::Type::TaggedSymbol) }
|
|
126
171
|
attr_accessor :type
|
|
127
172
|
|
|
173
|
+
# The Unique End-to-end Transaction Reference
|
|
174
|
+
# ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
|
|
175
|
+
# of the transfer.
|
|
176
|
+
sig { returns(T.nilable(String)) }
|
|
177
|
+
attr_accessor :unique_end_to_end_transaction_reference
|
|
178
|
+
|
|
179
|
+
# A free-form message set by the sender.
|
|
180
|
+
sig { returns(T.nilable(String)) }
|
|
181
|
+
attr_accessor :unstructured_remittance_information
|
|
182
|
+
|
|
128
183
|
# The wire drawdown request the inbound wire transfer is fulfilling.
|
|
129
184
|
sig { returns(T.nilable(String)) }
|
|
130
185
|
attr_accessor :wire_drawdown_request_id
|
|
@@ -143,8 +198,19 @@ module Increase
|
|
|
143
198
|
beneficiary_name: T.nilable(String),
|
|
144
199
|
beneficiary_reference: T.nilable(String),
|
|
145
200
|
created_at: Time,
|
|
201
|
+
creditor_address_line1: T.nilable(String),
|
|
202
|
+
creditor_address_line2: T.nilable(String),
|
|
203
|
+
creditor_address_line3: T.nilable(String),
|
|
204
|
+
creditor_name: T.nilable(String),
|
|
205
|
+
debtor_address_line1: T.nilable(String),
|
|
206
|
+
debtor_address_line2: T.nilable(String),
|
|
207
|
+
debtor_address_line3: T.nilable(String),
|
|
208
|
+
debtor_name: T.nilable(String),
|
|
146
209
|
description: String,
|
|
210
|
+
end_to_end_identification: T.nilable(String),
|
|
147
211
|
input_message_accountability_data: T.nilable(String),
|
|
212
|
+
instructing_agent_routing_number: T.nilable(String),
|
|
213
|
+
instruction_identification: T.nilable(String),
|
|
148
214
|
originator_address_line1: T.nilable(String),
|
|
149
215
|
originator_address_line2: T.nilable(String),
|
|
150
216
|
originator_address_line3: T.nilable(String),
|
|
@@ -159,6 +225,8 @@ module Increase
|
|
|
159
225
|
sender_reference: T.nilable(String),
|
|
160
226
|
status: Increase::InboundWireTransfer::Status::OrSymbol,
|
|
161
227
|
type: Increase::InboundWireTransfer::Type::OrSymbol,
|
|
228
|
+
unique_end_to_end_transaction_reference: T.nilable(String),
|
|
229
|
+
unstructured_remittance_information: T.nilable(String),
|
|
162
230
|
wire_drawdown_request_id: T.nilable(String)
|
|
163
231
|
).returns(T.attached_class)
|
|
164
232
|
end
|
|
@@ -184,12 +252,35 @@ module Increase
|
|
|
184
252
|
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
185
253
|
# the inbound wire transfer was created.
|
|
186
254
|
created_at:,
|
|
255
|
+
# A free-form address field set by the sender.
|
|
256
|
+
creditor_address_line1:,
|
|
257
|
+
# A free-form address field set by the sender.
|
|
258
|
+
creditor_address_line2:,
|
|
259
|
+
# A free-form address field set by the sender.
|
|
260
|
+
creditor_address_line3:,
|
|
261
|
+
# A name set by the sender.
|
|
262
|
+
creditor_name:,
|
|
263
|
+
# A free-form address field set by the sender.
|
|
264
|
+
debtor_address_line1:,
|
|
265
|
+
# A free-form address field set by the sender.
|
|
266
|
+
debtor_address_line2:,
|
|
267
|
+
# A free-form address field set by the sender.
|
|
268
|
+
debtor_address_line3:,
|
|
269
|
+
# A name set by the sender.
|
|
270
|
+
debtor_name:,
|
|
187
271
|
# An Increase-constructed description of the transfer.
|
|
188
272
|
description:,
|
|
273
|
+
# A free-form reference string set by the sender, to help identify the transfer.
|
|
274
|
+
end_to_end_identification:,
|
|
189
275
|
# A unique identifier available to the originating and receiving banks, commonly
|
|
190
276
|
# abbreviated as IMAD. It is created when the wire is submitted to the Fedwire
|
|
191
277
|
# service and is helpful when debugging wires with the originating bank.
|
|
192
278
|
input_message_accountability_data:,
|
|
279
|
+
# The American Banking Association (ABA) routing number of the bank that sent the
|
|
280
|
+
# wire.
|
|
281
|
+
instructing_agent_routing_number:,
|
|
282
|
+
# The sending bank's identifier for the wire transfer.
|
|
283
|
+
instruction_identification:,
|
|
193
284
|
# The address of the wire originator, set by the sending bank.
|
|
194
285
|
originator_address_line1:,
|
|
195
286
|
# The address of the wire originator, set by the sending bank.
|
|
@@ -221,6 +312,12 @@ module Increase
|
|
|
221
312
|
# A constant representing the object's type. For this resource it will always be
|
|
222
313
|
# `inbound_wire_transfer`.
|
|
223
314
|
type:,
|
|
315
|
+
# The Unique End-to-end Transaction Reference
|
|
316
|
+
# ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
|
|
317
|
+
# of the transfer.
|
|
318
|
+
unique_end_to_end_transaction_reference:,
|
|
319
|
+
# A free-form message set by the sender.
|
|
320
|
+
unstructured_remittance_information:,
|
|
224
321
|
# The wire drawdown request the inbound wire transfer is fulfilling.
|
|
225
322
|
wire_drawdown_request_id:
|
|
226
323
|
)
|
|
@@ -239,8 +336,19 @@ module Increase
|
|
|
239
336
|
beneficiary_name: T.nilable(String),
|
|
240
337
|
beneficiary_reference: T.nilable(String),
|
|
241
338
|
created_at: Time,
|
|
339
|
+
creditor_address_line1: T.nilable(String),
|
|
340
|
+
creditor_address_line2: T.nilable(String),
|
|
341
|
+
creditor_address_line3: T.nilable(String),
|
|
342
|
+
creditor_name: T.nilable(String),
|
|
343
|
+
debtor_address_line1: T.nilable(String),
|
|
344
|
+
debtor_address_line2: T.nilable(String),
|
|
345
|
+
debtor_address_line3: T.nilable(String),
|
|
346
|
+
debtor_name: T.nilable(String),
|
|
242
347
|
description: String,
|
|
348
|
+
end_to_end_identification: T.nilable(String),
|
|
243
349
|
input_message_accountability_data: T.nilable(String),
|
|
350
|
+
instructing_agent_routing_number: T.nilable(String),
|
|
351
|
+
instruction_identification: T.nilable(String),
|
|
244
352
|
originator_address_line1: T.nilable(String),
|
|
245
353
|
originator_address_line2: T.nilable(String),
|
|
246
354
|
originator_address_line3: T.nilable(String),
|
|
@@ -255,6 +363,8 @@ module Increase
|
|
|
255
363
|
sender_reference: T.nilable(String),
|
|
256
364
|
status: Increase::InboundWireTransfer::Status::TaggedSymbol,
|
|
257
365
|
type: Increase::InboundWireTransfer::Type::TaggedSymbol,
|
|
366
|
+
unique_end_to_end_transaction_reference: T.nilable(String),
|
|
367
|
+
unstructured_remittance_information: T.nilable(String),
|
|
258
368
|
wire_drawdown_request_id: T.nilable(String)
|
|
259
369
|
}
|
|
260
370
|
)
|
|
@@ -12,8 +12,19 @@ module Increase
|
|
|
12
12
|
beneficiary_name: String?,
|
|
13
13
|
beneficiary_reference: String?,
|
|
14
14
|
created_at: Time,
|
|
15
|
+
:creditor_address_line1 => String?,
|
|
16
|
+
:creditor_address_line2 => String?,
|
|
17
|
+
:creditor_address_line3 => String?,
|
|
18
|
+
creditor_name: String?,
|
|
19
|
+
:debtor_address_line1 => String?,
|
|
20
|
+
:debtor_address_line2 => String?,
|
|
21
|
+
:debtor_address_line3 => String?,
|
|
22
|
+
debtor_name: String?,
|
|
15
23
|
description: String,
|
|
24
|
+
end_to_end_identification: String?,
|
|
16
25
|
input_message_accountability_data: String?,
|
|
26
|
+
instructing_agent_routing_number: String?,
|
|
27
|
+
instruction_identification: String?,
|
|
17
28
|
:originator_address_line1 => String?,
|
|
18
29
|
:originator_address_line2 => String?,
|
|
19
30
|
:originator_address_line3 => String?,
|
|
@@ -28,6 +39,8 @@ module Increase
|
|
|
28
39
|
sender_reference: String?,
|
|
29
40
|
status: Increase::Models::InboundWireTransfer::status,
|
|
30
41
|
type: Increase::Models::InboundWireTransfer::type_,
|
|
42
|
+
unique_end_to_end_transaction_reference: String?,
|
|
43
|
+
unstructured_remittance_information: String?,
|
|
31
44
|
wire_drawdown_request_id: String?
|
|
32
45
|
}
|
|
33
46
|
|
|
@@ -52,10 +65,32 @@ module Increase
|
|
|
52
65
|
|
|
53
66
|
attr_accessor created_at: Time
|
|
54
67
|
|
|
68
|
+
attr_accessor creditor_address_line1: String?
|
|
69
|
+
|
|
70
|
+
attr_accessor creditor_address_line2: String?
|
|
71
|
+
|
|
72
|
+
attr_accessor creditor_address_line3: String?
|
|
73
|
+
|
|
74
|
+
attr_accessor creditor_name: String?
|
|
75
|
+
|
|
76
|
+
attr_accessor debtor_address_line1: String?
|
|
77
|
+
|
|
78
|
+
attr_accessor debtor_address_line2: String?
|
|
79
|
+
|
|
80
|
+
attr_accessor debtor_address_line3: String?
|
|
81
|
+
|
|
82
|
+
attr_accessor debtor_name: String?
|
|
83
|
+
|
|
55
84
|
attr_accessor description: String
|
|
56
85
|
|
|
86
|
+
attr_accessor end_to_end_identification: String?
|
|
87
|
+
|
|
57
88
|
attr_accessor input_message_accountability_data: String?
|
|
58
89
|
|
|
90
|
+
attr_accessor instructing_agent_routing_number: String?
|
|
91
|
+
|
|
92
|
+
attr_accessor instruction_identification: String?
|
|
93
|
+
|
|
59
94
|
attr_accessor originator_address_line1: String?
|
|
60
95
|
|
|
61
96
|
attr_accessor originator_address_line2: String?
|
|
@@ -84,6 +119,10 @@ module Increase
|
|
|
84
119
|
|
|
85
120
|
attr_accessor type: Increase::Models::InboundWireTransfer::type_
|
|
86
121
|
|
|
122
|
+
attr_accessor unique_end_to_end_transaction_reference: String?
|
|
123
|
+
|
|
124
|
+
attr_accessor unstructured_remittance_information: String?
|
|
125
|
+
|
|
87
126
|
attr_accessor wire_drawdown_request_id: String?
|
|
88
127
|
|
|
89
128
|
def initialize: (
|
|
@@ -97,8 +136,19 @@ module Increase
|
|
|
97
136
|
beneficiary_name: String?,
|
|
98
137
|
beneficiary_reference: String?,
|
|
99
138
|
created_at: Time,
|
|
139
|
+
creditor_address_line1: String?,
|
|
140
|
+
creditor_address_line2: String?,
|
|
141
|
+
creditor_address_line3: String?,
|
|
142
|
+
creditor_name: String?,
|
|
143
|
+
debtor_address_line1: String?,
|
|
144
|
+
debtor_address_line2: String?,
|
|
145
|
+
debtor_address_line3: String?,
|
|
146
|
+
debtor_name: String?,
|
|
100
147
|
description: String,
|
|
148
|
+
end_to_end_identification: String?,
|
|
101
149
|
input_message_accountability_data: String?,
|
|
150
|
+
instructing_agent_routing_number: String?,
|
|
151
|
+
instruction_identification: String?,
|
|
102
152
|
originator_address_line1: String?,
|
|
103
153
|
originator_address_line2: String?,
|
|
104
154
|
originator_address_line3: String?,
|
|
@@ -113,6 +163,8 @@ module Increase
|
|
|
113
163
|
sender_reference: String?,
|
|
114
164
|
status: Increase::Models::InboundWireTransfer::status,
|
|
115
165
|
type: Increase::Models::InboundWireTransfer::type_,
|
|
166
|
+
unique_end_to_end_transaction_reference: String?,
|
|
167
|
+
unstructured_remittance_information: String?,
|
|
116
168
|
wire_drawdown_request_id: String?
|
|
117
169
|
) -> void
|
|
118
170
|
|
|
@@ -127,8 +179,19 @@ module Increase
|
|
|
127
179
|
beneficiary_name: String?,
|
|
128
180
|
beneficiary_reference: String?,
|
|
129
181
|
created_at: Time,
|
|
182
|
+
:creditor_address_line1 => String?,
|
|
183
|
+
:creditor_address_line2 => String?,
|
|
184
|
+
:creditor_address_line3 => String?,
|
|
185
|
+
creditor_name: String?,
|
|
186
|
+
:debtor_address_line1 => String?,
|
|
187
|
+
:debtor_address_line2 => String?,
|
|
188
|
+
:debtor_address_line3 => String?,
|
|
189
|
+
debtor_name: String?,
|
|
130
190
|
description: String,
|
|
191
|
+
end_to_end_identification: String?,
|
|
131
192
|
input_message_accountability_data: String?,
|
|
193
|
+
instructing_agent_routing_number: String?,
|
|
194
|
+
instruction_identification: String?,
|
|
132
195
|
:originator_address_line1 => String?,
|
|
133
196
|
:originator_address_line2 => String?,
|
|
134
197
|
:originator_address_line3 => String?,
|
|
@@ -143,6 +206,8 @@ module Increase
|
|
|
143
206
|
sender_reference: String?,
|
|
144
207
|
status: Increase::Models::InboundWireTransfer::status,
|
|
145
208
|
type: Increase::Models::InboundWireTransfer::type_,
|
|
209
|
+
unique_end_to_end_transaction_reference: String?,
|
|
210
|
+
unstructured_remittance_information: String?,
|
|
146
211
|
wire_drawdown_request_id: String?
|
|
147
212
|
}
|
|
148
213
|
|
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.38.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-08-
|
|
11
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|