increase 1.120.0 → 1.122.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/card_dispute.rb +24 -6
- data/lib/increase/models/entity_create_params.rb +3 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_dispute.rbi +90 -8
- data/rbi/increase/models/entity_create_params.rbi +7 -0
- data/sig/increase/models/card_dispute.rbs +24 -8
- data/sig/increase/models/entity_create_params.rbs +4 -0
- 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: 59fd06af129c1b20f150d16e309402fcf34534e24775a900cf38cb20dd96ae36
         | 
| 4 | 
            +
              data.tar.gz: 83c7670026021abb427bd94c5e7891918134ce90eca9f8ed7c2972deb2b06f1a
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 973bd6c6b98df3cca91b70076c8fd3903ac7ddc86f056234aac8a6476780379c42bc364240ff3a4d4a86c8fceea0415f409d1ac85ec74b3574a37eaef78b7e75
         | 
| 7 | 
            +
              data.tar.gz: bfad97ad77a2a198ce457d13754ca0d5fc95e3cd7724e149c2d90a24770bc03ac9c3ff387fb6c6b73aaf830c8e78c8fd0c080657f72d9d45717eac7967d1c63d
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,21 @@ | |
| 1 1 | 
             
            # Changelog
         | 
| 2 2 |  | 
| 3 | 
            +
            ## 1.122.0 (2025-10-29)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Full Changelog: [v1.121.0...v1.122.0](https://github.com/Increase/increase-ruby/compare/v1.121.0...v1.122.0)
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### Features
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * **api:** api update ([77104e0](https://github.com/Increase/increase-ruby/commit/77104e0578897433f919507fafdcca3915c3db5a))
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ## 1.121.0 (2025-10-29)
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            Full Changelog: [v1.120.0...v1.121.0](https://github.com/Increase/increase-ruby/compare/v1.120.0...v1.121.0)
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            ### Features
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            * **api:** api update ([afe739c](https://github.com/Increase/increase-ruby/commit/afe739c394b5bd452d9994b7c43d0ddc0385f466))
         | 
| 18 | 
            +
             | 
| 3 19 | 
             
            ## 1.120.0 (2025-10-29)
         | 
| 4 20 |  | 
| 5 21 | 
             
            Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
         | 
    
        data/README.md
    CHANGED
    
    
| @@ -993,9 +993,11 @@ module Increase | |
| 993 993 | 
             
                        #   Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 994 994 | 
             
                        #   only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 995 995 | 
             
                        #
         | 
| 996 | 
            -
                        #   @return [ | 
| 996 | 
            +
                        #   @return [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil]
         | 
| 997 997 | 
             
                        required :non_fiat_currency_or_non_fungible_token_as_described,
         | 
| 998 | 
            -
                                  | 
| 998 | 
            +
                                 -> {
         | 
| 999 | 
            +
                                   Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
         | 
| 1000 | 
            +
                                 },
         | 
| 999 1001 | 
             
                                 nil?: true
         | 
| 1000 1002 |  | 
| 1001 1003 | 
             
                        # @!attribute non_fiat_currency_or_non_fungible_token_received
         | 
| @@ -1050,7 +1052,7 @@ module Increase | |
| 1050 1052 | 
             
                        #
         | 
| 1051 1053 | 
             
                        #   @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute, nil] Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.
         | 
| 1052 1054 | 
             
                        #
         | 
| 1053 | 
            -
                        #   @param non_fiat_currency_or_non_fungible_token_as_described [ | 
| 1055 | 
            +
                        #   @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
         | 
| 1054 1056 | 
             
                        #
         | 
| 1055 1057 | 
             
                        #   @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
         | 
| 1056 1058 | 
             
                        #
         | 
| @@ -1266,6 +1268,13 @@ module Increase | |
| 1266 1268 | 
             
                          end
         | 
| 1267 1269 | 
             
                        end
         | 
| 1268 1270 |  | 
| 1271 | 
            +
                        # @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_as_described
         | 
| 1272 | 
            +
                        class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
         | 
| 1273 | 
            +
                          # @!method initialize
         | 
| 1274 | 
            +
                          #   Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 1275 | 
            +
                          #   only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 1276 | 
            +
                        end
         | 
| 1277 | 
            +
             | 
| 1269 1278 | 
             
                        # @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#non_fiat_currency_or_non_fungible_token_received
         | 
| 1270 1279 | 
             
                        class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
         | 
| 1271 1280 | 
             
                          # @!attribute blockchain_transaction_hash
         | 
| @@ -1659,8 +1668,10 @@ module Increase | |
| 1659 1668 | 
             
                        #   Non-receipt of cash. Present if and only if `category` is
         | 
| 1660 1669 | 
             
                        #   `consumer_non_receipt_of_cash`.
         | 
| 1661 1670 | 
             
                        #
         | 
| 1662 | 
            -
                        #   @return [ | 
| 1663 | 
            -
                        required :consumer_non_receipt_of_cash, | 
| 1671 | 
            +
                        #   @return [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil]
         | 
| 1672 | 
            +
                        required :consumer_non_receipt_of_cash,
         | 
| 1673 | 
            +
                                 -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash },
         | 
| 1674 | 
            +
                                 nil?: true
         | 
| 1664 1675 |  | 
| 1665 1676 | 
             
                        # @!attribute consumer_original_credit_transaction_not_accepted
         | 
| 1666 1677 | 
             
                        #   Original Credit Transaction (OCT) not accepted. Present if and only if
         | 
| @@ -1772,7 +1783,7 @@ module Increase | |
| 1772 1783 | 
             
                        #
         | 
| 1773 1784 | 
             
                        #   @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
         | 
| 1774 1785 | 
             
                        #
         | 
| 1775 | 
            -
                        #   @param consumer_non_receipt_of_cash [ | 
| 1786 | 
            +
                        #   @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*
         | 
| 1776 1787 | 
             
                        #
         | 
| 1777 1788 | 
             
                        #   @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
         | 
| 1778 1789 | 
             
                        #
         | 
| @@ -3675,6 +3686,13 @@ module Increase | |
| 3675 3686 | 
             
                          end
         | 
| 3676 3687 | 
             
                        end
         | 
| 3677 3688 |  | 
| 3689 | 
            +
                        # @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_non_receipt_of_cash
         | 
| 3690 | 
            +
                        class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
         | 
| 3691 | 
            +
                          # @!method initialize
         | 
| 3692 | 
            +
                          #   Non-receipt of cash. Present if and only if `category` is
         | 
| 3693 | 
            +
                          #   `consumer_non_receipt_of_cash`.
         | 
| 3694 | 
            +
                        end
         | 
| 3695 | 
            +
             | 
| 3678 3696 | 
             
                        # @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#consumer_original_credit_transaction_not_accepted
         | 
| 3679 3697 | 
             
                        class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
         | 
| 3680 3698 | 
             
                          # @!attribute explanation
         | 
| @@ -654,6 +654,9 @@ module Increase | |
| 654 654 | 
             
                      # A public entity acting on behalf of the federal or a state government.
         | 
| 655 655 | 
             
                      PUBLIC_ENTITY = :public_entity
         | 
| 656 656 |  | 
| 657 | 
            +
                      # Any other reason why this entity is exempt from the requirement to submit beneficial owners. You can only use this exemption after approval from your bank partner.
         | 
| 658 | 
            +
                      OTHER = :other
         | 
| 659 | 
            +
             | 
| 657 660 | 
             
                      # @!method self.values
         | 
| 658 661 | 
             
                      #   @return [Array<Symbol>]
         | 
| 659 662 | 
             
                    end
         | 
    
        data/lib/increase/version.rb
    CHANGED
    
    
| @@ -1838,8 +1838,24 @@ module Increase | |
| 1838 1838 |  | 
| 1839 1839 | 
             
                        # Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 1840 1840 | 
             
                        # only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 1841 | 
            -
                        sig  | 
| 1842 | 
            -
             | 
| 1841 | 
            +
                        sig do
         | 
| 1842 | 
            +
                          returns(
         | 
| 1843 | 
            +
                            T.nilable(
         | 
| 1844 | 
            +
                              Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
         | 
| 1845 | 
            +
                            )
         | 
| 1846 | 
            +
                          )
         | 
| 1847 | 
            +
                        end
         | 
| 1848 | 
            +
                        attr_reader :non_fiat_currency_or_non_fungible_token_as_described
         | 
| 1849 | 
            +
             | 
| 1850 | 
            +
                        sig do
         | 
| 1851 | 
            +
                          params(
         | 
| 1852 | 
            +
                            non_fiat_currency_or_non_fungible_token_as_described:
         | 
| 1853 | 
            +
                              T.nilable(
         | 
| 1854 | 
            +
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed::OrHash
         | 
| 1855 | 
            +
                              )
         | 
| 1856 | 
            +
                          ).void
         | 
| 1857 | 
            +
                        end
         | 
| 1858 | 
            +
                        attr_writer :non_fiat_currency_or_non_fungible_token_as_described
         | 
| 1843 1859 |  | 
| 1844 1860 | 
             
                        # Non-fiat currency or non-fungible token received details. Present if and only if
         | 
| 1845 1861 | 
             
                        # `reason` is `non_fiat_currency_or_non_fungible_token_received`.
         | 
| @@ -1932,7 +1948,9 @@ module Increase | |
| 1932 1948 | 
             
                                Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute::OrHash
         | 
| 1933 1949 | 
             
                              ),
         | 
| 1934 1950 | 
             
                            non_fiat_currency_or_non_fungible_token_as_described:
         | 
| 1935 | 
            -
                              T.nilable( | 
| 1951 | 
            +
                              T.nilable(
         | 
| 1952 | 
            +
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed::OrHash
         | 
| 1953 | 
            +
                              ),
         | 
| 1936 1954 | 
             
                            non_fiat_currency_or_non_fungible_token_received:
         | 
| 1937 1955 | 
             
                              T.nilable(
         | 
| 1938 1956 | 
             
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived::OrHash
         | 
| @@ -1991,7 +2009,9 @@ module Increase | |
| 1991 2009 | 
             
                                  Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute
         | 
| 1992 2010 | 
             
                                ),
         | 
| 1993 2011 | 
             
                              non_fiat_currency_or_non_fungible_token_as_described:
         | 
| 1994 | 
            -
                                T.nilable( | 
| 2012 | 
            +
                                T.nilable(
         | 
| 2013 | 
            +
                                  Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed
         | 
| 2014 | 
            +
                                ),
         | 
| 1995 2015 | 
             
                              non_fiat_currency_or_non_fungible_token_received:
         | 
| 1996 2016 | 
             
                                T.nilable(
         | 
| 1997 2017 | 
             
                                  Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived
         | 
| @@ -2420,6 +2440,26 @@ module Increase | |
| 2420 2440 | 
             
                          end
         | 
| 2421 2441 | 
             
                        end
         | 
| 2422 2442 |  | 
| 2443 | 
            +
                        class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
         | 
| 2444 | 
            +
                          OrHash =
         | 
| 2445 | 
            +
                            T.type_alias do
         | 
| 2446 | 
            +
                              T.any(
         | 
| 2447 | 
            +
                                Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed,
         | 
| 2448 | 
            +
                                Increase::Internal::AnyHash
         | 
| 2449 | 
            +
                              )
         | 
| 2450 | 
            +
                            end
         | 
| 2451 | 
            +
             | 
| 2452 | 
            +
                          # Non-fiat currency or non-fungible token as described details. Present if and
         | 
| 2453 | 
            +
                          # only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
         | 
| 2454 | 
            +
                          sig { returns(T.attached_class) }
         | 
| 2455 | 
            +
                          def self.new
         | 
| 2456 | 
            +
                          end
         | 
| 2457 | 
            +
             | 
| 2458 | 
            +
                          sig { override.returns({}) }
         | 
| 2459 | 
            +
                          def to_hash
         | 
| 2460 | 
            +
                          end
         | 
| 2461 | 
            +
                        end
         | 
| 2462 | 
            +
             | 
| 2423 2463 | 
             
                        class NonFiatCurrencyOrNonFungibleTokenReceived < Increase::Internal::Type::BaseModel
         | 
| 2424 2464 | 
             
                          OrHash =
         | 
| 2425 2465 | 
             
                            T.type_alias do
         | 
| @@ -3199,8 +3239,24 @@ module Increase | |
| 3199 3239 |  | 
| 3200 3240 | 
             
                        # Non-receipt of cash. Present if and only if `category` is
         | 
| 3201 3241 | 
             
                        # `consumer_non_receipt_of_cash`.
         | 
| 3202 | 
            -
                        sig  | 
| 3203 | 
            -
             | 
| 3242 | 
            +
                        sig do
         | 
| 3243 | 
            +
                          returns(
         | 
| 3244 | 
            +
                            T.nilable(
         | 
| 3245 | 
            +
                              Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash
         | 
| 3246 | 
            +
                            )
         | 
| 3247 | 
            +
                          )
         | 
| 3248 | 
            +
                        end
         | 
| 3249 | 
            +
                        attr_reader :consumer_non_receipt_of_cash
         | 
| 3250 | 
            +
             | 
| 3251 | 
            +
                        sig do
         | 
| 3252 | 
            +
                          params(
         | 
| 3253 | 
            +
                            consumer_non_receipt_of_cash:
         | 
| 3254 | 
            +
                              T.nilable(
         | 
| 3255 | 
            +
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash::OrHash
         | 
| 3256 | 
            +
                              )
         | 
| 3257 | 
            +
                          ).void
         | 
| 3258 | 
            +
                        end
         | 
| 3259 | 
            +
                        attr_writer :consumer_non_receipt_of_cash
         | 
| 3204 3260 |  | 
| 3205 3261 | 
             
                        # Original Credit Transaction (OCT) not accepted. Present if and only if
         | 
| 3206 3262 | 
             
                        # `category` is `consumer_original_credit_transaction_not_accepted`.
         | 
| @@ -3416,7 +3472,10 @@ module Increase | |
| 3416 3472 | 
             
                              T.nilable(
         | 
| 3417 3473 | 
             
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::OrHash
         | 
| 3418 3474 | 
             
                              ),
         | 
| 3419 | 
            -
                            consumer_non_receipt_of_cash: | 
| 3475 | 
            +
                            consumer_non_receipt_of_cash:
         | 
| 3476 | 
            +
                              T.nilable(
         | 
| 3477 | 
            +
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash::OrHash
         | 
| 3478 | 
            +
                              ),
         | 
| 3420 3479 | 
             
                            consumer_original_credit_transaction_not_accepted:
         | 
| 3421 3480 | 
             
                              T.nilable(
         | 
| 3422 3481 | 
             
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted::OrHash
         | 
| @@ -3556,7 +3615,10 @@ module Increase | |
| 3556 3615 | 
             
                                T.nilable(
         | 
| 3557 3616 | 
             
                                  Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived
         | 
| 3558 3617 | 
             
                                ),
         | 
| 3559 | 
            -
                              consumer_non_receipt_of_cash: | 
| 3618 | 
            +
                              consumer_non_receipt_of_cash:
         | 
| 3619 | 
            +
                                T.nilable(
         | 
| 3620 | 
            +
                                  Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash
         | 
| 3621 | 
            +
                                ),
         | 
| 3560 3622 | 
             
                              consumer_original_credit_transaction_not_accepted:
         | 
| 3561 3623 | 
             
                                T.nilable(
         | 
| 3562 3624 | 
             
                                  Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted
         | 
| @@ -7342,6 +7404,26 @@ module Increase | |
| 7342 7404 | 
             
                          end
         | 
| 7343 7405 | 
             
                        end
         | 
| 7344 7406 |  | 
| 7407 | 
            +
                        class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
         | 
| 7408 | 
            +
                          OrHash =
         | 
| 7409 | 
            +
                            T.type_alias do
         | 
| 7410 | 
            +
                              T.any(
         | 
| 7411 | 
            +
                                Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash,
         | 
| 7412 | 
            +
                                Increase::Internal::AnyHash
         | 
| 7413 | 
            +
                              )
         | 
| 7414 | 
            +
                            end
         | 
| 7415 | 
            +
             | 
| 7416 | 
            +
                          # Non-receipt of cash. Present if and only if `category` is
         | 
| 7417 | 
            +
                          # `consumer_non_receipt_of_cash`.
         | 
| 7418 | 
            +
                          sig { returns(T.attached_class) }
         | 
| 7419 | 
            +
                          def self.new
         | 
| 7420 | 
            +
                          end
         | 
| 7421 | 
            +
             | 
| 7422 | 
            +
                          sig { override.returns({}) }
         | 
| 7423 | 
            +
                          def to_hash
         | 
| 7424 | 
            +
                          end
         | 
| 7425 | 
            +
                        end
         | 
| 7426 | 
            +
             | 
| 7345 7427 | 
             
                        class ConsumerOriginalCreditTransactionNotAccepted < Increase::Internal::Type::BaseModel
         | 
| 7346 7428 | 
             
                          OrHash =
         | 
| 7347 7429 | 
             
                            T.type_alias do
         | 
| @@ -1212,6 +1212,13 @@ module Increase | |
| 1212 1212 | 
             
                          Increase::EntityCreateParams::Corporation::BeneficialOwnershipExemptionReason::TaggedSymbol
         | 
| 1213 1213 | 
             
                        )
         | 
| 1214 1214 |  | 
| 1215 | 
            +
                      # Any other reason why this entity is exempt from the requirement to submit beneficial owners. You can only use this exemption after approval from your bank partner.
         | 
| 1216 | 
            +
                      OTHER =
         | 
| 1217 | 
            +
                        T.let(
         | 
| 1218 | 
            +
                          :other,
         | 
| 1219 | 
            +
                          Increase::EntityCreateParams::Corporation::BeneficialOwnershipExemptionReason::TaggedSymbol
         | 
| 1220 | 
            +
                        )
         | 
| 1221 | 
            +
             | 
| 1215 1222 | 
             
                      sig do
         | 
| 1216 1223 | 
             
                        override.returns(
         | 
| 1217 1224 | 
             
                          T::Array[
         | 
| @@ -689,7 +689,7 @@ module Increase | |
| 689 689 | 
             
                          cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
         | 
| 690 690 | 
             
                          credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
         | 
| 691 691 | 
             
                          invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
         | 
| 692 | 
            -
                          non_fiat_currency_or_non_fungible_token_as_described:  | 
| 692 | 
            +
                          non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
         | 
| 693 693 | 
             
                          non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
         | 
| 694 694 | 
             
                          proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
         | 
| 695 695 | 
             
                          reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
         | 
| @@ -703,7 +703,7 @@ module Increase | |
| 703 703 |  | 
| 704 704 | 
             
                        attr_accessor invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?
         | 
| 705 705 |  | 
| 706 | 
            -
                        attr_accessor non_fiat_currency_or_non_fungible_token_as_described:  | 
| 706 | 
            +
                        attr_accessor non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?
         | 
| 707 707 |  | 
| 708 708 | 
             
                        attr_accessor non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?
         | 
| 709 709 |  | 
| @@ -717,7 +717,7 @@ module Increase | |
| 717 717 | 
             
                          cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
         | 
| 718 718 | 
             
                          credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
         | 
| 719 719 | 
             
                          invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
         | 
| 720 | 
            -
                          non_fiat_currency_or_non_fungible_token_as_described:  | 
| 720 | 
            +
                          non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
         | 
| 721 721 | 
             
                          non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
         | 
| 722 722 | 
             
                          proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
         | 
| 723 723 | 
             
                          reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
         | 
| @@ -728,7 +728,7 @@ module Increase | |
| 728 728 | 
             
                          cardholder_no_longer_disputes: Increase::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes?,
         | 
| 729 729 | 
             
                          credit_or_reversal_processed: Increase::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed?,
         | 
| 730 730 | 
             
                          invalid_dispute: Increase::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute?,
         | 
| 731 | 
            -
                          non_fiat_currency_or_non_fungible_token_as_described:  | 
| 731 | 
            +
                          non_fiat_currency_or_non_fungible_token_as_described: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed?,
         | 
| 732 732 | 
             
                          non_fiat_currency_or_non_fungible_token_received: Increase::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived?,
         | 
| 733 733 | 
             
                          proof_of_cash_disbursement: Increase::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement?,
         | 
| 734 734 | 
             
                          reason: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason,
         | 
| @@ -943,6 +943,14 @@ module Increase | |
| 943 943 | 
             
                          end
         | 
| 944 944 | 
             
                        end
         | 
| 945 945 |  | 
| 946 | 
            +
                        type non_fiat_currency_or_non_fungible_token_as_described = {  }
         | 
| 947 | 
            +
             | 
| 948 | 
            +
                        class NonFiatCurrencyOrNonFungibleTokenAsDescribed < Increase::Internal::Type::BaseModel
         | 
| 949 | 
            +
                          def initialize: -> void
         | 
| 950 | 
            +
             | 
| 951 | 
            +
                          def to_hash: -> {  }
         | 
| 952 | 
            +
                        end
         | 
| 953 | 
            +
             | 
| 946 954 | 
             
                        type non_fiat_currency_or_non_fungible_token_received =
         | 
| 947 955 | 
             
                          {
         | 
| 948 956 | 
             
                            blockchain_transaction_hash: String,
         | 
| @@ -1160,7 +1168,7 @@ module Increase | |
| 1160 1168 | 
             
                          consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
         | 
| 1161 1169 | 
             
                          consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
         | 
| 1162 1170 | 
             
                          consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
         | 
| 1163 | 
            -
                          consumer_non_receipt_of_cash:  | 
| 1171 | 
            +
                          consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
         | 
| 1164 1172 | 
             
                          consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
         | 
| 1165 1173 | 
             
                          consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
         | 
| 1166 1174 | 
             
                          consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
         | 
| @@ -1194,7 +1202,7 @@ module Increase | |
| 1194 1202 |  | 
| 1195 1203 | 
             
                        attr_accessor consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?
         | 
| 1196 1204 |  | 
| 1197 | 
            -
                        attr_accessor consumer_non_receipt_of_cash:  | 
| 1205 | 
            +
                        attr_accessor consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?
         | 
| 1198 1206 |  | 
| 1199 1207 | 
             
                        attr_accessor consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?
         | 
| 1200 1208 |  | 
| @@ -1224,7 +1232,7 @@ module Increase | |
| 1224 1232 | 
             
                          consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
         | 
| 1225 1233 | 
             
                          consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
         | 
| 1226 1234 | 
             
                          consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
         | 
| 1227 | 
            -
                          consumer_non_receipt_of_cash:  | 
| 1235 | 
            +
                          consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
         | 
| 1228 1236 | 
             
                          consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
         | 
| 1229 1237 | 
             
                          consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
         | 
| 1230 1238 | 
             
                          consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
         | 
| @@ -1247,7 +1255,7 @@ module Increase | |
| 1247 1255 | 
             
                          consumer_merchandise_misrepresentation: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation?,
         | 
| 1248 1256 | 
             
                          consumer_merchandise_not_as_described: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed?,
         | 
| 1249 1257 | 
             
                          consumer_merchandise_not_received: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived?,
         | 
| 1250 | 
            -
                          consumer_non_receipt_of_cash:  | 
| 1258 | 
            +
                          consumer_non_receipt_of_cash: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash?,
         | 
| 1251 1259 | 
             
                          consumer_original_credit_transaction_not_accepted: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted?,
         | 
| 1252 1260 | 
             
                          consumer_quality_merchandise: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise?,
         | 
| 1253 1261 | 
             
                          consumer_quality_services: Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices?,
         | 
| @@ -2799,6 +2807,14 @@ module Increase | |
| 2799 2807 | 
             
                          end
         | 
| 2800 2808 | 
             
                        end
         | 
| 2801 2809 |  | 
| 2810 | 
            +
                        type consumer_non_receipt_of_cash = {  }
         | 
| 2811 | 
            +
             | 
| 2812 | 
            +
                        class ConsumerNonReceiptOfCash < Increase::Internal::Type::BaseModel
         | 
| 2813 | 
            +
                          def initialize: -> void
         | 
| 2814 | 
            +
             | 
| 2815 | 
            +
                          def to_hash: -> {  }
         | 
| 2816 | 
            +
                        end
         | 
| 2817 | 
            +
             | 
| 2802 2818 | 
             
                        type consumer_original_credit_transaction_not_accepted =
         | 
| 2803 2819 | 
             
                          {
         | 
| 2804 2820 | 
             
                            explanation: String,
         | 
| @@ -534,6 +534,7 @@ module Increase | |
| 534 534 | 
             
                      :regulated_financial_institution
         | 
| 535 535 | 
             
                      | :publicly_traded_company
         | 
| 536 536 | 
             
                      | :public_entity
         | 
| 537 | 
            +
                      | :other
         | 
| 537 538 |  | 
| 538 539 | 
             
                    module BeneficialOwnershipExemptionReason
         | 
| 539 540 | 
             
                      extend Increase::Internal::Type::Enum
         | 
| @@ -547,6 +548,9 @@ module Increase | |
| 547 548 | 
             
                      # A public entity acting on behalf of the federal or a state government.
         | 
| 548 549 | 
             
                      PUBLIC_ENTITY: :public_entity
         | 
| 549 550 |  | 
| 551 | 
            +
                      # Any other reason why this entity is exempt from the requirement to submit beneficial owners. You can only use this exemption after approval from your bank partner.
         | 
| 552 | 
            +
                      OTHER: :other
         | 
| 553 | 
            +
             | 
| 550 554 | 
             
                      def self?.values: -> ::Array[Increase::Models::EntityCreateParams::Corporation::beneficial_ownership_exemption_reason]
         | 
| 551 555 | 
             
                    end
         | 
| 552 556 | 
             
                  end
         |