increase 1.200.0 → 1.201.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 +8 -0
- data/README.md +1 -1
- data/lib/increase/models/pending_transaction.rb +1 -44
- data/lib/increase/models/pending_transaction_list_params.rb +0 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/pending_transaction.rbi +0 -84
- data/rbi/increase/models/pending_transaction_list_params.rbi +0 -7
- data/sig/increase/models/pending_transaction.rbs +0 -28
- data/sig/increase/models/pending_transaction_list_params.rbs +0 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81896b5f06d58b9e87353e5adecb619d823873afa1a2bc577987bb8ae56eb4a3
|
|
4
|
+
data.tar.gz: d196b7acae897a0c4611351f9e271852e0a7b62241425e88009ab12ab1aeaf5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d3b09d2419807e52f413b83311f9bd2294ce2e2e9cfa9a662d5b116dca10bd65296ea3e9dd1aba19cbd5f143102dda38c35a989d9bc99df0bf67f9fe2946a32
|
|
7
|
+
data.tar.gz: 6ca9f27cb4b45e3be16b7446a8cbbbbe811d0621f5dcd7a3687bb150f8b4baa77fbca596b8ab93184f92291a49f19996b8f04f633c3ee3bf94b68d44ea46dfbf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.201.0 (2026-02-05)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.200.0...v1.201.0](https://github.com/Increase/increase-ruby/compare/v1.200.0...v1.201.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([28f77cf](https://github.com/Increase/increase-ruby/commit/28f77cfa917e80b7e15d1b93b89deccf7d15d303))
|
|
10
|
+
|
|
3
11
|
## 1.200.0 (2026-02-05)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.199.0...v1.200.0](https://github.com/Increase/increase-ruby/compare/v1.199.0...v1.200.0)
|
data/README.md
CHANGED
|
@@ -195,16 +195,6 @@ module Increase
|
|
|
195
195
|
-> { Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction },
|
|
196
196
|
nil?: true
|
|
197
197
|
|
|
198
|
-
# @!attribute blockchain_offramp_transfer_intention
|
|
199
|
-
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
200
|
-
# the JSON response if and only if `category` is equal to
|
|
201
|
-
# `blockchain_offramp_transfer_intention`.
|
|
202
|
-
#
|
|
203
|
-
# @return [Increase::Models::PendingTransaction::Source::BlockchainOfframpTransferIntention, nil]
|
|
204
|
-
required :blockchain_offramp_transfer_intention,
|
|
205
|
-
-> { Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention },
|
|
206
|
-
nil?: true
|
|
207
|
-
|
|
208
198
|
# @!attribute blockchain_onramp_transfer_instruction
|
|
209
199
|
# A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
210
200
|
# the JSON response if and only if `category` is equal to
|
|
@@ -340,7 +330,7 @@ module Increase
|
|
|
340
330
|
-> { Increase::PendingTransaction::Source::WireTransferInstruction },
|
|
341
331
|
nil?: true
|
|
342
332
|
|
|
343
|
-
# @!method initialize(account_transfer_instruction:, ach_transfer_instruction:, blockchain_offramp_transfer_instruction:,
|
|
333
|
+
# @!method initialize(account_transfer_instruction:, ach_transfer_instruction:, blockchain_offramp_transfer_instruction:, blockchain_onramp_transfer_instruction:, card_authorization:, card_push_transfer_instruction:, category:, check_deposit_instruction:, check_transfer_instruction:, fednow_transfer_instruction:, inbound_funds_hold:, inbound_wire_transfer_reversal:, other:, real_time_payments_transfer_instruction:, swift_transfer_instruction:, user_initiated_hold:, wire_transfer_instruction:)
|
|
344
334
|
# Some parameter documentations has been truncated, see
|
|
345
335
|
# {Increase::Models::PendingTransaction::Source} for more details.
|
|
346
336
|
#
|
|
@@ -354,8 +344,6 @@ module Increase
|
|
|
354
344
|
#
|
|
355
345
|
# @param blockchain_offramp_transfer_instruction [Increase::Models::PendingTransaction::Source::BlockchainOfframpTransferInstruction, nil] A Blockchain Off-Ramp Transfer Instruction object. This field will be present in
|
|
356
346
|
#
|
|
357
|
-
# @param blockchain_offramp_transfer_intention [Increase::Models::PendingTransaction::Source::BlockchainOfframpTransferIntention, nil] A Blockchain Off-Ramp Transfer Intention object. This field will be present in t
|
|
358
|
-
#
|
|
359
347
|
# @param blockchain_onramp_transfer_instruction [Increase::Models::PendingTransaction::Source::BlockchainOnrampTransferInstruction, nil] A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
360
348
|
#
|
|
361
349
|
# @param card_authorization [Increase::Models::PendingTransaction::Source::CardAuthorization, nil] A Card Authorization object. This field will be present in the JSON response if
|
|
@@ -487,34 +475,6 @@ module Increase
|
|
|
487
475
|
# @param transfer_id [String] The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
488
476
|
end
|
|
489
477
|
|
|
490
|
-
# @see Increase::Models::PendingTransaction::Source#blockchain_offramp_transfer_intention
|
|
491
|
-
class BlockchainOfframpTransferIntention < Increase::Internal::Type::BaseModel
|
|
492
|
-
# @!attribute source_blockchain_address_id
|
|
493
|
-
# The identifier of the Blockchain Address the funds were received at.
|
|
494
|
-
#
|
|
495
|
-
# @return [String]
|
|
496
|
-
required :source_blockchain_address_id, String
|
|
497
|
-
|
|
498
|
-
# @!attribute transfer_id
|
|
499
|
-
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
500
|
-
#
|
|
501
|
-
# @return [String]
|
|
502
|
-
required :transfer_id, String
|
|
503
|
-
|
|
504
|
-
# @!method initialize(source_blockchain_address_id:, transfer_id:)
|
|
505
|
-
# Some parameter documentations has been truncated, see
|
|
506
|
-
# {Increase::Models::PendingTransaction::Source::BlockchainOfframpTransferIntention}
|
|
507
|
-
# for more details.
|
|
508
|
-
#
|
|
509
|
-
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
510
|
-
# the JSON response if and only if `category` is equal to
|
|
511
|
-
# `blockchain_offramp_transfer_intention`.
|
|
512
|
-
#
|
|
513
|
-
# @param source_blockchain_address_id [String] The identifier of the Blockchain Address the funds were received at.
|
|
514
|
-
#
|
|
515
|
-
# @param transfer_id [String] The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
516
|
-
end
|
|
517
|
-
|
|
518
478
|
# @see Increase::Models::PendingTransaction::Source#blockchain_onramp_transfer_instruction
|
|
519
479
|
class BlockchainOnrampTransferInstruction < Increase::Internal::Type::BaseModel
|
|
520
480
|
# @!attribute amount
|
|
@@ -1867,9 +1827,6 @@ module Increase
|
|
|
1867
1827
|
# Blockchain Off-Ramp Transfer Instruction: details will be under the `blockchain_offramp_transfer_instruction` object.
|
|
1868
1828
|
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION = :blockchain_offramp_transfer_instruction
|
|
1869
1829
|
|
|
1870
|
-
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
1871
|
-
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION = :blockchain_offramp_transfer_intention
|
|
1872
|
-
|
|
1873
1830
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
1874
1831
|
OTHER = :other
|
|
1875
1832
|
|
|
@@ -133,9 +133,6 @@ module Increase
|
|
|
133
133
|
# Blockchain Off-Ramp Transfer Instruction: details will be under the `blockchain_offramp_transfer_instruction` object.
|
|
134
134
|
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION = :blockchain_offramp_transfer_instruction
|
|
135
135
|
|
|
136
|
-
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
137
|
-
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION = :blockchain_offramp_transfer_intention
|
|
138
|
-
|
|
139
136
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
140
137
|
OTHER = :other
|
|
141
138
|
|
data/lib/increase/version.rb
CHANGED
|
@@ -299,28 +299,6 @@ module Increase
|
|
|
299
299
|
end
|
|
300
300
|
attr_writer :blockchain_offramp_transfer_instruction
|
|
301
301
|
|
|
302
|
-
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
303
|
-
# the JSON response if and only if `category` is equal to
|
|
304
|
-
# `blockchain_offramp_transfer_intention`.
|
|
305
|
-
sig do
|
|
306
|
-
returns(
|
|
307
|
-
T.nilable(
|
|
308
|
-
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention
|
|
309
|
-
)
|
|
310
|
-
)
|
|
311
|
-
end
|
|
312
|
-
attr_reader :blockchain_offramp_transfer_intention
|
|
313
|
-
|
|
314
|
-
sig do
|
|
315
|
-
params(
|
|
316
|
-
blockchain_offramp_transfer_intention:
|
|
317
|
-
T.nilable(
|
|
318
|
-
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention::OrHash
|
|
319
|
-
)
|
|
320
|
-
).void
|
|
321
|
-
end
|
|
322
|
-
attr_writer :blockchain_offramp_transfer_intention
|
|
323
|
-
|
|
324
302
|
# A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
325
303
|
# the JSON response if and only if `category` is equal to
|
|
326
304
|
# `blockchain_onramp_transfer_instruction`.
|
|
@@ -599,10 +577,6 @@ module Increase
|
|
|
599
577
|
T.nilable(
|
|
600
578
|
Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction::OrHash
|
|
601
579
|
),
|
|
602
|
-
blockchain_offramp_transfer_intention:
|
|
603
|
-
T.nilable(
|
|
604
|
-
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention::OrHash
|
|
605
|
-
),
|
|
606
580
|
blockchain_onramp_transfer_instruction:
|
|
607
581
|
T.nilable(
|
|
608
582
|
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction::OrHash
|
|
@@ -664,10 +638,6 @@ module Increase
|
|
|
664
638
|
# the JSON response if and only if `category` is equal to
|
|
665
639
|
# `blockchain_offramp_transfer_instruction`.
|
|
666
640
|
blockchain_offramp_transfer_instruction:,
|
|
667
|
-
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
668
|
-
# the JSON response if and only if `category` is equal to
|
|
669
|
-
# `blockchain_offramp_transfer_intention`.
|
|
670
|
-
blockchain_offramp_transfer_intention:,
|
|
671
641
|
# A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
672
642
|
# the JSON response if and only if `category` is equal to
|
|
673
643
|
# `blockchain_onramp_transfer_instruction`.
|
|
@@ -737,10 +707,6 @@ module Increase
|
|
|
737
707
|
T.nilable(
|
|
738
708
|
Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction
|
|
739
709
|
),
|
|
740
|
-
blockchain_offramp_transfer_intention:
|
|
741
|
-
T.nilable(
|
|
742
|
-
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention
|
|
743
|
-
),
|
|
744
710
|
blockchain_onramp_transfer_instruction:
|
|
745
711
|
T.nilable(
|
|
746
712
|
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction
|
|
@@ -970,49 +936,6 @@ module Increase
|
|
|
970
936
|
end
|
|
971
937
|
end
|
|
972
938
|
|
|
973
|
-
class BlockchainOfframpTransferIntention < Increase::Internal::Type::BaseModel
|
|
974
|
-
OrHash =
|
|
975
|
-
T.type_alias do
|
|
976
|
-
T.any(
|
|
977
|
-
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention,
|
|
978
|
-
Increase::Internal::AnyHash
|
|
979
|
-
)
|
|
980
|
-
end
|
|
981
|
-
|
|
982
|
-
# The identifier of the Blockchain Address the funds were received at.
|
|
983
|
-
sig { returns(String) }
|
|
984
|
-
attr_accessor :source_blockchain_address_id
|
|
985
|
-
|
|
986
|
-
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
987
|
-
sig { returns(String) }
|
|
988
|
-
attr_accessor :transfer_id
|
|
989
|
-
|
|
990
|
-
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
991
|
-
# the JSON response if and only if `category` is equal to
|
|
992
|
-
# `blockchain_offramp_transfer_intention`.
|
|
993
|
-
sig do
|
|
994
|
-
params(
|
|
995
|
-
source_blockchain_address_id: String,
|
|
996
|
-
transfer_id: String
|
|
997
|
-
).returns(T.attached_class)
|
|
998
|
-
end
|
|
999
|
-
def self.new(
|
|
1000
|
-
# The identifier of the Blockchain Address the funds were received at.
|
|
1001
|
-
source_blockchain_address_id:,
|
|
1002
|
-
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
1003
|
-
transfer_id:
|
|
1004
|
-
)
|
|
1005
|
-
end
|
|
1006
|
-
|
|
1007
|
-
sig do
|
|
1008
|
-
override.returns(
|
|
1009
|
-
{ source_blockchain_address_id: String, transfer_id: String }
|
|
1010
|
-
)
|
|
1011
|
-
end
|
|
1012
|
-
def to_hash
|
|
1013
|
-
end
|
|
1014
|
-
end
|
|
1015
|
-
|
|
1016
939
|
class BlockchainOnrampTransferInstruction < Increase::Internal::Type::BaseModel
|
|
1017
940
|
OrHash =
|
|
1018
941
|
T.type_alias do
|
|
@@ -3559,13 +3482,6 @@ module Increase
|
|
|
3559
3482
|
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
|
3560
3483
|
)
|
|
3561
3484
|
|
|
3562
|
-
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
3563
|
-
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION =
|
|
3564
|
-
T.let(
|
|
3565
|
-
:blockchain_offramp_transfer_intention,
|
|
3566
|
-
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
|
3567
|
-
)
|
|
3568
|
-
|
|
3569
3485
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
3570
3486
|
OTHER =
|
|
3571
3487
|
T.let(
|
|
@@ -300,13 +300,6 @@ module Increase
|
|
|
300
300
|
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
|
301
301
|
)
|
|
302
302
|
|
|
303
|
-
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
304
|
-
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION =
|
|
305
|
-
T.let(
|
|
306
|
-
:blockchain_offramp_transfer_intention,
|
|
307
|
-
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
|
308
|
-
)
|
|
309
|
-
|
|
310
303
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
311
304
|
OTHER =
|
|
312
305
|
T.let(
|
|
@@ -109,7 +109,6 @@ module Increase
|
|
|
109
109
|
account_transfer_instruction: Increase::PendingTransaction::Source::AccountTransferInstruction?,
|
|
110
110
|
ach_transfer_instruction: Increase::PendingTransaction::Source::ACHTransferInstruction?,
|
|
111
111
|
blockchain_offramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction?,
|
|
112
|
-
blockchain_offramp_transfer_intention: Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention?,
|
|
113
112
|
blockchain_onramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction?,
|
|
114
113
|
card_authorization: Increase::PendingTransaction::Source::CardAuthorization?,
|
|
115
114
|
card_push_transfer_instruction: Increase::PendingTransaction::Source::CardPushTransferInstruction?,
|
|
@@ -133,8 +132,6 @@ module Increase
|
|
|
133
132
|
|
|
134
133
|
attr_accessor blockchain_offramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction?
|
|
135
134
|
|
|
136
|
-
attr_accessor blockchain_offramp_transfer_intention: Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention?
|
|
137
|
-
|
|
138
135
|
attr_accessor blockchain_onramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction?
|
|
139
136
|
|
|
140
137
|
attr_accessor card_authorization: Increase::PendingTransaction::Source::CardAuthorization?
|
|
@@ -167,7 +164,6 @@ module Increase
|
|
|
167
164
|
account_transfer_instruction: Increase::PendingTransaction::Source::AccountTransferInstruction?,
|
|
168
165
|
ach_transfer_instruction: Increase::PendingTransaction::Source::ACHTransferInstruction?,
|
|
169
166
|
blockchain_offramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction?,
|
|
170
|
-
blockchain_offramp_transfer_intention: Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention?,
|
|
171
167
|
blockchain_onramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction?,
|
|
172
168
|
card_authorization: Increase::PendingTransaction::Source::CardAuthorization?,
|
|
173
169
|
card_push_transfer_instruction: Increase::PendingTransaction::Source::CardPushTransferInstruction?,
|
|
@@ -188,7 +184,6 @@ module Increase
|
|
|
188
184
|
account_transfer_instruction: Increase::PendingTransaction::Source::AccountTransferInstruction?,
|
|
189
185
|
ach_transfer_instruction: Increase::PendingTransaction::Source::ACHTransferInstruction?,
|
|
190
186
|
blockchain_offramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOfframpTransferInstruction?,
|
|
191
|
-
blockchain_offramp_transfer_intention: Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention?,
|
|
192
187
|
blockchain_onramp_transfer_instruction: Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction?,
|
|
193
188
|
card_authorization: Increase::PendingTransaction::Source::CardAuthorization?,
|
|
194
189
|
card_push_transfer_instruction: Increase::PendingTransaction::Source::CardPushTransferInstruction?,
|
|
@@ -274,25 +269,6 @@ module Increase
|
|
|
274
269
|
}
|
|
275
270
|
end
|
|
276
271
|
|
|
277
|
-
type blockchain_offramp_transfer_intention =
|
|
278
|
-
{ source_blockchain_address_id: String, transfer_id: String }
|
|
279
|
-
|
|
280
|
-
class BlockchainOfframpTransferIntention < Increase::Internal::Type::BaseModel
|
|
281
|
-
attr_accessor source_blockchain_address_id: String
|
|
282
|
-
|
|
283
|
-
attr_accessor transfer_id: String
|
|
284
|
-
|
|
285
|
-
def initialize: (
|
|
286
|
-
source_blockchain_address_id: String,
|
|
287
|
-
transfer_id: String
|
|
288
|
-
) -> void
|
|
289
|
-
|
|
290
|
-
def to_hash: -> {
|
|
291
|
-
source_blockchain_address_id: String,
|
|
292
|
-
transfer_id: String
|
|
293
|
-
}
|
|
294
|
-
end
|
|
295
|
-
|
|
296
272
|
type blockchain_onramp_transfer_instruction =
|
|
297
273
|
{
|
|
298
274
|
amount: Integer,
|
|
@@ -1172,7 +1148,6 @@ module Increase
|
|
|
1172
1148
|
| :card_push_transfer_instruction
|
|
1173
1149
|
| :blockchain_onramp_transfer_instruction
|
|
1174
1150
|
| :blockchain_offramp_transfer_instruction
|
|
1175
|
-
| :blockchain_offramp_transfer_intention
|
|
1176
1151
|
| :other
|
|
1177
1152
|
|
|
1178
1153
|
module Category
|
|
@@ -1223,9 +1198,6 @@ module Increase
|
|
|
1223
1198
|
# Blockchain Off-Ramp Transfer Instruction: details will be under the `blockchain_offramp_transfer_instruction` object.
|
|
1224
1199
|
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION: :blockchain_offramp_transfer_instruction
|
|
1225
1200
|
|
|
1226
|
-
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
1227
|
-
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION: :blockchain_offramp_transfer_intention
|
|
1228
|
-
|
|
1229
1201
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
1230
1202
|
OTHER: :other
|
|
1231
1203
|
|
|
@@ -108,7 +108,6 @@ module Increase
|
|
|
108
108
|
| :card_push_transfer_instruction
|
|
109
109
|
| :blockchain_onramp_transfer_instruction
|
|
110
110
|
| :blockchain_offramp_transfer_instruction
|
|
111
|
-
| :blockchain_offramp_transfer_intention
|
|
112
111
|
| :other
|
|
113
112
|
|
|
114
113
|
module In
|
|
@@ -159,9 +158,6 @@ module Increase
|
|
|
159
158
|
# Blockchain Off-Ramp Transfer Instruction: details will be under the `blockchain_offramp_transfer_instruction` object.
|
|
160
159
|
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION: :blockchain_offramp_transfer_instruction
|
|
161
160
|
|
|
162
|
-
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
163
|
-
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION: :blockchain_offramp_transfer_intention
|
|
164
|
-
|
|
165
161
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
166
162
|
OTHER: :other
|
|
167
163
|
|