increase 1.99.0 → 1.100.1
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/card_dispute.rb +24 -6
- data/lib/increase/models/card_payment.rb +13 -4
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_dispute.rbi +90 -8
- data/rbi/increase/models/card_payment.rbi +14 -4
- data/sig/increase/models/card_dispute.rbs +24 -8
- data/sig/increase/models/card_payment.rbs +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f1aa28a9ad104e3d08e119ed8e3b60ff2613e82f8d7f16cd0cce1d6af5e5921
|
4
|
+
data.tar.gz: 3e3ceff5fe1234168b79d773f6462d68283757f8ff8b3f52cfe48017ac8b5583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c402c1f538eeb347b4411d079e77db924728f9bc785e6e6f5fac71c9440c9d3aaf48a024a9d05981f39d0e339df6fde768fd494374f0f506c64e1b480c04e7f
|
7
|
+
data.tar.gz: 5af06d123b97516f3b17ca49950573e71902d16a1a6c5391aefdf8eaf9c474ab5dcc491081c53c237741aee927488e8b09b142f1b2f54394661f3d5f8bec2d44
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.100.1 (2025-10-06)
|
4
|
+
|
5
|
+
Full Changelog: [v1.100.0...v1.100.1](https://github.com/Increase/increase-ruby/compare/v1.100.0...v1.100.1)
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
* **client:** handle some Dispute objects as empty rather than unknown ([c542446](https://github.com/Increase/increase-ruby/commit/c542446e2b0b7d60998f5d2fdada16ad2d889743))
|
10
|
+
|
11
|
+
## 1.100.0 (2025-10-03)
|
12
|
+
|
13
|
+
Full Changelog: [v1.99.0...v1.100.0](https://github.com/Increase/increase-ruby/compare/v1.99.0...v1.100.0)
|
14
|
+
|
15
|
+
### Features
|
16
|
+
|
17
|
+
* **api:** api update ([9b9ec77](https://github.com/Increase/increase-ruby/commit/9b9ec770c31cfb71d2e7d9de92da83aab4095bd8))
|
18
|
+
|
3
19
|
## 1.99.0 (2025-10-01)
|
4
20
|
|
5
21
|
Full Changelog: [v1.98.0...v1.99.0](https://github.com/Increase/increase-ruby/compare/v1.98.0...v1.99.0)
|
data/README.md
CHANGED
@@ -990,9 +990,11 @@ module Increase
|
|
990
990
|
# Non-fiat currency or non-fungible token as described details. Present if and
|
991
991
|
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
|
992
992
|
#
|
993
|
-
# @return [
|
993
|
+
# @return [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil]
|
994
994
|
required :non_fiat_currency_or_non_fungible_token_as_described,
|
995
|
-
|
995
|
+
-> {
|
996
|
+
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
|
997
|
+
},
|
996
998
|
nil?: true
|
997
999
|
|
998
1000
|
# @!attribute non_fiat_currency_or_non_fungible_token_received
|
@@ -1047,7 +1049,7 @@ module Increase
|
|
1047
1049
|
#
|
1048
1050
|
# @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute, nil] Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.
|
1049
1051
|
#
|
1050
|
-
# @param non_fiat_currency_or_non_fungible_token_as_described [
|
1052
|
+
# @param non_fiat_currency_or_non_fungible_token_as_described [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil] Non-fiat currency or non-fungible token as described details. Present if and onl
|
1051
1053
|
#
|
1052
1054
|
# @param non_fiat_currency_or_non_fungible_token_received [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived, nil] Non-fiat currency or non-fungible token received details. Present if and only if
|
1053
1055
|
#
|
@@ -1263,6 +1265,13 @@ module Increase
|
|
1263
1265
|
end
|
1264
1266
|
end
|
1265
1267
|
|
1268
|
+
# @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_as_described
|
1269
|
+
class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
|
1270
|
+
# @!method initialize
|
1271
|
+
# Non-fiat currency or non-fungible token as described details. Present if and
|
1272
|
+
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
|
1273
|
+
end
|
1274
|
+
|
1266
1275
|
# @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_received
|
1267
1276
|
class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
|
1268
1277
|
# @!attribute blockchain_transaction_hash
|
@@ -1656,8 +1665,10 @@ module Increase
|
|
1656
1665
|
# Non-receipt of cash. Present if and only if `category` is
|
1657
1666
|
# `consumer_non_receipt_of_cash`.
|
1658
1667
|
#
|
1659
|
-
# @return [
|
1660
|
-
required :consumer_non_receipt_of_cash,
|
1668
|
+
# @return [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil]
|
1669
|
+
required :consumer_non_receipt_of_cash,
|
1670
|
+
-> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash },
|
1671
|
+
nil?: true
|
1661
1672
|
|
1662
1673
|
# @!attribute consumer_original_credit_transaction_not_accepted
|
1663
1674
|
# Original Credit Transaction (OCT) not accepted. Present if and only if
|
@@ -1769,7 +1780,7 @@ module Increase
|
|
1769
1780
|
#
|
1770
1781
|
# @param consumer_merchandise_not_received [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived, nil] Merchandise not received. Present if and only if `category` is `consumer_merchan
|
1771
1782
|
#
|
1772
|
-
# @param consumer_non_receipt_of_cash [
|
1783
|
+
# @param consumer_non_receipt_of_cash [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil] Non-receipt of cash. Present if and only if `category` is `consumer*non_receipt*
|
1773
1784
|
#
|
1774
1785
|
# @param consumer_original_credit_transaction_not_accepted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted, nil] Original Credit Transaction (OCT) not accepted. Present if and only if `category
|
1775
1786
|
#
|
@@ -3672,6 +3683,13 @@ module Increase
|
|
3672
3683
|
end
|
3673
3684
|
end
|
3674
3685
|
|
3686
|
+
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_non_receipt_of_cash
|
3687
|
+
class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
|
3688
|
+
# @!method initialize
|
3689
|
+
# Non-receipt of cash. Present if and only if `category` is
|
3690
|
+
# `consumer_non_receipt_of_cash`.
|
3691
|
+
end
|
3692
|
+
|
3675
3693
|
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_original_credit_transaction_not_accepted
|
3676
3694
|
class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
|
3677
3695
|
# @!attribute explanation
|
@@ -8043,6 +8043,13 @@ module Increase
|
|
8043
8043
|
# @return [Integer]
|
8044
8044
|
required :incremented_amount, Integer
|
8045
8045
|
|
8046
|
+
# @!attribute refunded_amount
|
8047
|
+
# The total refunded amount in the minor unit of the transaction's currency. For
|
8048
|
+
# dollars, for example, this is cents.
|
8049
|
+
#
|
8050
|
+
# @return [Integer]
|
8051
|
+
required :refunded_amount, Integer
|
8052
|
+
|
8046
8053
|
# @!attribute reversed_amount
|
8047
8054
|
# The total reversed amount in the minor unit of the transaction's currency. For
|
8048
8055
|
# dollars, for example, this is cents.
|
@@ -8051,13 +8058,13 @@ module Increase
|
|
8051
8058
|
required :reversed_amount, Integer
|
8052
8059
|
|
8053
8060
|
# @!attribute settled_amount
|
8054
|
-
# The total settled
|
8055
|
-
#
|
8061
|
+
# The total settled amount in the minor unit of the transaction's currency. For
|
8062
|
+
# dollars, for example, this is cents.
|
8056
8063
|
#
|
8057
8064
|
# @return [Integer]
|
8058
8065
|
required :settled_amount, Integer
|
8059
8066
|
|
8060
|
-
# @!method initialize(authorized_amount:, fuel_confirmed_amount:, incremented_amount:, reversed_amount:, settled_amount:)
|
8067
|
+
# @!method initialize(authorized_amount:, fuel_confirmed_amount:, incremented_amount:, refunded_amount:, reversed_amount:, settled_amount:)
|
8061
8068
|
# Some parameter documentations has been truncated, see
|
8062
8069
|
# {Increase::Models::CardPayment::State} for more details.
|
8063
8070
|
#
|
@@ -8069,9 +8076,11 @@ module Increase
|
|
8069
8076
|
#
|
8070
8077
|
# @param incremented_amount [Integer] The total incrementally updated authorized amount in the minor unit of the trans
|
8071
8078
|
#
|
8079
|
+
# @param refunded_amount [Integer] The total refunded amount in the minor unit of the transaction's currency. For d
|
8080
|
+
#
|
8072
8081
|
# @param reversed_amount [Integer] The total reversed amount in the minor unit of the transaction's currency. For d
|
8073
8082
|
#
|
8074
|
-
# @param settled_amount [Integer] The total settled
|
8083
|
+
# @param settled_amount [Integer] The total settled amount in the minor unit of the transaction's currency. For do
|
8075
8084
|
end
|
8076
8085
|
|
8077
8086
|
# A constant representing the object's type. For this resource it will always be
|
data/lib/increase/version.rb
CHANGED
@@ -1835,8 +1835,24 @@ module Increase
|
|
1835
1835
|
|
1836
1836
|
# Non-fiat currency or non-fungible token as described details. Present if and
|
1837
1837
|
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
|
1838
|
-
sig
|
1839
|
-
|
1838
|
+
sig do
|
1839
|
+
returns(
|
1840
|
+
T.nilable(
|
1841
|
+
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
|
1842
|
+
)
|
1843
|
+
)
|
1844
|
+
end
|
1845
|
+
attr_reader :non_fiat_currency_or_non_fungible_token_as_described
|
1846
|
+
|
1847
|
+
sig do
|
1848
|
+
params(
|
1849
|
+
non_fiat_currency_or_non_fungible_token_as_described:
|
1850
|
+
T.nilable(
|
1851
|
+
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed::OrHash
|
1852
|
+
)
|
1853
|
+
).void
|
1854
|
+
end
|
1855
|
+
attr_writer :non_fiat_currency_or_non_fungible_token_as_described
|
1840
1856
|
|
1841
1857
|
# Non-fiat currency or non-fungible token received details. Present if and only if
|
1842
1858
|
# `reason` is `non_fiat_currency_or_non_fungible_token_received`.
|
@@ -1929,7 +1945,9 @@ module Increase
|
|
1929
1945
|
Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute::OrHash
|
1930
1946
|
),
|
1931
1947
|
non_fiat_currency_or_non_fungible_token_as_described:
|
1932
|
-
T.nilable(
|
1948
|
+
T.nilable(
|
1949
|
+
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed::OrHash
|
1950
|
+
),
|
1933
1951
|
non_fiat_currency_or_non_fungible_token_received:
|
1934
1952
|
T.nilable(
|
1935
1953
|
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived::OrHash
|
@@ -1988,7 +2006,9 @@ module Increase
|
|
1988
2006
|
Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute
|
1989
2007
|
),
|
1990
2008
|
non_fiat_currency_or_non_fungible_token_as_described:
|
1991
|
-
T.nilable(
|
2009
|
+
T.nilable(
|
2010
|
+
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
|
2011
|
+
),
|
1992
2012
|
non_fiat_currency_or_non_fungible_token_received:
|
1993
2013
|
T.nilable(
|
1994
2014
|
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived
|
@@ -2417,6 +2437,26 @@ module Increase
|
|
2417
2437
|
end
|
2418
2438
|
end
|
2419
2439
|
|
2440
|
+
class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
|
2441
|
+
OrHash =
|
2442
|
+
T.type_alias do
|
2443
|
+
T.any(
|
2444
|
+
Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed,
|
2445
|
+
Increase::Internal::AnyHash
|
2446
|
+
)
|
2447
|
+
end
|
2448
|
+
|
2449
|
+
# Non-fiat currency or non-fungible token as described details. Present if and
|
2450
|
+
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
|
2451
|
+
sig { returns(T.attached_class) }
|
2452
|
+
def self.new
|
2453
|
+
end
|
2454
|
+
|
2455
|
+
sig { override.returns({}) }
|
2456
|
+
def to_hash
|
2457
|
+
end
|
2458
|
+
end
|
2459
|
+
|
2420
2460
|
class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
|
2421
2461
|
OrHash =
|
2422
2462
|
T.type_alias do
|
@@ -3196,8 +3236,24 @@ module Increase
|
|
3196
3236
|
|
3197
3237
|
# Non-receipt of cash. Present if and only if `category` is
|
3198
3238
|
# `consumer_non_receipt_of_cash`.
|
3199
|
-
sig
|
3200
|
-
|
3239
|
+
sig do
|
3240
|
+
returns(
|
3241
|
+
T.nilable(
|
3242
|
+
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash
|
3243
|
+
)
|
3244
|
+
)
|
3245
|
+
end
|
3246
|
+
attr_reader :consumer_non_receipt_of_cash
|
3247
|
+
|
3248
|
+
sig do
|
3249
|
+
params(
|
3250
|
+
consumer_non_receipt_of_cash:
|
3251
|
+
T.nilable(
|
3252
|
+
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash::OrHash
|
3253
|
+
)
|
3254
|
+
).void
|
3255
|
+
end
|
3256
|
+
attr_writer :consumer_non_receipt_of_cash
|
3201
3257
|
|
3202
3258
|
# Original Credit Transaction (OCT) not accepted. Present if and only if
|
3203
3259
|
# `category` is `consumer_original_credit_transaction_not_accepted`.
|
@@ -3413,7 +3469,10 @@ module Increase
|
|
3413
3469
|
T.nilable(
|
3414
3470
|
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::OrHash
|
3415
3471
|
),
|
3416
|
-
consumer_non_receipt_of_cash:
|
3472
|
+
consumer_non_receipt_of_cash:
|
3473
|
+
T.nilable(
|
3474
|
+
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash::OrHash
|
3475
|
+
),
|
3417
3476
|
consumer_original_credit_transaction_not_accepted:
|
3418
3477
|
T.nilable(
|
3419
3478
|
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted::OrHash
|
@@ -3553,7 +3612,10 @@ module Increase
|
|
3553
3612
|
T.nilable(
|
3554
3613
|
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived
|
3555
3614
|
),
|
3556
|
-
consumer_non_receipt_of_cash:
|
3615
|
+
consumer_non_receipt_of_cash:
|
3616
|
+
T.nilable(
|
3617
|
+
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash
|
3618
|
+
),
|
3557
3619
|
consumer_original_credit_transaction_not_accepted:
|
3558
3620
|
T.nilable(
|
3559
3621
|
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted
|
@@ -7339,6 +7401,26 @@ module Increase
|
|
7339
7401
|
end
|
7340
7402
|
end
|
7341
7403
|
|
7404
|
+
class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
|
7405
|
+
OrHash =
|
7406
|
+
T.type_alias do
|
7407
|
+
T.any(
|
7408
|
+
Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash,
|
7409
|
+
Increase::Internal::AnyHash
|
7410
|
+
)
|
7411
|
+
end
|
7412
|
+
|
7413
|
+
# Non-receipt of cash. Present if and only if `category` is
|
7414
|
+
# `consumer_non_receipt_of_cash`.
|
7415
|
+
sig { returns(T.attached_class) }
|
7416
|
+
def self.new
|
7417
|
+
end
|
7418
|
+
|
7419
|
+
sig { override.returns({}) }
|
7420
|
+
def to_hash
|
7421
|
+
end
|
7422
|
+
end
|
7423
|
+
|
7342
7424
|
class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
|
7343
7425
|
OrHash =
|
7344
7426
|
T.type_alias do
|
@@ -14918,13 +14918,18 @@ module Increase
|
|
14918
14918
|
sig { returns(Integer) }
|
14919
14919
|
attr_accessor :incremented_amount
|
14920
14920
|
|
14921
|
+
# The total refunded amount in the minor unit of the transaction's currency. For
|
14922
|
+
# dollars, for example, this is cents.
|
14923
|
+
sig { returns(Integer) }
|
14924
|
+
attr_accessor :refunded_amount
|
14925
|
+
|
14921
14926
|
# The total reversed amount in the minor unit of the transaction's currency. For
|
14922
14927
|
# dollars, for example, this is cents.
|
14923
14928
|
sig { returns(Integer) }
|
14924
14929
|
attr_accessor :reversed_amount
|
14925
14930
|
|
14926
|
-
# The total settled
|
14927
|
-
#
|
14931
|
+
# The total settled amount in the minor unit of the transaction's currency. For
|
14932
|
+
# dollars, for example, this is cents.
|
14928
14933
|
sig { returns(Integer) }
|
14929
14934
|
attr_accessor :settled_amount
|
14930
14935
|
|
@@ -14934,6 +14939,7 @@ module Increase
|
|
14934
14939
|
authorized_amount: Integer,
|
14935
14940
|
fuel_confirmed_amount: Integer,
|
14936
14941
|
incremented_amount: Integer,
|
14942
|
+
refunded_amount: Integer,
|
14937
14943
|
reversed_amount: Integer,
|
14938
14944
|
settled_amount: Integer
|
14939
14945
|
).returns(T.attached_class)
|
@@ -14948,11 +14954,14 @@ module Increase
|
|
14948
14954
|
# The total incrementally updated authorized amount in the minor unit of the
|
14949
14955
|
# transaction's currency. For dollars, for example, this is cents.
|
14950
14956
|
incremented_amount:,
|
14957
|
+
# The total refunded amount in the minor unit of the transaction's currency. For
|
14958
|
+
# dollars, for example, this is cents.
|
14959
|
+
refunded_amount:,
|
14951
14960
|
# The total reversed amount in the minor unit of the transaction's currency. For
|
14952
14961
|
# dollars, for example, this is cents.
|
14953
14962
|
reversed_amount:,
|
14954
|
-
# The total settled
|
14955
|
-
#
|
14963
|
+
# The total settled amount in the minor unit of the transaction's currency. For
|
14964
|
+
# dollars, for example, this is cents.
|
14956
14965
|
settled_amount:
|
14957
14966
|
)
|
14958
14967
|
end
|
@@ -14963,6 +14972,7 @@ module Increase
|
|
14963
14972
|
authorized_amount: Integer,
|
14964
14973
|
fuel_confirmed_amount: Integer,
|
14965
14974
|
incremented_amount: Integer,
|
14975
|
+
refunded_amount: Integer,
|
14966
14976
|
reversed_amount: Integer,
|
14967
14977
|
settled_amount: Integer
|
14968
14978
|
}
|
@@ -686,7 +686,7 @@ module Increase
|
|
686
686
|
cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
|
687
687
|
credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
|
688
688
|
invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
|
689
|
-
non_fiat_currency_or_non_fungible_token_as_described:
|
689
|
+
non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
|
690
690
|
non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
|
691
691
|
proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
|
692
692
|
reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
|
@@ -700,7 +700,7 @@ module Increase
|
|
700
700
|
|
701
701
|
attr_accessor invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?
|
702
702
|
|
703
|
-
attr_accessor non_fiat_currency_or_non_fungible_token_as_described:
|
703
|
+
attr_accessor non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?
|
704
704
|
|
705
705
|
attr_accessor non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?
|
706
706
|
|
@@ -714,7 +714,7 @@ module Increase
|
|
714
714
|
cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
|
715
715
|
credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
|
716
716
|
invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
|
717
|
-
non_fiat_currency_or_non_fungible_token_as_described:
|
717
|
+
non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
|
718
718
|
non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
|
719
719
|
proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
|
720
720
|
reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
|
@@ -725,7 +725,7 @@ module Increase
|
|
725
725
|
cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
|
726
726
|
credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
|
727
727
|
invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
|
728
|
-
non_fiat_currency_or_non_fungible_token_as_described:
|
728
|
+
non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
|
729
729
|
non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
|
730
730
|
proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
|
731
731
|
reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
|
@@ -940,6 +940,14 @@ module Increase
|
|
940
940
|
end
|
941
941
|
end
|
942
942
|
|
943
|
+
type non_fiat_currency_or_non_fungible_token_as_described = { }
|
944
|
+
|
945
|
+
class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
|
946
|
+
def initialize: -> void
|
947
|
+
|
948
|
+
def to_hash: -> { }
|
949
|
+
end
|
950
|
+
|
943
951
|
type non_fiat_currency_or_non_fungible_token_received =
|
944
952
|
{
|
945
953
|
blockchain_transaction_hash: String,
|
@@ -1157,7 +1165,7 @@ module Increase
|
|
1157
1165
|
consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
|
1158
1166
|
consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
|
1159
1167
|
consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
|
1160
|
-
consumer_non_receipt_of_cash:
|
1168
|
+
consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
|
1161
1169
|
consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
|
1162
1170
|
consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
|
1163
1171
|
consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
|
@@ -1191,7 +1199,7 @@ module Increase
|
|
1191
1199
|
|
1192
1200
|
attr_accessor consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?
|
1193
1201
|
|
1194
|
-
attr_accessor consumer_non_receipt_of_cash:
|
1202
|
+
attr_accessor consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?
|
1195
1203
|
|
1196
1204
|
attr_accessor consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?
|
1197
1205
|
|
@@ -1221,7 +1229,7 @@ module Increase
|
|
1221
1229
|
consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
|
1222
1230
|
consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
|
1223
1231
|
consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
|
1224
|
-
consumer_non_receipt_of_cash:
|
1232
|
+
consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
|
1225
1233
|
consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
|
1226
1234
|
consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
|
1227
1235
|
consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
|
@@ -1244,7 +1252,7 @@ module Increase
|
|
1244
1252
|
consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
|
1245
1253
|
consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
|
1246
1254
|
consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
|
1247
|
-
consumer_non_receipt_of_cash:
|
1255
|
+
consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
|
1248
1256
|
consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
|
1249
1257
|
consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
|
1250
1258
|
consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
|
@@ -2796,6 +2804,14 @@ module Increase
|
|
2796
2804
|
end
|
2797
2805
|
end
|
2798
2806
|
|
2807
|
+
type consumer_non_receipt_of_cash = { }
|
2808
|
+
|
2809
|
+
class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
|
2810
|
+
def initialize: -> void
|
2811
|
+
|
2812
|
+
def to_hash: -> { }
|
2813
|
+
end
|
2814
|
+
|
2799
2815
|
type consumer_original_credit_transaction_not_accepted =
|
2800
2816
|
{
|
2801
2817
|
explanation: String,
|
@@ -5679,6 +5679,7 @@ module Increase
|
|
5679
5679
|
authorized_amount: Integer,
|
5680
5680
|
fuel_confirmed_amount: Integer,
|
5681
5681
|
incremented_amount: Integer,
|
5682
|
+
refunded_amount: Integer,
|
5682
5683
|
reversed_amount: Integer,
|
5683
5684
|
settled_amount: Integer
|
5684
5685
|
}
|
@@ -5690,6 +5691,8 @@ module Increase
|
|
5690
5691
|
|
5691
5692
|
attr_accessor incremented_amount: Integer
|
5692
5693
|
|
5694
|
+
attr_accessor refunded_amount: Integer
|
5695
|
+
|
5693
5696
|
attr_accessor reversed_amount: Integer
|
5694
5697
|
|
5695
5698
|
attr_accessor settled_amount: Integer
|
@@ -5698,6 +5701,7 @@ module Increase
|
|
5698
5701
|
authorized_amount: Integer,
|
5699
5702
|
fuel_confirmed_amount: Integer,
|
5700
5703
|
incremented_amount: Integer,
|
5704
|
+
refunded_amount: Integer,
|
5701
5705
|
reversed_amount: Integer,
|
5702
5706
|
settled_amount: Integer
|
5703
5707
|
) -> void
|
@@ -5706,6 +5710,7 @@ module Increase
|
|
5706
5710
|
authorized_amount: Integer,
|
5707
5711
|
fuel_confirmed_amount: Integer,
|
5708
5712
|
incremented_amount: Integer,
|
5713
|
+
refunded_amount: Integer,
|
5709
5714
|
reversed_amount: Integer,
|
5710
5715
|
settled_amount: Integer
|
5711
5716
|
}
|
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.100.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Increase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|