increase 1.130.0 → 1.132.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/models/account.rb +0 -15
- data/lib/increase/models/account_transfer.rb +0 -15
- data/lib/increase/models/ach_transfer.rb +0 -30
- data/lib/increase/models/card_payment.rb +0 -210
- data/lib/increase/models/card_push_transfer.rb +0 -15
- data/lib/increase/models/check_deposit.rb +0 -60
- data/lib/increase/models/check_transfer.rb +11 -16
- data/lib/increase/models/check_transfer_create_params.rb +11 -1
- data/lib/increase/models/declined_transaction.rb +0 -60
- data/lib/increase/models/fednow_transfer.rb +0 -15
- data/lib/increase/models/inbound_check_deposit.rb +0 -15
- data/lib/increase/models/inbound_fednow_transfer.rb +0 -15
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +0 -15
- data/lib/increase/models/intrafi_balance.rb +0 -15
- data/lib/increase/models/pending_transaction.rb +0 -90
- data/lib/increase/models/real_time_payments_transfer.rb +0 -15
- data/lib/increase/models/transaction.rb +0 -255
- data/lib/increase/models/wire_transfer.rb +0 -15
- data/lib/increase/resources/check_transfers.rb +3 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account.rbi +0 -15
- data/rbi/increase/models/account_transfer.rbi +0 -15
- data/rbi/increase/models/ach_transfer.rbi +0 -50
- data/rbi/increase/models/card_payment.rbi +0 -490
- data/rbi/increase/models/card_push_transfer.rbi +0 -15
- data/rbi/increase/models/check_deposit.rbi +0 -140
- data/rbi/increase/models/check_transfer.rbi +15 -18
- data/rbi/increase/models/check_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/declined_transaction.rbi +0 -120
- data/rbi/increase/models/fednow_transfer.rbi +0 -15
- data/rbi/increase/models/inbound_check_deposit.rbi +0 -15
- data/rbi/increase/models/inbound_fednow_transfer.rbi +0 -20
- data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +0 -35
- data/rbi/increase/models/intrafi_balance.rbi +0 -15
- data/rbi/increase/models/pending_transaction.rbi +0 -190
- data/rbi/increase/models/real_time_payments_transfer.rbi +0 -35
- data/rbi/increase/models/transaction.rbi +0 -575
- data/rbi/increase/models/wire_transfer.rbi +0 -15
- data/rbi/increase/resources/check_transfers.rbi +5 -0
- data/sig/increase/models/account.rbs +1 -16
- data/sig/increase/models/account_transfer.rbs +1 -16
- data/sig/increase/models/ach_transfer.rbs +2 -32
- data/sig/increase/models/card_payment.rbs +14 -224
- data/sig/increase/models/card_push_transfer.rbs +1 -16
- data/sig/increase/models/check_deposit.rbs +4 -64
- data/sig/increase/models/check_transfer.rbs +9 -19
- data/sig/increase/models/check_transfer_create_params.rbs +8 -1
- data/sig/increase/models/declined_transaction.rbs +4 -64
- data/sig/increase/models/fednow_transfer.rbs +1 -16
- data/sig/increase/models/inbound_check_deposit.rbs +1 -16
- data/sig/increase/models/inbound_fednow_transfer.rbs +1 -16
- data/sig/increase/models/inbound_real_time_payments_transfer.rbs +1 -16
- data/sig/increase/models/intrafi_balance.rbs +1 -16
- data/sig/increase/models/pending_transaction.rbs +6 -96
- data/sig/increase/models/real_time_payments_transfer.rbs +1 -16
- data/sig/increase/models/transaction.rbs +17 -272
- data/sig/increase/models/wire_transfer.rbs +1 -16
- data/sig/increase/resources/check_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -354,41 +354,6 @@ module Increase
|
|
|
354
354
|
end
|
|
355
355
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
356
356
|
|
|
357
|
-
# Canadian Dollar (CAD)
|
|
358
|
-
CAD =
|
|
359
|
-
T.let(
|
|
360
|
-
:CAD,
|
|
361
|
-
Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol
|
|
362
|
-
)
|
|
363
|
-
|
|
364
|
-
# Swiss Franc (CHF)
|
|
365
|
-
CHF =
|
|
366
|
-
T.let(
|
|
367
|
-
:CHF,
|
|
368
|
-
Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol
|
|
369
|
-
)
|
|
370
|
-
|
|
371
|
-
# Euro (EUR)
|
|
372
|
-
EUR =
|
|
373
|
-
T.let(
|
|
374
|
-
:EUR,
|
|
375
|
-
Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol
|
|
376
|
-
)
|
|
377
|
-
|
|
378
|
-
# British Pound (GBP)
|
|
379
|
-
GBP =
|
|
380
|
-
T.let(
|
|
381
|
-
:GBP,
|
|
382
|
-
Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol
|
|
383
|
-
)
|
|
384
|
-
|
|
385
|
-
# Japanese Yen (JPY)
|
|
386
|
-
JPY =
|
|
387
|
-
T.let(
|
|
388
|
-
:JPY,
|
|
389
|
-
Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol
|
|
390
|
-
)
|
|
391
|
-
|
|
392
357
|
# US Dollar (USD)
|
|
393
358
|
USD =
|
|
394
359
|
T.let(
|
|
@@ -512,41 +477,6 @@ module Increase
|
|
|
512
477
|
end
|
|
513
478
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
514
479
|
|
|
515
|
-
# Canadian Dollar (CAD)
|
|
516
|
-
CAD =
|
|
517
|
-
T.let(
|
|
518
|
-
:CAD,
|
|
519
|
-
Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol
|
|
520
|
-
)
|
|
521
|
-
|
|
522
|
-
# Swiss Franc (CHF)
|
|
523
|
-
CHF =
|
|
524
|
-
T.let(
|
|
525
|
-
:CHF,
|
|
526
|
-
Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol
|
|
527
|
-
)
|
|
528
|
-
|
|
529
|
-
# Euro (EUR)
|
|
530
|
-
EUR =
|
|
531
|
-
T.let(
|
|
532
|
-
:EUR,
|
|
533
|
-
Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol
|
|
534
|
-
)
|
|
535
|
-
|
|
536
|
-
# British Pound (GBP)
|
|
537
|
-
GBP =
|
|
538
|
-
T.let(
|
|
539
|
-
:GBP,
|
|
540
|
-
Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol
|
|
541
|
-
)
|
|
542
|
-
|
|
543
|
-
# Japanese Yen (JPY)
|
|
544
|
-
JPY =
|
|
545
|
-
T.let(
|
|
546
|
-
:JPY,
|
|
547
|
-
Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol
|
|
548
|
-
)
|
|
549
|
-
|
|
550
480
|
# US Dollar (USD)
|
|
551
481
|
USD =
|
|
552
482
|
T.let(
|
|
@@ -768,41 +698,6 @@ module Increase
|
|
|
768
698
|
end
|
|
769
699
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
770
700
|
|
|
771
|
-
# Canadian Dollar (CAD)
|
|
772
|
-
CAD =
|
|
773
|
-
T.let(
|
|
774
|
-
:CAD,
|
|
775
|
-
Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol
|
|
776
|
-
)
|
|
777
|
-
|
|
778
|
-
# Swiss Franc (CHF)
|
|
779
|
-
CHF =
|
|
780
|
-
T.let(
|
|
781
|
-
:CHF,
|
|
782
|
-
Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol
|
|
783
|
-
)
|
|
784
|
-
|
|
785
|
-
# Euro (EUR)
|
|
786
|
-
EUR =
|
|
787
|
-
T.let(
|
|
788
|
-
:EUR,
|
|
789
|
-
Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol
|
|
790
|
-
)
|
|
791
|
-
|
|
792
|
-
# British Pound (GBP)
|
|
793
|
-
GBP =
|
|
794
|
-
T.let(
|
|
795
|
-
:GBP,
|
|
796
|
-
Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol
|
|
797
|
-
)
|
|
798
|
-
|
|
799
|
-
# Japanese Yen (JPY)
|
|
800
|
-
JPY =
|
|
801
|
-
T.let(
|
|
802
|
-
:JPY,
|
|
803
|
-
Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol
|
|
804
|
-
)
|
|
805
|
-
|
|
806
701
|
# US Dollar (USD)
|
|
807
702
|
USD =
|
|
808
703
|
T.let(
|
|
@@ -1217,41 +1112,6 @@ module Increase
|
|
|
1217
1112
|
end
|
|
1218
1113
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1219
1114
|
|
|
1220
|
-
# Canadian Dollar (CAD)
|
|
1221
|
-
CAD =
|
|
1222
|
-
T.let(
|
|
1223
|
-
:CAD,
|
|
1224
|
-
Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol
|
|
1225
|
-
)
|
|
1226
|
-
|
|
1227
|
-
# Swiss Franc (CHF)
|
|
1228
|
-
CHF =
|
|
1229
|
-
T.let(
|
|
1230
|
-
:CHF,
|
|
1231
|
-
Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol
|
|
1232
|
-
)
|
|
1233
|
-
|
|
1234
|
-
# Euro (EUR)
|
|
1235
|
-
EUR =
|
|
1236
|
-
T.let(
|
|
1237
|
-
:EUR,
|
|
1238
|
-
Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol
|
|
1239
|
-
)
|
|
1240
|
-
|
|
1241
|
-
# British Pound (GBP)
|
|
1242
|
-
GBP =
|
|
1243
|
-
T.let(
|
|
1244
|
-
:GBP,
|
|
1245
|
-
Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol
|
|
1246
|
-
)
|
|
1247
|
-
|
|
1248
|
-
# Japanese Yen (JPY)
|
|
1249
|
-
JPY =
|
|
1250
|
-
T.let(
|
|
1251
|
-
:JPY,
|
|
1252
|
-
Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol
|
|
1253
|
-
)
|
|
1254
|
-
|
|
1255
1115
|
# US Dollar (USD)
|
|
1256
1116
|
USD =
|
|
1257
1117
|
T.let(
|
|
@@ -180,6 +180,12 @@ module Increase
|
|
|
180
180
|
sig { returns(Increase::CheckTransfer::Type::TaggedSymbol) }
|
|
181
181
|
attr_accessor :type
|
|
182
182
|
|
|
183
|
+
# If set, the check will be valid on or before this date. After this date, the
|
|
184
|
+
# check transfer will be stopped and deposits will not be accepted. For checks
|
|
185
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
186
|
+
sig { returns(T.nilable(Date)) }
|
|
187
|
+
attr_accessor :valid_until_date
|
|
188
|
+
|
|
183
189
|
# Check Transfers move funds from your Increase account by mailing a physical
|
|
184
190
|
# check.
|
|
185
191
|
sig do
|
|
@@ -212,7 +218,8 @@ module Increase
|
|
|
212
218
|
T.nilable(Increase::CheckTransfer::StopPaymentRequest::OrHash),
|
|
213
219
|
submission: T.nilable(Increase::CheckTransfer::Submission::OrHash),
|
|
214
220
|
third_party: T.nilable(Increase::CheckTransfer::ThirdParty::OrHash),
|
|
215
|
-
type: Increase::CheckTransfer::Type::OrSymbol
|
|
221
|
+
type: Increase::CheckTransfer::Type::OrSymbol,
|
|
222
|
+
valid_until_date: T.nilable(Date)
|
|
216
223
|
).returns(T.attached_class)
|
|
217
224
|
end
|
|
218
225
|
def self.new(
|
|
@@ -279,7 +286,11 @@ module Increase
|
|
|
279
286
|
third_party:,
|
|
280
287
|
# A constant representing the object's type. For this resource it will always be
|
|
281
288
|
# `check_transfer`.
|
|
282
|
-
type
|
|
289
|
+
type:,
|
|
290
|
+
# If set, the check will be valid on or before this date. After this date, the
|
|
291
|
+
# check transfer will be stopped and deposits will not be accepted. For checks
|
|
292
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
293
|
+
valid_until_date:
|
|
283
294
|
)
|
|
284
295
|
end
|
|
285
296
|
|
|
@@ -312,7 +323,8 @@ module Increase
|
|
|
312
323
|
T.nilable(Increase::CheckTransfer::StopPaymentRequest),
|
|
313
324
|
submission: T.nilable(Increase::CheckTransfer::Submission),
|
|
314
325
|
third_party: T.nilable(Increase::CheckTransfer::ThirdParty),
|
|
315
|
-
type: Increase::CheckTransfer::Type::TaggedSymbol
|
|
326
|
+
type: Increase::CheckTransfer::Type::TaggedSymbol,
|
|
327
|
+
valid_until_date: T.nilable(Date)
|
|
316
328
|
}
|
|
317
329
|
)
|
|
318
330
|
end
|
|
@@ -660,21 +672,6 @@ module Increase
|
|
|
660
672
|
T.type_alias { T.all(Symbol, Increase::CheckTransfer::Currency) }
|
|
661
673
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
662
674
|
|
|
663
|
-
# Canadian Dollar (CAD)
|
|
664
|
-
CAD = T.let(:CAD, Increase::CheckTransfer::Currency::TaggedSymbol)
|
|
665
|
-
|
|
666
|
-
# Swiss Franc (CHF)
|
|
667
|
-
CHF = T.let(:CHF, Increase::CheckTransfer::Currency::TaggedSymbol)
|
|
668
|
-
|
|
669
|
-
# Euro (EUR)
|
|
670
|
-
EUR = T.let(:EUR, Increase::CheckTransfer::Currency::TaggedSymbol)
|
|
671
|
-
|
|
672
|
-
# British Pound (GBP)
|
|
673
|
-
GBP = T.let(:GBP, Increase::CheckTransfer::Currency::TaggedSymbol)
|
|
674
|
-
|
|
675
|
-
# Japanese Yen (JPY)
|
|
676
|
-
JPY = T.let(:JPY, Increase::CheckTransfer::Currency::TaggedSymbol)
|
|
677
|
-
|
|
678
675
|
# US Dollar (USD)
|
|
679
676
|
USD = T.let(:USD, Increase::CheckTransfer::Currency::TaggedSymbol)
|
|
680
677
|
|
|
@@ -99,6 +99,15 @@ module Increase
|
|
|
99
99
|
end
|
|
100
100
|
attr_writer :third_party
|
|
101
101
|
|
|
102
|
+
# If provided, the check will be valid on or before this date. After this date,
|
|
103
|
+
# the check transfer will be stopped and deposits will not be accepted. For checks
|
|
104
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
105
|
+
sig { returns(T.nilable(Date)) }
|
|
106
|
+
attr_reader :valid_until_date
|
|
107
|
+
|
|
108
|
+
sig { params(valid_until_date: Date).void }
|
|
109
|
+
attr_writer :valid_until_date
|
|
110
|
+
|
|
102
111
|
sig do
|
|
103
112
|
params(
|
|
104
113
|
account_id: String,
|
|
@@ -113,6 +122,7 @@ module Increase
|
|
|
113
122
|
Increase::CheckTransferCreateParams::PhysicalCheck::OrHash,
|
|
114
123
|
require_approval: T::Boolean,
|
|
115
124
|
third_party: Increase::CheckTransferCreateParams::ThirdParty::OrHash,
|
|
125
|
+
valid_until_date: Date,
|
|
116
126
|
request_options: Increase::RequestOptions::OrHash
|
|
117
127
|
).returns(T.attached_class)
|
|
118
128
|
end
|
|
@@ -143,6 +153,10 @@ module Increase
|
|
|
143
153
|
# `fulfillment_method` is equal to `third_party`. It must not be included if any
|
|
144
154
|
# other `fulfillment_method` is provided.
|
|
145
155
|
third_party: nil,
|
|
156
|
+
# If provided, the check will be valid on or before this date. After this date,
|
|
157
|
+
# the check transfer will be stopped and deposits will not be accepted. For checks
|
|
158
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
159
|
+
valid_until_date: nil,
|
|
146
160
|
request_options: {}
|
|
147
161
|
)
|
|
148
162
|
end
|
|
@@ -161,6 +175,7 @@ module Increase
|
|
|
161
175
|
physical_check: Increase::CheckTransferCreateParams::PhysicalCheck,
|
|
162
176
|
require_approval: T::Boolean,
|
|
163
177
|
third_party: Increase::CheckTransferCreateParams::ThirdParty,
|
|
178
|
+
valid_until_date: Date,
|
|
164
179
|
request_options: Increase::RequestOptions
|
|
165
180
|
}
|
|
166
181
|
)
|
|
@@ -149,21 +149,6 @@ module Increase
|
|
|
149
149
|
end
|
|
150
150
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
151
151
|
|
|
152
|
-
# Canadian Dollar (CAD)
|
|
153
|
-
CAD = T.let(:CAD, Increase::DeclinedTransaction::Currency::TaggedSymbol)
|
|
154
|
-
|
|
155
|
-
# Swiss Franc (CHF)
|
|
156
|
-
CHF = T.let(:CHF, Increase::DeclinedTransaction::Currency::TaggedSymbol)
|
|
157
|
-
|
|
158
|
-
# Euro (EUR)
|
|
159
|
-
EUR = T.let(:EUR, Increase::DeclinedTransaction::Currency::TaggedSymbol)
|
|
160
|
-
|
|
161
|
-
# British Pound (GBP)
|
|
162
|
-
GBP = T.let(:GBP, Increase::DeclinedTransaction::Currency::TaggedSymbol)
|
|
163
|
-
|
|
164
|
-
# Japanese Yen (JPY)
|
|
165
|
-
JPY = T.let(:JPY, Increase::DeclinedTransaction::Currency::TaggedSymbol)
|
|
166
|
-
|
|
167
152
|
# US Dollar (USD)
|
|
168
153
|
USD = T.let(:USD, Increase::DeclinedTransaction::Currency::TaggedSymbol)
|
|
169
154
|
|
|
@@ -2001,41 +1986,6 @@ module Increase
|
|
|
2001
1986
|
end
|
|
2002
1987
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
2003
1988
|
|
|
2004
|
-
# Canadian Dollar (CAD)
|
|
2005
|
-
CAD =
|
|
2006
|
-
T.let(
|
|
2007
|
-
:CAD,
|
|
2008
|
-
Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol
|
|
2009
|
-
)
|
|
2010
|
-
|
|
2011
|
-
# Swiss Franc (CHF)
|
|
2012
|
-
CHF =
|
|
2013
|
-
T.let(
|
|
2014
|
-
:CHF,
|
|
2015
|
-
Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol
|
|
2016
|
-
)
|
|
2017
|
-
|
|
2018
|
-
# Euro (EUR)
|
|
2019
|
-
EUR =
|
|
2020
|
-
T.let(
|
|
2021
|
-
:EUR,
|
|
2022
|
-
Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol
|
|
2023
|
-
)
|
|
2024
|
-
|
|
2025
|
-
# British Pound (GBP)
|
|
2026
|
-
GBP =
|
|
2027
|
-
T.let(
|
|
2028
|
-
:GBP,
|
|
2029
|
-
Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol
|
|
2030
|
-
)
|
|
2031
|
-
|
|
2032
|
-
# Japanese Yen (JPY)
|
|
2033
|
-
JPY =
|
|
2034
|
-
T.let(
|
|
2035
|
-
:JPY,
|
|
2036
|
-
Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol
|
|
2037
|
-
)
|
|
2038
|
-
|
|
2039
1989
|
# US Dollar (USD)
|
|
2040
1990
|
USD =
|
|
2041
1991
|
T.let(
|
|
@@ -3731,41 +3681,6 @@ module Increase
|
|
|
3731
3681
|
end
|
|
3732
3682
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
3733
3683
|
|
|
3734
|
-
# Canadian Dollar (CAD)
|
|
3735
|
-
CAD =
|
|
3736
|
-
T.let(
|
|
3737
|
-
:CAD,
|
|
3738
|
-
Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol
|
|
3739
|
-
)
|
|
3740
|
-
|
|
3741
|
-
# Swiss Franc (CHF)
|
|
3742
|
-
CHF =
|
|
3743
|
-
T.let(
|
|
3744
|
-
:CHF,
|
|
3745
|
-
Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol
|
|
3746
|
-
)
|
|
3747
|
-
|
|
3748
|
-
# Euro (EUR)
|
|
3749
|
-
EUR =
|
|
3750
|
-
T.let(
|
|
3751
|
-
:EUR,
|
|
3752
|
-
Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol
|
|
3753
|
-
)
|
|
3754
|
-
|
|
3755
|
-
# British Pound (GBP)
|
|
3756
|
-
GBP =
|
|
3757
|
-
T.let(
|
|
3758
|
-
:GBP,
|
|
3759
|
-
Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol
|
|
3760
|
-
)
|
|
3761
|
-
|
|
3762
|
-
# Japanese Yen (JPY)
|
|
3763
|
-
JPY =
|
|
3764
|
-
T.let(
|
|
3765
|
-
:JPY,
|
|
3766
|
-
Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol
|
|
3767
|
-
)
|
|
3768
|
-
|
|
3769
3684
|
# US Dollar (USD)
|
|
3770
3685
|
USD =
|
|
3771
3686
|
T.let(
|
|
@@ -4146,41 +4061,6 @@ module Increase
|
|
|
4146
4061
|
end
|
|
4147
4062
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
4148
4063
|
|
|
4149
|
-
# Canadian Dollar (CAD)
|
|
4150
|
-
CAD =
|
|
4151
|
-
T.let(
|
|
4152
|
-
:CAD,
|
|
4153
|
-
Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol
|
|
4154
|
-
)
|
|
4155
|
-
|
|
4156
|
-
# Swiss Franc (CHF)
|
|
4157
|
-
CHF =
|
|
4158
|
-
T.let(
|
|
4159
|
-
:CHF,
|
|
4160
|
-
Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol
|
|
4161
|
-
)
|
|
4162
|
-
|
|
4163
|
-
# Euro (EUR)
|
|
4164
|
-
EUR =
|
|
4165
|
-
T.let(
|
|
4166
|
-
:EUR,
|
|
4167
|
-
Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol
|
|
4168
|
-
)
|
|
4169
|
-
|
|
4170
|
-
# British Pound (GBP)
|
|
4171
|
-
GBP =
|
|
4172
|
-
T.let(
|
|
4173
|
-
:GBP,
|
|
4174
|
-
Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol
|
|
4175
|
-
)
|
|
4176
|
-
|
|
4177
|
-
# Japanese Yen (JPY)
|
|
4178
|
-
JPY =
|
|
4179
|
-
T.let(
|
|
4180
|
-
:JPY,
|
|
4181
|
-
Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol
|
|
4182
|
-
)
|
|
4183
|
-
|
|
4184
4064
|
# US Dollar (USD)
|
|
4185
4065
|
USD =
|
|
4186
4066
|
T.let(
|
|
@@ -517,21 +517,6 @@ module Increase
|
|
|
517
517
|
T.type_alias { T.all(Symbol, Increase::FednowTransfer::Currency) }
|
|
518
518
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
519
519
|
|
|
520
|
-
# Canadian Dollar (CAD)
|
|
521
|
-
CAD = T.let(:CAD, Increase::FednowTransfer::Currency::TaggedSymbol)
|
|
522
|
-
|
|
523
|
-
# Swiss Franc (CHF)
|
|
524
|
-
CHF = T.let(:CHF, Increase::FednowTransfer::Currency::TaggedSymbol)
|
|
525
|
-
|
|
526
|
-
# Euro (EUR)
|
|
527
|
-
EUR = T.let(:EUR, Increase::FednowTransfer::Currency::TaggedSymbol)
|
|
528
|
-
|
|
529
|
-
# British Pound (GBP)
|
|
530
|
-
GBP = T.let(:GBP, Increase::FednowTransfer::Currency::TaggedSymbol)
|
|
531
|
-
|
|
532
|
-
# Japanese Yen (JPY)
|
|
533
|
-
JPY = T.let(:JPY, Increase::FednowTransfer::Currency::TaggedSymbol)
|
|
534
|
-
|
|
535
520
|
# US Dollar (USD)
|
|
536
521
|
USD = T.let(:USD, Increase::FednowTransfer::Currency::TaggedSymbol)
|
|
537
522
|
|
|
@@ -353,21 +353,6 @@ module Increase
|
|
|
353
353
|
end
|
|
354
354
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
355
355
|
|
|
356
|
-
# Canadian Dollar (CAD)
|
|
357
|
-
CAD = T.let(:CAD, Increase::InboundCheckDeposit::Currency::TaggedSymbol)
|
|
358
|
-
|
|
359
|
-
# Swiss Franc (CHF)
|
|
360
|
-
CHF = T.let(:CHF, Increase::InboundCheckDeposit::Currency::TaggedSymbol)
|
|
361
|
-
|
|
362
|
-
# Euro (EUR)
|
|
363
|
-
EUR = T.let(:EUR, Increase::InboundCheckDeposit::Currency::TaggedSymbol)
|
|
364
|
-
|
|
365
|
-
# British Pound (GBP)
|
|
366
|
-
GBP = T.let(:GBP, Increase::InboundCheckDeposit::Currency::TaggedSymbol)
|
|
367
|
-
|
|
368
|
-
# Japanese Yen (JPY)
|
|
369
|
-
JPY = T.let(:JPY, Increase::InboundCheckDeposit::Currency::TaggedSymbol)
|
|
370
|
-
|
|
371
356
|
# US Dollar (USD)
|
|
372
357
|
USD = T.let(:USD, Increase::InboundCheckDeposit::Currency::TaggedSymbol)
|
|
373
358
|
|
|
@@ -217,26 +217,6 @@ module Increase
|
|
|
217
217
|
end
|
|
218
218
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
219
219
|
|
|
220
|
-
# Canadian Dollar (CAD)
|
|
221
|
-
CAD =
|
|
222
|
-
T.let(:CAD, Increase::InboundFednowTransfer::Currency::TaggedSymbol)
|
|
223
|
-
|
|
224
|
-
# Swiss Franc (CHF)
|
|
225
|
-
CHF =
|
|
226
|
-
T.let(:CHF, Increase::InboundFednowTransfer::Currency::TaggedSymbol)
|
|
227
|
-
|
|
228
|
-
# Euro (EUR)
|
|
229
|
-
EUR =
|
|
230
|
-
T.let(:EUR, Increase::InboundFednowTransfer::Currency::TaggedSymbol)
|
|
231
|
-
|
|
232
|
-
# British Pound (GBP)
|
|
233
|
-
GBP =
|
|
234
|
-
T.let(:GBP, Increase::InboundFednowTransfer::Currency::TaggedSymbol)
|
|
235
|
-
|
|
236
|
-
# Japanese Yen (JPY)
|
|
237
|
-
JPY =
|
|
238
|
-
T.let(:JPY, Increase::InboundFednowTransfer::Currency::TaggedSymbol)
|
|
239
|
-
|
|
240
220
|
# US Dollar (USD)
|
|
241
221
|
USD =
|
|
242
222
|
T.let(:USD, Increase::InboundFednowTransfer::Currency::TaggedSymbol)
|
|
@@ -258,41 +258,6 @@ module Increase
|
|
|
258
258
|
end
|
|
259
259
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
260
260
|
|
|
261
|
-
# Canadian Dollar (CAD)
|
|
262
|
-
CAD =
|
|
263
|
-
T.let(
|
|
264
|
-
:CAD,
|
|
265
|
-
Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol
|
|
266
|
-
)
|
|
267
|
-
|
|
268
|
-
# Swiss Franc (CHF)
|
|
269
|
-
CHF =
|
|
270
|
-
T.let(
|
|
271
|
-
:CHF,
|
|
272
|
-
Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol
|
|
273
|
-
)
|
|
274
|
-
|
|
275
|
-
# Euro (EUR)
|
|
276
|
-
EUR =
|
|
277
|
-
T.let(
|
|
278
|
-
:EUR,
|
|
279
|
-
Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol
|
|
280
|
-
)
|
|
281
|
-
|
|
282
|
-
# British Pound (GBP)
|
|
283
|
-
GBP =
|
|
284
|
-
T.let(
|
|
285
|
-
:GBP,
|
|
286
|
-
Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol
|
|
287
|
-
)
|
|
288
|
-
|
|
289
|
-
# Japanese Yen (JPY)
|
|
290
|
-
JPY =
|
|
291
|
-
T.let(
|
|
292
|
-
:JPY,
|
|
293
|
-
Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol
|
|
294
|
-
)
|
|
295
|
-
|
|
296
261
|
# US Dollar (USD)
|
|
297
262
|
USD =
|
|
298
263
|
T.let(
|
|
@@ -210,21 +210,6 @@ module Increase
|
|
|
210
210
|
T.type_alias { T.all(Symbol, Increase::IntrafiBalance::Currency) }
|
|
211
211
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
212
212
|
|
|
213
|
-
# Canadian Dollar (CAD)
|
|
214
|
-
CAD = T.let(:CAD, Increase::IntrafiBalance::Currency::TaggedSymbol)
|
|
215
|
-
|
|
216
|
-
# Swiss Franc (CHF)
|
|
217
|
-
CHF = T.let(:CHF, Increase::IntrafiBalance::Currency::TaggedSymbol)
|
|
218
|
-
|
|
219
|
-
# Euro (EUR)
|
|
220
|
-
EUR = T.let(:EUR, Increase::IntrafiBalance::Currency::TaggedSymbol)
|
|
221
|
-
|
|
222
|
-
# British Pound (GBP)
|
|
223
|
-
GBP = T.let(:GBP, Increase::IntrafiBalance::Currency::TaggedSymbol)
|
|
224
|
-
|
|
225
|
-
# Japanese Yen (JPY)
|
|
226
|
-
JPY = T.let(:JPY, Increase::IntrafiBalance::Currency::TaggedSymbol)
|
|
227
|
-
|
|
228
213
|
# US Dollar (USD)
|
|
229
214
|
USD = T.let(:USD, Increase::IntrafiBalance::Currency::TaggedSymbol)
|
|
230
215
|
|