increase 1.193.0 → 1.194.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/event.rb +18 -0
- data/lib/increase/models/event_list_params.rb +18 -0
- data/lib/increase/models/event_subscription.rb +18 -0
- data/lib/increase/models/event_subscription_create_params.rb +18 -0
- data/lib/increase/models/pending_transaction.rb +96 -1
- data/lib/increase/models/pending_transaction_list_params.rb +6 -0
- data/lib/increase/models/transaction.rb +83 -1
- data/lib/increase/models/transaction_list_params.rb +6 -0
- data/lib/increase/models/unwrap_webhook_event.rb +18 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/event.rbi +42 -0
- data/rbi/increase/models/event_list_params.rbi +42 -0
- data/rbi/increase/models/event_subscription.rbi +42 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +42 -0
- data/rbi/increase/models/pending_transaction.rbi +181 -0
- data/rbi/increase/models/pending_transaction_list_params.rbi +14 -0
- data/rbi/increase/models/transaction.rbi +168 -0
- data/rbi/increase/models/transaction_list_params.rbi +14 -0
- data/rbi/increase/models/unwrap_webhook_event.rbi +42 -0
- data/sig/increase/models/event.rbs +24 -0
- data/sig/increase/models/event_list_params.rbs +24 -0
- data/sig/increase/models/event_subscription.rbs +24 -0
- data/sig/increase/models/event_subscription_create_params.rbs +24 -0
- data/sig/increase/models/pending_transaction.rbs +64 -0
- data/sig/increase/models/pending_transaction_list_params.rbs +8 -0
- data/sig/increase/models/transaction.rbs +56 -0
- data/sig/increase/models/transaction_list_params.rbs +8 -0
- data/sig/increase/models/unwrap_webhook_event.rbs +24 -0
- metadata +1 -1
|
@@ -277,6 +277,50 @@ module Increase
|
|
|
277
277
|
end
|
|
278
278
|
attr_writer :ach_transfer_instruction
|
|
279
279
|
|
|
280
|
+
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
281
|
+
# the JSON response if and only if `category` is equal to
|
|
282
|
+
# `blockchain_offramp_transfer_intention`.
|
|
283
|
+
sig do
|
|
284
|
+
returns(
|
|
285
|
+
T.nilable(
|
|
286
|
+
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention
|
|
287
|
+
)
|
|
288
|
+
)
|
|
289
|
+
end
|
|
290
|
+
attr_reader :blockchain_offramp_transfer_intention
|
|
291
|
+
|
|
292
|
+
sig do
|
|
293
|
+
params(
|
|
294
|
+
blockchain_offramp_transfer_intention:
|
|
295
|
+
T.nilable(
|
|
296
|
+
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention::OrHash
|
|
297
|
+
)
|
|
298
|
+
).void
|
|
299
|
+
end
|
|
300
|
+
attr_writer :blockchain_offramp_transfer_intention
|
|
301
|
+
|
|
302
|
+
# A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
303
|
+
# the JSON response if and only if `category` is equal to
|
|
304
|
+
# `blockchain_onramp_transfer_instruction`.
|
|
305
|
+
sig do
|
|
306
|
+
returns(
|
|
307
|
+
T.nilable(
|
|
308
|
+
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction
|
|
309
|
+
)
|
|
310
|
+
)
|
|
311
|
+
end
|
|
312
|
+
attr_reader :blockchain_onramp_transfer_instruction
|
|
313
|
+
|
|
314
|
+
sig do
|
|
315
|
+
params(
|
|
316
|
+
blockchain_onramp_transfer_instruction:
|
|
317
|
+
T.nilable(
|
|
318
|
+
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction::OrHash
|
|
319
|
+
)
|
|
320
|
+
).void
|
|
321
|
+
end
|
|
322
|
+
attr_writer :blockchain_onramp_transfer_instruction
|
|
323
|
+
|
|
280
324
|
# A Card Authorization object. This field will be present in the JSON response if
|
|
281
325
|
# and only if `category` is equal to `card_authorization`. Card Authorizations are
|
|
282
326
|
# temporary holds placed on a customers funds with the intent to later clear a
|
|
@@ -529,6 +573,14 @@ module Increase
|
|
|
529
573
|
T.nilable(
|
|
530
574
|
Increase::PendingTransaction::Source::ACHTransferInstruction::OrHash
|
|
531
575
|
),
|
|
576
|
+
blockchain_offramp_transfer_intention:
|
|
577
|
+
T.nilable(
|
|
578
|
+
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention::OrHash
|
|
579
|
+
),
|
|
580
|
+
blockchain_onramp_transfer_instruction:
|
|
581
|
+
T.nilable(
|
|
582
|
+
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction::OrHash
|
|
583
|
+
),
|
|
532
584
|
card_authorization:
|
|
533
585
|
T.nilable(
|
|
534
586
|
Increase::PendingTransaction::Source::CardAuthorization::OrHash
|
|
@@ -582,6 +634,14 @@ module Increase
|
|
|
582
634
|
# An ACH Transfer Instruction object. This field will be present in the JSON
|
|
583
635
|
# response if and only if `category` is equal to `ach_transfer_instruction`.
|
|
584
636
|
ach_transfer_instruction:,
|
|
637
|
+
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
638
|
+
# the JSON response if and only if `category` is equal to
|
|
639
|
+
# `blockchain_offramp_transfer_intention`.
|
|
640
|
+
blockchain_offramp_transfer_intention:,
|
|
641
|
+
# A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
642
|
+
# the JSON response if and only if `category` is equal to
|
|
643
|
+
# `blockchain_onramp_transfer_instruction`.
|
|
644
|
+
blockchain_onramp_transfer_instruction:,
|
|
585
645
|
# A Card Authorization object. This field will be present in the JSON response if
|
|
586
646
|
# and only if `category` is equal to `card_authorization`. Card Authorizations are
|
|
587
647
|
# temporary holds placed on a customers funds with the intent to later clear a
|
|
@@ -643,6 +703,14 @@ module Increase
|
|
|
643
703
|
T.nilable(
|
|
644
704
|
Increase::PendingTransaction::Source::ACHTransferInstruction
|
|
645
705
|
),
|
|
706
|
+
blockchain_offramp_transfer_intention:
|
|
707
|
+
T.nilable(
|
|
708
|
+
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention
|
|
709
|
+
),
|
|
710
|
+
blockchain_onramp_transfer_instruction:
|
|
711
|
+
T.nilable(
|
|
712
|
+
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction
|
|
713
|
+
),
|
|
646
714
|
card_authorization:
|
|
647
715
|
T.nilable(
|
|
648
716
|
Increase::PendingTransaction::Source::CardAuthorization
|
|
@@ -825,6 +893,105 @@ module Increase
|
|
|
825
893
|
end
|
|
826
894
|
end
|
|
827
895
|
|
|
896
|
+
class BlockchainOfframpTransferIntention < Increase::Internal::Type::BaseModel
|
|
897
|
+
OrHash =
|
|
898
|
+
T.type_alias do
|
|
899
|
+
T.any(
|
|
900
|
+
Increase::PendingTransaction::Source::BlockchainOfframpTransferIntention,
|
|
901
|
+
Increase::Internal::AnyHash
|
|
902
|
+
)
|
|
903
|
+
end
|
|
904
|
+
|
|
905
|
+
# The identifier of the Blockchain Address the funds were received at.
|
|
906
|
+
sig { returns(String) }
|
|
907
|
+
attr_accessor :source_blockchain_address_id
|
|
908
|
+
|
|
909
|
+
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
910
|
+
sig { returns(String) }
|
|
911
|
+
attr_accessor :transfer_id
|
|
912
|
+
|
|
913
|
+
# A Blockchain Off-Ramp Transfer Intention object. This field will be present in
|
|
914
|
+
# the JSON response if and only if `category` is equal to
|
|
915
|
+
# `blockchain_offramp_transfer_intention`.
|
|
916
|
+
sig do
|
|
917
|
+
params(
|
|
918
|
+
source_blockchain_address_id: String,
|
|
919
|
+
transfer_id: String
|
|
920
|
+
).returns(T.attached_class)
|
|
921
|
+
end
|
|
922
|
+
def self.new(
|
|
923
|
+
# The identifier of the Blockchain Address the funds were received at.
|
|
924
|
+
source_blockchain_address_id:,
|
|
925
|
+
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
926
|
+
transfer_id:
|
|
927
|
+
)
|
|
928
|
+
end
|
|
929
|
+
|
|
930
|
+
sig do
|
|
931
|
+
override.returns(
|
|
932
|
+
{ source_blockchain_address_id: String, transfer_id: String }
|
|
933
|
+
)
|
|
934
|
+
end
|
|
935
|
+
def to_hash
|
|
936
|
+
end
|
|
937
|
+
end
|
|
938
|
+
|
|
939
|
+
class BlockchainOnrampTransferInstruction < Increase::Internal::Type::BaseModel
|
|
940
|
+
OrHash =
|
|
941
|
+
T.type_alias do
|
|
942
|
+
T.any(
|
|
943
|
+
Increase::PendingTransaction::Source::BlockchainOnrampTransferInstruction,
|
|
944
|
+
Increase::Internal::AnyHash
|
|
945
|
+
)
|
|
946
|
+
end
|
|
947
|
+
|
|
948
|
+
# The transfer amount in USD cents.
|
|
949
|
+
sig { returns(Integer) }
|
|
950
|
+
attr_accessor :amount
|
|
951
|
+
|
|
952
|
+
# The blockchain address the funds are being sent to.
|
|
953
|
+
sig { returns(String) }
|
|
954
|
+
attr_accessor :destination_blockchain_address
|
|
955
|
+
|
|
956
|
+
# The identifier of the Blockchain On-Ramp Transfer that led to this Pending
|
|
957
|
+
# Transaction.
|
|
958
|
+
sig { returns(String) }
|
|
959
|
+
attr_accessor :transfer_id
|
|
960
|
+
|
|
961
|
+
# A Blockchain On-Ramp Transfer Instruction object. This field will be present in
|
|
962
|
+
# the JSON response if and only if `category` is equal to
|
|
963
|
+
# `blockchain_onramp_transfer_instruction`.
|
|
964
|
+
sig do
|
|
965
|
+
params(
|
|
966
|
+
amount: Integer,
|
|
967
|
+
destination_blockchain_address: String,
|
|
968
|
+
transfer_id: String
|
|
969
|
+
).returns(T.attached_class)
|
|
970
|
+
end
|
|
971
|
+
def self.new(
|
|
972
|
+
# The transfer amount in USD cents.
|
|
973
|
+
amount:,
|
|
974
|
+
# The blockchain address the funds are being sent to.
|
|
975
|
+
destination_blockchain_address:,
|
|
976
|
+
# The identifier of the Blockchain On-Ramp Transfer that led to this Pending
|
|
977
|
+
# Transaction.
|
|
978
|
+
transfer_id:
|
|
979
|
+
)
|
|
980
|
+
end
|
|
981
|
+
|
|
982
|
+
sig do
|
|
983
|
+
override.returns(
|
|
984
|
+
{
|
|
985
|
+
amount: Integer,
|
|
986
|
+
destination_blockchain_address: String,
|
|
987
|
+
transfer_id: String
|
|
988
|
+
}
|
|
989
|
+
)
|
|
990
|
+
end
|
|
991
|
+
def to_hash
|
|
992
|
+
end
|
|
993
|
+
end
|
|
994
|
+
|
|
828
995
|
class CardAuthorization < Increase::Internal::Type::BaseModel
|
|
829
996
|
OrHash =
|
|
830
997
|
T.type_alias do
|
|
@@ -3301,6 +3468,20 @@ module Increase
|
|
|
3301
3468
|
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
|
3302
3469
|
)
|
|
3303
3470
|
|
|
3471
|
+
# Blockchain On-Ramp Transfer Instruction: details will be under the `blockchain_onramp_transfer_instruction` object.
|
|
3472
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_INSTRUCTION =
|
|
3473
|
+
T.let(
|
|
3474
|
+
:blockchain_onramp_transfer_instruction,
|
|
3475
|
+
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
|
3476
|
+
)
|
|
3477
|
+
|
|
3478
|
+
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
3479
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION =
|
|
3480
|
+
T.let(
|
|
3481
|
+
:blockchain_offramp_transfer_intention,
|
|
3482
|
+
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
|
3483
|
+
)
|
|
3484
|
+
|
|
3304
3485
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
3305
3486
|
OTHER =
|
|
3306
3487
|
T.let(
|
|
@@ -286,6 +286,20 @@ module Increase
|
|
|
286
286
|
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
|
287
287
|
)
|
|
288
288
|
|
|
289
|
+
# Blockchain On-Ramp Transfer Instruction: details will be under the `blockchain_onramp_transfer_instruction` object.
|
|
290
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_INSTRUCTION =
|
|
291
|
+
T.let(
|
|
292
|
+
:blockchain_onramp_transfer_instruction,
|
|
293
|
+
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
|
294
|
+
)
|
|
295
|
+
|
|
296
|
+
# Blockchain Off-Ramp Transfer Intention: details will be under the `blockchain_offramp_transfer_intention` object.
|
|
297
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION =
|
|
298
|
+
T.let(
|
|
299
|
+
:blockchain_offramp_transfer_intention,
|
|
300
|
+
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
|
301
|
+
)
|
|
302
|
+
|
|
289
303
|
# The Pending Transaction was made for an undocumented or deprecated reason.
|
|
290
304
|
OTHER =
|
|
291
305
|
T.let(
|
|
@@ -295,6 +295,50 @@ module Increase
|
|
|
295
295
|
end
|
|
296
296
|
attr_writer :ach_transfer_return
|
|
297
297
|
|
|
298
|
+
# A Blockchain Off-Ramp Transfer Settlement object. This field will be present in
|
|
299
|
+
# the JSON response if and only if `category` is equal to
|
|
300
|
+
# `blockchain_offramp_transfer_settlement`.
|
|
301
|
+
sig do
|
|
302
|
+
returns(
|
|
303
|
+
T.nilable(
|
|
304
|
+
Increase::Transaction::Source::BlockchainOfframpTransferSettlement
|
|
305
|
+
)
|
|
306
|
+
)
|
|
307
|
+
end
|
|
308
|
+
attr_reader :blockchain_offramp_transfer_settlement
|
|
309
|
+
|
|
310
|
+
sig do
|
|
311
|
+
params(
|
|
312
|
+
blockchain_offramp_transfer_settlement:
|
|
313
|
+
T.nilable(
|
|
314
|
+
Increase::Transaction::Source::BlockchainOfframpTransferSettlement::OrHash
|
|
315
|
+
)
|
|
316
|
+
).void
|
|
317
|
+
end
|
|
318
|
+
attr_writer :blockchain_offramp_transfer_settlement
|
|
319
|
+
|
|
320
|
+
# A Blockchain On-Ramp Transfer Intention object. This field will be present in
|
|
321
|
+
# the JSON response if and only if `category` is equal to
|
|
322
|
+
# `blockchain_onramp_transfer_intention`.
|
|
323
|
+
sig do
|
|
324
|
+
returns(
|
|
325
|
+
T.nilable(
|
|
326
|
+
Increase::Transaction::Source::BlockchainOnrampTransferIntention
|
|
327
|
+
)
|
|
328
|
+
)
|
|
329
|
+
end
|
|
330
|
+
attr_reader :blockchain_onramp_transfer_intention
|
|
331
|
+
|
|
332
|
+
sig do
|
|
333
|
+
params(
|
|
334
|
+
blockchain_onramp_transfer_intention:
|
|
335
|
+
T.nilable(
|
|
336
|
+
Increase::Transaction::Source::BlockchainOnrampTransferIntention::OrHash
|
|
337
|
+
)
|
|
338
|
+
).void
|
|
339
|
+
end
|
|
340
|
+
attr_writer :blockchain_onramp_transfer_intention
|
|
341
|
+
|
|
298
342
|
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
|
|
299
343
|
# response if and only if `category` is equal to `card_dispute_acceptance`.
|
|
300
344
|
# Contains the details of a successful Card Dispute.
|
|
@@ -927,6 +971,14 @@ module Increase
|
|
|
927
971
|
T.nilable(
|
|
928
972
|
Increase::Transaction::Source::ACHTransferReturn::OrHash
|
|
929
973
|
),
|
|
974
|
+
blockchain_offramp_transfer_settlement:
|
|
975
|
+
T.nilable(
|
|
976
|
+
Increase::Transaction::Source::BlockchainOfframpTransferSettlement::OrHash
|
|
977
|
+
),
|
|
978
|
+
blockchain_onramp_transfer_intention:
|
|
979
|
+
T.nilable(
|
|
980
|
+
Increase::Transaction::Source::BlockchainOnrampTransferIntention::OrHash
|
|
981
|
+
),
|
|
930
982
|
card_dispute_acceptance:
|
|
931
983
|
T.nilable(
|
|
932
984
|
Increase::Transaction::Source::CardDisputeAcceptance::OrHash
|
|
@@ -1061,6 +1113,14 @@ module Increase
|
|
|
1061
1113
|
# the first two business days after the transfer is initiated, but can occur much
|
|
1062
1114
|
# later.
|
|
1063
1115
|
ach_transfer_return:,
|
|
1116
|
+
# A Blockchain Off-Ramp Transfer Settlement object. This field will be present in
|
|
1117
|
+
# the JSON response if and only if `category` is equal to
|
|
1118
|
+
# `blockchain_offramp_transfer_settlement`.
|
|
1119
|
+
blockchain_offramp_transfer_settlement:,
|
|
1120
|
+
# A Blockchain On-Ramp Transfer Intention object. This field will be present in
|
|
1121
|
+
# the JSON response if and only if `category` is equal to
|
|
1122
|
+
# `blockchain_onramp_transfer_intention`.
|
|
1123
|
+
blockchain_onramp_transfer_intention:,
|
|
1064
1124
|
# A Legacy Card Dispute Acceptance object. This field will be present in the JSON
|
|
1065
1125
|
# response if and only if `category` is equal to `card_dispute_acceptance`.
|
|
1066
1126
|
# Contains the details of a successful Card Dispute.
|
|
@@ -1236,6 +1296,14 @@ module Increase
|
|
|
1236
1296
|
T.nilable(Increase::Transaction::Source::ACHTransferRejection),
|
|
1237
1297
|
ach_transfer_return:
|
|
1238
1298
|
T.nilable(Increase::Transaction::Source::ACHTransferReturn),
|
|
1299
|
+
blockchain_offramp_transfer_settlement:
|
|
1300
|
+
T.nilable(
|
|
1301
|
+
Increase::Transaction::Source::BlockchainOfframpTransferSettlement
|
|
1302
|
+
),
|
|
1303
|
+
blockchain_onramp_transfer_intention:
|
|
1304
|
+
T.nilable(
|
|
1305
|
+
Increase::Transaction::Source::BlockchainOnrampTransferIntention
|
|
1306
|
+
),
|
|
1239
1307
|
card_dispute_acceptance:
|
|
1240
1308
|
T.nilable(Increase::Transaction::Source::CardDisputeAcceptance),
|
|
1241
1309
|
card_dispute_financial:
|
|
@@ -2216,6 +2284,92 @@ module Increase
|
|
|
2216
2284
|
end
|
|
2217
2285
|
end
|
|
2218
2286
|
|
|
2287
|
+
class BlockchainOfframpTransferSettlement < Increase::Internal::Type::BaseModel
|
|
2288
|
+
OrHash =
|
|
2289
|
+
T.type_alias do
|
|
2290
|
+
T.any(
|
|
2291
|
+
Increase::Transaction::Source::BlockchainOfframpTransferSettlement,
|
|
2292
|
+
Increase::Internal::AnyHash
|
|
2293
|
+
)
|
|
2294
|
+
end
|
|
2295
|
+
|
|
2296
|
+
# The identifier of the Blockchain Address the funds were received at.
|
|
2297
|
+
sig { returns(String) }
|
|
2298
|
+
attr_accessor :source_blockchain_address_id
|
|
2299
|
+
|
|
2300
|
+
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
2301
|
+
sig { returns(String) }
|
|
2302
|
+
attr_accessor :transfer_id
|
|
2303
|
+
|
|
2304
|
+
# A Blockchain Off-Ramp Transfer Settlement object. This field will be present in
|
|
2305
|
+
# the JSON response if and only if `category` is equal to
|
|
2306
|
+
# `blockchain_offramp_transfer_settlement`.
|
|
2307
|
+
sig do
|
|
2308
|
+
params(
|
|
2309
|
+
source_blockchain_address_id: String,
|
|
2310
|
+
transfer_id: String
|
|
2311
|
+
).returns(T.attached_class)
|
|
2312
|
+
end
|
|
2313
|
+
def self.new(
|
|
2314
|
+
# The identifier of the Blockchain Address the funds were received at.
|
|
2315
|
+
source_blockchain_address_id:,
|
|
2316
|
+
# The identifier of the Blockchain Off-Ramp Transfer that led to this Transaction.
|
|
2317
|
+
transfer_id:
|
|
2318
|
+
)
|
|
2319
|
+
end
|
|
2320
|
+
|
|
2321
|
+
sig do
|
|
2322
|
+
override.returns(
|
|
2323
|
+
{ source_blockchain_address_id: String, transfer_id: String }
|
|
2324
|
+
)
|
|
2325
|
+
end
|
|
2326
|
+
def to_hash
|
|
2327
|
+
end
|
|
2328
|
+
end
|
|
2329
|
+
|
|
2330
|
+
class BlockchainOnrampTransferIntention < Increase::Internal::Type::BaseModel
|
|
2331
|
+
OrHash =
|
|
2332
|
+
T.type_alias do
|
|
2333
|
+
T.any(
|
|
2334
|
+
Increase::Transaction::Source::BlockchainOnrampTransferIntention,
|
|
2335
|
+
Increase::Internal::AnyHash
|
|
2336
|
+
)
|
|
2337
|
+
end
|
|
2338
|
+
|
|
2339
|
+
# The blockchain address the funds were sent to.
|
|
2340
|
+
sig { returns(String) }
|
|
2341
|
+
attr_accessor :destination_blockchain_address
|
|
2342
|
+
|
|
2343
|
+
# The identifier of the Blockchain On-Ramp Transfer that led to this Transaction.
|
|
2344
|
+
sig { returns(String) }
|
|
2345
|
+
attr_accessor :transfer_id
|
|
2346
|
+
|
|
2347
|
+
# A Blockchain On-Ramp Transfer Intention object. This field will be present in
|
|
2348
|
+
# the JSON response if and only if `category` is equal to
|
|
2349
|
+
# `blockchain_onramp_transfer_intention`.
|
|
2350
|
+
sig do
|
|
2351
|
+
params(
|
|
2352
|
+
destination_blockchain_address: String,
|
|
2353
|
+
transfer_id: String
|
|
2354
|
+
).returns(T.attached_class)
|
|
2355
|
+
end
|
|
2356
|
+
def self.new(
|
|
2357
|
+
# The blockchain address the funds were sent to.
|
|
2358
|
+
destination_blockchain_address:,
|
|
2359
|
+
# The identifier of the Blockchain On-Ramp Transfer that led to this Transaction.
|
|
2360
|
+
transfer_id:
|
|
2361
|
+
)
|
|
2362
|
+
end
|
|
2363
|
+
|
|
2364
|
+
sig do
|
|
2365
|
+
override.returns(
|
|
2366
|
+
{ destination_blockchain_address: String, transfer_id: String }
|
|
2367
|
+
)
|
|
2368
|
+
end
|
|
2369
|
+
def to_hash
|
|
2370
|
+
end
|
|
2371
|
+
end
|
|
2372
|
+
|
|
2219
2373
|
class CardDisputeAcceptance < Increase::Internal::Type::BaseModel
|
|
2220
2374
|
OrHash =
|
|
2221
2375
|
T.type_alias do
|
|
@@ -10221,6 +10375,20 @@ module Increase
|
|
|
10221
10375
|
Increase::Transaction::Source::Category::TaggedSymbol
|
|
10222
10376
|
)
|
|
10223
10377
|
|
|
10378
|
+
# Blockchain On-Ramp Transfer Intention: details will be under the `blockchain_onramp_transfer_intention` object.
|
|
10379
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_INTENTION =
|
|
10380
|
+
T.let(
|
|
10381
|
+
:blockchain_onramp_transfer_intention,
|
|
10382
|
+
Increase::Transaction::Source::Category::TaggedSymbol
|
|
10383
|
+
)
|
|
10384
|
+
|
|
10385
|
+
# Blockchain Off-Ramp Transfer Settlement: details will be under the `blockchain_offramp_transfer_settlement` object.
|
|
10386
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_SETTLEMENT =
|
|
10387
|
+
T.let(
|
|
10388
|
+
:blockchain_offramp_transfer_settlement,
|
|
10389
|
+
Increase::Transaction::Source::Category::TaggedSymbol
|
|
10390
|
+
)
|
|
10391
|
+
|
|
10224
10392
|
# The Transaction was made for an undocumented or deprecated reason.
|
|
10225
10393
|
OTHER =
|
|
10226
10394
|
T.let(:other, Increase::Transaction::Source::Category::TaggedSymbol)
|
|
@@ -411,6 +411,20 @@ module Increase
|
|
|
411
411
|
Increase::TransactionListParams::Category::In::TaggedSymbol
|
|
412
412
|
)
|
|
413
413
|
|
|
414
|
+
# Blockchain On-Ramp Transfer Intention: details will be under the `blockchain_onramp_transfer_intention` object.
|
|
415
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_INTENTION =
|
|
416
|
+
T.let(
|
|
417
|
+
:blockchain_onramp_transfer_intention,
|
|
418
|
+
Increase::TransactionListParams::Category::In::TaggedSymbol
|
|
419
|
+
)
|
|
420
|
+
|
|
421
|
+
# Blockchain Off-Ramp Transfer Settlement: details will be under the `blockchain_offramp_transfer_settlement` object.
|
|
422
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_SETTLEMENT =
|
|
423
|
+
T.let(
|
|
424
|
+
:blockchain_offramp_transfer_settlement,
|
|
425
|
+
Increase::TransactionListParams::Category::In::TaggedSymbol
|
|
426
|
+
)
|
|
427
|
+
|
|
414
428
|
# The Transaction was made for an undocumented or deprecated reason.
|
|
415
429
|
OTHER =
|
|
416
430
|
T.let(
|
|
@@ -167,6 +167,48 @@ module Increase
|
|
|
167
167
|
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
168
168
|
)
|
|
169
169
|
|
|
170
|
+
# Occurs whenever a Blockchain Address is created.
|
|
171
|
+
BLOCKCHAIN_ADDRESS_CREATED =
|
|
172
|
+
T.let(
|
|
173
|
+
:"blockchain_address.created",
|
|
174
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
175
|
+
)
|
|
176
|
+
|
|
177
|
+
# Occurs whenever a Blockchain Address is updated.
|
|
178
|
+
BLOCKCHAIN_ADDRESS_UPDATED =
|
|
179
|
+
T.let(
|
|
180
|
+
:"blockchain_address.updated",
|
|
181
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
182
|
+
)
|
|
183
|
+
|
|
184
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is created.
|
|
185
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_CREATED =
|
|
186
|
+
T.let(
|
|
187
|
+
:"blockchain_offramp_transfer.created",
|
|
188
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
189
|
+
)
|
|
190
|
+
|
|
191
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is updated.
|
|
192
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_UPDATED =
|
|
193
|
+
T.let(
|
|
194
|
+
:"blockchain_offramp_transfer.updated",
|
|
195
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
196
|
+
)
|
|
197
|
+
|
|
198
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is created.
|
|
199
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_CREATED =
|
|
200
|
+
T.let(
|
|
201
|
+
:"blockchain_onramp_transfer.created",
|
|
202
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
203
|
+
)
|
|
204
|
+
|
|
205
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is updated.
|
|
206
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_UPDATED =
|
|
207
|
+
T.let(
|
|
208
|
+
:"blockchain_onramp_transfer.updated",
|
|
209
|
+
Increase::UnwrapWebhookEvent::Category::TaggedSymbol
|
|
210
|
+
)
|
|
211
|
+
|
|
170
212
|
# Occurs whenever a Bookkeeping Account is created.
|
|
171
213
|
BOOKKEEPING_ACCOUNT_CREATED =
|
|
172
214
|
T.let(
|
|
@@ -53,6 +53,12 @@ module Increase
|
|
|
53
53
|
| :"ach_prenotification.updated"
|
|
54
54
|
| :"ach_transfer.created"
|
|
55
55
|
| :"ach_transfer.updated"
|
|
56
|
+
| :"blockchain_address.created"
|
|
57
|
+
| :"blockchain_address.updated"
|
|
58
|
+
| :"blockchain_offramp_transfer.created"
|
|
59
|
+
| :"blockchain_offramp_transfer.updated"
|
|
60
|
+
| :"blockchain_onramp_transfer.created"
|
|
61
|
+
| :"blockchain_onramp_transfer.updated"
|
|
56
62
|
| :"bookkeeping_account.created"
|
|
57
63
|
| :"bookkeeping_account.updated"
|
|
58
64
|
| :"bookkeeping_entry_set.updated"
|
|
@@ -182,6 +188,24 @@ module Increase
|
|
|
182
188
|
# Occurs whenever an ACH Transfer is updated.
|
|
183
189
|
ACH_TRANSFER_UPDATED: :"ach_transfer.updated"
|
|
184
190
|
|
|
191
|
+
# Occurs whenever a Blockchain Address is created.
|
|
192
|
+
BLOCKCHAIN_ADDRESS_CREATED: :"blockchain_address.created"
|
|
193
|
+
|
|
194
|
+
# Occurs whenever a Blockchain Address is updated.
|
|
195
|
+
BLOCKCHAIN_ADDRESS_UPDATED: :"blockchain_address.updated"
|
|
196
|
+
|
|
197
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is created.
|
|
198
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_CREATED: :"blockchain_offramp_transfer.created"
|
|
199
|
+
|
|
200
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is updated.
|
|
201
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_UPDATED: :"blockchain_offramp_transfer.updated"
|
|
202
|
+
|
|
203
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is created.
|
|
204
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_CREATED: :"blockchain_onramp_transfer.created"
|
|
205
|
+
|
|
206
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is updated.
|
|
207
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_UPDATED: :"blockchain_onramp_transfer.updated"
|
|
208
|
+
|
|
185
209
|
# Occurs whenever a Bookkeeping Account is created.
|
|
186
210
|
BOOKKEEPING_ACCOUNT_CREATED: :"bookkeeping_account.created"
|
|
187
211
|
|
|
@@ -86,6 +86,12 @@ module Increase
|
|
|
86
86
|
| :"ach_prenotification.updated"
|
|
87
87
|
| :"ach_transfer.created"
|
|
88
88
|
| :"ach_transfer.updated"
|
|
89
|
+
| :"blockchain_address.created"
|
|
90
|
+
| :"blockchain_address.updated"
|
|
91
|
+
| :"blockchain_offramp_transfer.created"
|
|
92
|
+
| :"blockchain_offramp_transfer.updated"
|
|
93
|
+
| :"blockchain_onramp_transfer.created"
|
|
94
|
+
| :"blockchain_onramp_transfer.updated"
|
|
89
95
|
| :"bookkeeping_account.created"
|
|
90
96
|
| :"bookkeeping_account.updated"
|
|
91
97
|
| :"bookkeeping_entry_set.updated"
|
|
@@ -215,6 +221,24 @@ module Increase
|
|
|
215
221
|
# Occurs whenever an ACH Transfer is updated.
|
|
216
222
|
ACH_TRANSFER_UPDATED: :"ach_transfer.updated"
|
|
217
223
|
|
|
224
|
+
# Occurs whenever a Blockchain Address is created.
|
|
225
|
+
BLOCKCHAIN_ADDRESS_CREATED: :"blockchain_address.created"
|
|
226
|
+
|
|
227
|
+
# Occurs whenever a Blockchain Address is updated.
|
|
228
|
+
BLOCKCHAIN_ADDRESS_UPDATED: :"blockchain_address.updated"
|
|
229
|
+
|
|
230
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is created.
|
|
231
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_CREATED: :"blockchain_offramp_transfer.created"
|
|
232
|
+
|
|
233
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is updated.
|
|
234
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_UPDATED: :"blockchain_offramp_transfer.updated"
|
|
235
|
+
|
|
236
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is created.
|
|
237
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_CREATED: :"blockchain_onramp_transfer.created"
|
|
238
|
+
|
|
239
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is updated.
|
|
240
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_UPDATED: :"blockchain_onramp_transfer.updated"
|
|
241
|
+
|
|
218
242
|
# Occurs whenever a Bookkeeping Account is created.
|
|
219
243
|
BOOKKEEPING_ACCOUNT_CREATED: :"bookkeeping_account.created"
|
|
220
244
|
|
|
@@ -63,6 +63,12 @@ module Increase
|
|
|
63
63
|
| :"ach_prenotification.updated"
|
|
64
64
|
| :"ach_transfer.created"
|
|
65
65
|
| :"ach_transfer.updated"
|
|
66
|
+
| :"blockchain_address.created"
|
|
67
|
+
| :"blockchain_address.updated"
|
|
68
|
+
| :"blockchain_offramp_transfer.created"
|
|
69
|
+
| :"blockchain_offramp_transfer.updated"
|
|
70
|
+
| :"blockchain_onramp_transfer.created"
|
|
71
|
+
| :"blockchain_onramp_transfer.updated"
|
|
66
72
|
| :"bookkeeping_account.created"
|
|
67
73
|
| :"bookkeeping_account.updated"
|
|
68
74
|
| :"bookkeeping_entry_set.updated"
|
|
@@ -192,6 +198,24 @@ module Increase
|
|
|
192
198
|
# Occurs whenever an ACH Transfer is updated.
|
|
193
199
|
ACH_TRANSFER_UPDATED: :"ach_transfer.updated"
|
|
194
200
|
|
|
201
|
+
# Occurs whenever a Blockchain Address is created.
|
|
202
|
+
BLOCKCHAIN_ADDRESS_CREATED: :"blockchain_address.created"
|
|
203
|
+
|
|
204
|
+
# Occurs whenever a Blockchain Address is updated.
|
|
205
|
+
BLOCKCHAIN_ADDRESS_UPDATED: :"blockchain_address.updated"
|
|
206
|
+
|
|
207
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is created.
|
|
208
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_CREATED: :"blockchain_offramp_transfer.created"
|
|
209
|
+
|
|
210
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is updated.
|
|
211
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_UPDATED: :"blockchain_offramp_transfer.updated"
|
|
212
|
+
|
|
213
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is created.
|
|
214
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_CREATED: :"blockchain_onramp_transfer.created"
|
|
215
|
+
|
|
216
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is updated.
|
|
217
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_UPDATED: :"blockchain_onramp_transfer.updated"
|
|
218
|
+
|
|
195
219
|
# Occurs whenever a Bookkeeping Account is created.
|
|
196
220
|
BOOKKEEPING_ACCOUNT_CREATED: :"bookkeeping_account.created"
|
|
197
221
|
|
|
@@ -66,6 +66,12 @@ module Increase
|
|
|
66
66
|
| :"ach_prenotification.updated"
|
|
67
67
|
| :"ach_transfer.created"
|
|
68
68
|
| :"ach_transfer.updated"
|
|
69
|
+
| :"blockchain_address.created"
|
|
70
|
+
| :"blockchain_address.updated"
|
|
71
|
+
| :"blockchain_offramp_transfer.created"
|
|
72
|
+
| :"blockchain_offramp_transfer.updated"
|
|
73
|
+
| :"blockchain_onramp_transfer.created"
|
|
74
|
+
| :"blockchain_onramp_transfer.updated"
|
|
69
75
|
| :"bookkeeping_account.created"
|
|
70
76
|
| :"bookkeeping_account.updated"
|
|
71
77
|
| :"bookkeeping_entry_set.updated"
|
|
@@ -195,6 +201,24 @@ module Increase
|
|
|
195
201
|
# Occurs whenever an ACH Transfer is updated.
|
|
196
202
|
ACH_TRANSFER_UPDATED: :"ach_transfer.updated"
|
|
197
203
|
|
|
204
|
+
# Occurs whenever a Blockchain Address is created.
|
|
205
|
+
BLOCKCHAIN_ADDRESS_CREATED: :"blockchain_address.created"
|
|
206
|
+
|
|
207
|
+
# Occurs whenever a Blockchain Address is updated.
|
|
208
|
+
BLOCKCHAIN_ADDRESS_UPDATED: :"blockchain_address.updated"
|
|
209
|
+
|
|
210
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is created.
|
|
211
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_CREATED: :"blockchain_offramp_transfer.created"
|
|
212
|
+
|
|
213
|
+
# Occurs whenever a Blockchain Off-Ramp Transfer is updated.
|
|
214
|
+
BLOCKCHAIN_OFFRAMP_TRANSFER_UPDATED: :"blockchain_offramp_transfer.updated"
|
|
215
|
+
|
|
216
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is created.
|
|
217
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_CREATED: :"blockchain_onramp_transfer.created"
|
|
218
|
+
|
|
219
|
+
# Occurs whenever a Blockchain On-Ramp Transfer is updated.
|
|
220
|
+
BLOCKCHAIN_ONRAMP_TRANSFER_UPDATED: :"blockchain_onramp_transfer.updated"
|
|
221
|
+
|
|
198
222
|
# Occurs whenever a Bookkeeping Account is created.
|
|
199
223
|
BOOKKEEPING_ACCOUNT_CREATED: :"bookkeeping_account.created"
|
|
200
224
|
|