diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c301da4..f4b11163 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.130.0" + ".": "1.131.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 6ba32829..748c5a91 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-04156469b84df056ff40f1cd402b851af019c7433591a072e02f90f3bd5e5d62.yml -openapi_spec_hash: c3ff2c35ac0bdadd4290ad7f063deb5e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f55c7bc0881d1c7bcc906156155a0e43c6b8866050f778db3befebe14d42208f.yml +openapi_spec_hash: 78c5274b08b5e7ae5e16da80d733bc10 config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0c3de2..f59a5069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.131.0 (2025-11-05) + +Full Changelog: [v1.130.0...v1.131.0](https://github.com/Increase/increase-ruby/compare/v1.130.0...v1.131.0) + +### Features + +* **api:** api update ([9235591](https://github.com/Increase/increase-ruby/commit/92355915610a2299ba5efa5e2cf31c44a2187379)) + ## 1.130.0 (2025-11-05) Full Changelog: [v1.129.1...v1.130.0](https://github.com/Increase/increase-ruby/compare/v1.129.1...v1.130.0) diff --git a/Gemfile.lock b/Gemfile.lock index 84c61740..76dbcf06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.130.0) + increase (1.131.0) connection_pool GEM diff --git a/README.md b/README.md index fac8786a..7e2538ba 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.130.0" +gem "increase", "~> 1.131.0" ``` diff --git a/lib/increase/models/account.rb b/lib/increase/models/account.rb index efd70888..c3fb4891 100644 --- a/lib/increase/models/account.rb +++ b/lib/increase/models/account.rb @@ -180,21 +180,6 @@ module Bank module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/account_transfer.rb b/lib/increase/models/account_transfer.rb index 2f4d1410..60c0ea62 100644 --- a/lib/increase/models/account_transfer.rb +++ b/lib/increase/models/account_transfer.rb @@ -319,21 +319,6 @@ class User < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/ach_transfer.rb b/lib/increase/models/ach_transfer.rb index faa7b65c..9de4c7d9 100644 --- a/lib/increase/models/ach_transfer.rb +++ b/lib/increase/models/ach_transfer.rb @@ -631,21 +631,6 @@ class User < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -785,21 +770,6 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/card_payment.rb b/lib/increase/models/card_payment.rb index cf889e7c..4279842a 100644 --- a/lib/increase/models/card_payment.rb +++ b/lib/increase/models/card_payment.rb @@ -1323,21 +1323,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1898,21 +1883,6 @@ class CardAuthorizationExpiration < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -2642,21 +2612,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -3908,21 +3863,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -4501,21 +4441,6 @@ class CardFuelConfirmation < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5170,21 +5095,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5477,21 +5387,6 @@ class Cashback < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5507,21 +5402,6 @@ module Currency module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5573,21 +5453,6 @@ class Interchange < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -6830,21 +6695,6 @@ class CardReversal < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -7197,21 +7047,6 @@ class Cashback < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -7227,21 +7062,6 @@ module Currency module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -7293,21 +7113,6 @@ class Interchange < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -9021,21 +8826,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/card_push_transfer.rb b/lib/increase/models/card_push_transfer.rb index b58fe994..37044848 100644 --- a/lib/increase/models/card_push_transfer.rb +++ b/lib/increase/models/card_push_transfer.rb @@ -534,21 +534,6 @@ class User < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/check_deposit.rb b/lib/increase/models/check_deposit.rb index 3806eca6..6fa9a461 100644 --- a/lib/increase/models/check_deposit.rb +++ b/lib/increase/models/check_deposit.rb @@ -243,21 +243,6 @@ class DepositAcceptance < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -333,21 +318,6 @@ class DepositRejection < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -467,21 +437,6 @@ class DepositReturn < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -710,21 +665,6 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/check_transfer.rb b/lib/increase/models/check_transfer.rb index 3ec04f0d..d973f17f 100644 --- a/lib/increase/models/check_transfer.rb +++ b/lib/increase/models/check_transfer.rb @@ -397,21 +397,6 @@ class User < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/declined_transaction.rb b/lib/increase/models/declined_transaction.rb index e01b45ad..2d499f73 100644 --- a/lib/increase/models/declined_transaction.rb +++ b/lib/increase/models/declined_transaction.rb @@ -110,21 +110,6 @@ class DeclinedTransaction < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1134,21 +1119,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1960,21 +1930,6 @@ class CheckDepositRejection < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -2182,21 +2137,6 @@ class InboundRealTimePaymentsTransferDecline < Increase::Internal::Type::BaseMod module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/fednow_transfer.rb b/lib/increase/models/fednow_transfer.rb index 35c04512..4c956d47 100644 --- a/lib/increase/models/fednow_transfer.rb +++ b/lib/increase/models/fednow_transfer.rb @@ -321,21 +321,6 @@ class User < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/inbound_check_deposit.rb b/lib/increase/models/inbound_check_deposit.rb index c971c1a0..7b3b034d 100644 --- a/lib/increase/models/inbound_check_deposit.rb +++ b/lib/increase/models/inbound_check_deposit.rb @@ -248,21 +248,6 @@ module Reason module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/inbound_fednow_transfer.rb b/lib/increase/models/inbound_fednow_transfer.rb index b37d2f50..05ff15dc 100644 --- a/lib/increase/models/inbound_fednow_transfer.rb +++ b/lib/increase/models/inbound_fednow_transfer.rb @@ -164,21 +164,6 @@ class Confirmation < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/inbound_real_time_payments_transfer.rb b/lib/increase/models/inbound_real_time_payments_transfer.rb index f49bd00b..7b91dce0 100755 --- a/lib/increase/models/inbound_real_time_payments_transfer.rb +++ b/lib/increase/models/inbound_real_time_payments_transfer.rb @@ -171,21 +171,6 @@ class Confirmation < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/intrafi_balance.rb b/lib/increase/models/intrafi_balance.rb index d9d647e2..c8f6ff10 100644 --- a/lib/increase/models/intrafi_balance.rb +++ b/lib/increase/models/intrafi_balance.rb @@ -141,21 +141,6 @@ class BankLocation < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/pending_transaction.rb b/lib/increase/models/pending_transaction.rb index 8a9147d0..5ffa6f06 100644 --- a/lib/increase/models/pending_transaction.rb +++ b/lib/increase/models/pending_transaction.rb @@ -139,21 +139,6 @@ class PendingTransaction < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -407,21 +392,6 @@ class AccountTransferInstruction < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1160,21 +1130,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1799,21 +1754,6 @@ class CheckDepositInstruction < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1864,21 +1804,6 @@ class CheckTransferInstruction < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1998,21 +1923,6 @@ class InboundFundsHold < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/real_time_payments_transfer.rb b/lib/increase/models/real_time_payments_transfer.rb index 9d65d279..193c7546 100644 --- a/lib/increase/models/real_time_payments_transfer.rb +++ b/lib/increase/models/real_time_payments_transfer.rb @@ -408,21 +408,6 @@ class User < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index 3d14a523..bb539d5e 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -111,21 +111,6 @@ class Transaction < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -723,21 +708,6 @@ class AccountTransferIntention < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -1958,21 +1928,6 @@ class Vision < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -2697,21 +2652,6 @@ class Cashback < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -2727,21 +2667,6 @@ module Currency module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -2793,21 +2718,6 @@ class Interchange < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -3911,21 +3821,6 @@ class CardRevenuePayment < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -4176,21 +4071,6 @@ class Cashback < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -4206,21 +4086,6 @@ module Currency module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -4272,21 +4137,6 @@ class Interchange < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5434,21 +5284,6 @@ class CashbackPayment < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5658,21 +5493,6 @@ class CheckDepositAcceptance < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -5753,21 +5573,6 @@ class CheckDepositReturn < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -6028,21 +5833,6 @@ class FeePayment < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -6432,21 +6222,6 @@ class InboundRealTimePaymentsTransferConfirmation < Increase::Internal::Type::Ba module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -6815,21 +6590,6 @@ class InterestPayment < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD @@ -6882,21 +6642,6 @@ class InternalSource < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/models/wire_transfer.rb b/lib/increase/models/wire_transfer.rb index 5ca1f52b..7b400553 100644 --- a/lib/increase/models/wire_transfer.rb +++ b/lib/increase/models/wire_transfer.rb @@ -443,21 +443,6 @@ class Unstructured < Increase::Internal::Type::BaseModel module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD = :CAD - - # Swiss Franc (CHF) - CHF = :CHF - - # Euro (EUR) - EUR = :EUR - - # British Pound (GBP) - GBP = :GBP - - # Japanese Yen (JPY) - JPY = :JPY - # US Dollar (USD) USD = :USD diff --git a/lib/increase/version.rb b/lib/increase/version.rb index d59a471f..dea1b9e5 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.130.0" + VERSION = "1.131.0" end diff --git a/rbi/increase/models/account.rbi b/rbi/increase/models/account.rbi index d8cad8e1..995cd22c 100644 --- a/rbi/increase/models/account.rbi +++ b/rbi/increase/models/account.rbi @@ -217,21 +217,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::Account::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::Account::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::Account::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::Account::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::Account::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::Account::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::Account::Currency::TaggedSymbol) diff --git a/rbi/increase/models/account_transfer.rbi b/rbi/increase/models/account_transfer.rbi index efc77190..f493a303 100644 --- a/rbi/increase/models/account_transfer.rbi +++ b/rbi/increase/models/account_transfer.rbi @@ -530,21 +530,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::AccountTransfer::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::AccountTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::AccountTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::AccountTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::AccountTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::AccountTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::AccountTransfer::Currency::TaggedSymbol) diff --git a/rbi/increase/models/ach_transfer.rbi b/rbi/increase/models/ach_transfer.rbi index 3e820e57..888c4987 100644 --- a/rbi/increase/models/ach_transfer.rbi +++ b/rbi/increase/models/ach_transfer.rbi @@ -1072,21 +1072,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::ACHTransfer::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::ACHTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::ACHTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::ACHTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::ACHTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::ACHTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::ACHTransfer::Currency::TaggedSymbol) @@ -1302,41 +1287,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/card_payment.rbi b/rbi/increase/models/card_payment.rbi index 9b2aa67d..9faa6fab 100644 --- a/rbi/increase/models/card_payment.rbi +++ b/rbi/increase/models/card_payment.rbi @@ -2389,41 +2389,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardAuthorization::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardAuthorization::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardAuthorization::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardAuthorization::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardAuthorization::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -3600,41 +3565,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardAuthorizationExpiration::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardAuthorizationExpiration::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardAuthorizationExpiration::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardAuthorizationExpiration::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardAuthorizationExpiration::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -4925,41 +4855,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardDecline::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardDecline::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardDecline::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardDecline::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardDecline::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -7395,41 +7290,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardFinancial::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardFinancial::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardFinancial::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardFinancial::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardFinancial::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -8638,41 +8498,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardFuelConfirmation::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardFuelConfirmation::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardFuelConfirmation::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardFuelConfirmation::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardFuelConfirmation::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -9864,41 +9689,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardIncrement::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardIncrement::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardIncrement::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardIncrement::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardIncrement::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -10408,41 +10198,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardRefund::Cashback::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -10476,41 +10231,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardRefund::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardRefund::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardRefund::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardRefund::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardRefund::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -10608,41 +10328,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardRefund::Interchange::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -12767,41 +12452,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardReversal::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardReversal::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardReversal::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardReversal::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardReversal::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -13434,41 +13084,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardSettlement::Cashback::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -13502,41 +13117,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardSettlement::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardSettlement::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardSettlement::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardSettlement::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardSettlement::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -13634,41 +13214,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardSettlement::Interchange::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -16709,41 +16254,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CardPayment::Element::CardValidation::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CardPayment::Element::CardValidation::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CardPayment::Element::CardValidation::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CardPayment::Element::CardValidation::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CardPayment::Element::CardValidation::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/card_push_transfer.rbi b/rbi/increase/models/card_push_transfer.rbi index 71265ea6..657a06bb 100644 --- a/rbi/increase/models/card_push_transfer.rbi +++ b/rbi/increase/models/card_push_transfer.rbi @@ -895,21 +895,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::CardPushTransfer::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::CardPushTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::CardPushTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::CardPushTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::CardPushTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::CardPushTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::CardPushTransfer::Currency::TaggedSymbol) diff --git a/rbi/increase/models/check_deposit.rbi b/rbi/increase/models/check_deposit.rbi index be56763d..44fadc85 100644 --- a/rbi/increase/models/check_deposit.rbi +++ b/rbi/increase/models/check_deposit.rbi @@ -354,41 +354,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CheckDeposit::DepositAcceptance::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -512,41 +477,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CheckDeposit::DepositRejection::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -768,41 +698,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CheckDeposit::DepositReturn::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -1217,41 +1112,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::CheckDeposit::InboundFundsHold::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/check_transfer.rbi b/rbi/increase/models/check_transfer.rbi index dda0f096..be7bee96 100644 --- a/rbi/increase/models/check_transfer.rbi +++ b/rbi/increase/models/check_transfer.rbi @@ -660,21 +660,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::CheckTransfer::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::CheckTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::CheckTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::CheckTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::CheckTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::CheckTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::CheckTransfer::Currency::TaggedSymbol) diff --git a/rbi/increase/models/declined_transaction.rbi b/rbi/increase/models/declined_transaction.rbi index 24d43617..be925253 100644 --- a/rbi/increase/models/declined_transaction.rbi +++ b/rbi/increase/models/declined_transaction.rbi @@ -149,21 +149,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::DeclinedTransaction::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::DeclinedTransaction::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::DeclinedTransaction::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::DeclinedTransaction::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::DeclinedTransaction::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::DeclinedTransaction::Currency::TaggedSymbol) @@ -2001,41 +1986,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::DeclinedTransaction::Source::CardDecline::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -3731,41 +3681,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::DeclinedTransaction::Source::CheckDepositRejection::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -4146,41 +4061,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::DeclinedTransaction::Source::InboundRealTimePaymentsTransferDecline::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/fednow_transfer.rbi b/rbi/increase/models/fednow_transfer.rbi index 598db8f6..30b8e2a3 100644 --- a/rbi/increase/models/fednow_transfer.rbi +++ b/rbi/increase/models/fednow_transfer.rbi @@ -517,21 +517,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::FednowTransfer::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::FednowTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::FednowTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::FednowTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::FednowTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::FednowTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::FednowTransfer::Currency::TaggedSymbol) diff --git a/rbi/increase/models/inbound_check_deposit.rbi b/rbi/increase/models/inbound_check_deposit.rbi index fa67cb5f..92b427be 100644 --- a/rbi/increase/models/inbound_check_deposit.rbi +++ b/rbi/increase/models/inbound_check_deposit.rbi @@ -353,21 +353,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::InboundCheckDeposit::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::InboundCheckDeposit::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::InboundCheckDeposit::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::InboundCheckDeposit::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::InboundCheckDeposit::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::InboundCheckDeposit::Currency::TaggedSymbol) diff --git a/rbi/increase/models/inbound_fednow_transfer.rbi b/rbi/increase/models/inbound_fednow_transfer.rbi index 834f3124..bf0e9775 100644 --- a/rbi/increase/models/inbound_fednow_transfer.rbi +++ b/rbi/increase/models/inbound_fednow_transfer.rbi @@ -217,26 +217,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let(:CAD, Increase::InboundFednowTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = - T.let(:CHF, Increase::InboundFednowTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = - T.let(:EUR, Increase::InboundFednowTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = - T.let(:GBP, Increase::InboundFednowTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = - T.let(:JPY, Increase::InboundFednowTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::InboundFednowTransfer::Currency::TaggedSymbol) diff --git a/rbi/increase/models/inbound_real_time_payments_transfer.rbi b/rbi/increase/models/inbound_real_time_payments_transfer.rbi index cdf95c49..63d8d850 100644 --- a/rbi/increase/models/inbound_real_time_payments_transfer.rbi +++ b/rbi/increase/models/inbound_real_time_payments_transfer.rbi @@ -258,41 +258,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::InboundRealTimePaymentsTransfer::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/intrafi_balance.rbi b/rbi/increase/models/intrafi_balance.rbi index 617b5169..91630c0a 100644 --- a/rbi/increase/models/intrafi_balance.rbi +++ b/rbi/increase/models/intrafi_balance.rbi @@ -210,21 +210,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::IntrafiBalance::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::IntrafiBalance::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::IntrafiBalance::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::IntrafiBalance::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::IntrafiBalance::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::IntrafiBalance::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::IntrafiBalance::Currency::TaggedSymbol) diff --git a/rbi/increase/models/pending_transaction.rbi b/rbi/increase/models/pending_transaction.rbi index bd827b8a..90194fa0 100644 --- a/rbi/increase/models/pending_transaction.rbi +++ b/rbi/increase/models/pending_transaction.rbi @@ -180,21 +180,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::PendingTransaction::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::PendingTransaction::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::PendingTransaction::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::PendingTransaction::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::PendingTransaction::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::PendingTransaction::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::PendingTransaction::Currency::TaggedSymbol) @@ -784,41 +769,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::PendingTransaction::Source::AccountTransferInstruction::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::PendingTransaction::Source::AccountTransferInstruction::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::PendingTransaction::Source::AccountTransferInstruction::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::PendingTransaction::Source::AccountTransferInstruction::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::PendingTransaction::Source::AccountTransferInstruction::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -2063,41 +2013,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::PendingTransaction::Source::CardAuthorization::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::PendingTransaction::Source::CardAuthorization::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::PendingTransaction::Source::CardAuthorization::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::PendingTransaction::Source::CardAuthorization::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::PendingTransaction::Source::CardAuthorization::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -3409,41 +3324,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::PendingTransaction::Source::CheckDepositInstruction::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::PendingTransaction::Source::CheckDepositInstruction::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::PendingTransaction::Source::CheckDepositInstruction::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::PendingTransaction::Source::CheckDepositInstruction::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::PendingTransaction::Source::CheckDepositInstruction::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -3537,41 +3417,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::PendingTransaction::Source::CheckTransferInstruction::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::PendingTransaction::Source::CheckTransferInstruction::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::PendingTransaction::Source::CheckTransferInstruction::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::PendingTransaction::Source::CheckTransferInstruction::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::PendingTransaction::Source::CheckTransferInstruction::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -3762,41 +3607,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::PendingTransaction::Source::InboundFundsHold::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::PendingTransaction::Source::InboundFundsHold::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::PendingTransaction::Source::InboundFundsHold::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::PendingTransaction::Source::InboundFundsHold::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::PendingTransaction::Source::InboundFundsHold::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/real_time_payments_transfer.rbi b/rbi/increase/models/real_time_payments_transfer.rbi index 204b1793..7930d5ec 100644 --- a/rbi/increase/models/real_time_payments_transfer.rbi +++ b/rbi/increase/models/real_time_payments_transfer.rbi @@ -711,41 +711,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::RealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::RealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::RealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::RealTimePaymentsTransfer::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::RealTimePaymentsTransfer::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index b68efdc4..8a580475 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -144,21 +144,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::Transaction::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::Transaction::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::Transaction::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::Transaction::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::Transaction::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::Transaction::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::Transaction::Currency::TaggedSymbol) @@ -1496,41 +1481,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::AccountTransferIntention::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::AccountTransferIntention::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::AccountTransferIntention::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::AccountTransferIntention::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::AccountTransferIntention::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -3790,41 +3740,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardFinancial::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardFinancial::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardFinancial::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardFinancial::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardFinancial::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -5275,41 +5190,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardRefund::Cashback::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardRefund::Cashback::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -5343,41 +5223,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardRefund::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardRefund::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardRefund::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardRefund::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardRefund::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -5475,41 +5320,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardRefund::Interchange::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardRefund::Interchange::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -7450,41 +7260,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardRevenuePayment::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardRevenuePayment::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardRevenuePayment::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardRevenuePayment::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardRevenuePayment::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -7924,41 +7699,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardSettlement::Cashback::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardSettlement::Cashback::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -7992,41 +7732,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardSettlement::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardSettlement::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardSettlement::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardSettlement::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardSettlement::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -8124,41 +7829,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CardSettlement::Interchange::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CardSettlement::Interchange::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -10183,41 +9853,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CashbackPayment::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CashbackPayment::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CashbackPayment::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CashbackPayment::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CashbackPayment::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -10625,41 +10260,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CheckDepositAcceptance::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CheckDepositAcceptance::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CheckDepositAcceptance::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CheckDepositAcceptance::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CheckDepositAcceptance::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -10793,41 +10393,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::CheckDepositReturn::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::CheckDepositReturn::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::CheckDepositReturn::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::CheckDepositReturn::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::CheckDepositReturn::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -11312,41 +10877,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::FeePayment::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::FeePayment::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::FeePayment::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::FeePayment::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::FeePayment::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -12051,41 +11581,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::InboundRealTimePaymentsTransferConfirmation::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -12560,41 +12055,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::InterestPayment::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::InterestPayment::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::InterestPayment::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::InterestPayment::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::InterestPayment::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( @@ -12699,41 +12159,6 @@ module Increase end OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = - T.let( - :CAD, - Increase::Transaction::Source::InternalSource::Currency::TaggedSymbol - ) - - # Swiss Franc (CHF) - CHF = - T.let( - :CHF, - Increase::Transaction::Source::InternalSource::Currency::TaggedSymbol - ) - - # Euro (EUR) - EUR = - T.let( - :EUR, - Increase::Transaction::Source::InternalSource::Currency::TaggedSymbol - ) - - # British Pound (GBP) - GBP = - T.let( - :GBP, - Increase::Transaction::Source::InternalSource::Currency::TaggedSymbol - ) - - # Japanese Yen (JPY) - JPY = - T.let( - :JPY, - Increase::Transaction::Source::InternalSource::Currency::TaggedSymbol - ) - # US Dollar (USD) USD = T.let( diff --git a/rbi/increase/models/wire_transfer.rbi b/rbi/increase/models/wire_transfer.rbi index ded39115..1b4e216e 100644 --- a/rbi/increase/models/wire_transfer.rbi +++ b/rbi/increase/models/wire_transfer.rbi @@ -770,21 +770,6 @@ module Increase T.type_alias { T.all(Symbol, Increase::WireTransfer::Currency) } OrSymbol = T.type_alias { T.any(Symbol, String) } - # Canadian Dollar (CAD) - CAD = T.let(:CAD, Increase::WireTransfer::Currency::TaggedSymbol) - - # Swiss Franc (CHF) - CHF = T.let(:CHF, Increase::WireTransfer::Currency::TaggedSymbol) - - # Euro (EUR) - EUR = T.let(:EUR, Increase::WireTransfer::Currency::TaggedSymbol) - - # British Pound (GBP) - GBP = T.let(:GBP, Increase::WireTransfer::Currency::TaggedSymbol) - - # Japanese Yen (JPY) - JPY = T.let(:JPY, Increase::WireTransfer::Currency::TaggedSymbol) - # US Dollar (USD) USD = T.let(:USD, Increase::WireTransfer::Currency::TaggedSymbol) diff --git a/sig/increase/models/account.rbs b/sig/increase/models/account.rbs index 472b2cf1..840c6c6e 100644 --- a/sig/increase/models/account.rbs +++ b/sig/increase/models/account.rbs @@ -108,26 +108,11 @@ module Increase def self?.values: -> ::Array[Increase::Models::Account::bank] end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/account_transfer.rbs b/sig/increase/models/account_transfer.rbs index 7b36a058..2b9b5115 100644 --- a/sig/increase/models/account_transfer.rbs +++ b/sig/increase/models/account_transfer.rbs @@ -194,26 +194,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/ach_transfer.rbs b/sig/increase/models/ach_transfer.rbs index f90cc02a..49c6a53b 100644 --- a/sig/increase/models/ach_transfer.rbs +++ b/sig/increase/models/ach_transfer.rbs @@ -405,26 +405,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -521,26 +506,11 @@ module Increase type: Increase::Models::ACHTransfer::InboundFundsHold::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/card_payment.rbs b/sig/increase/models/card_payment.rbs index 8a7358c4..f3891284 100644 --- a/sig/increase/models/card_payment.rbs +++ b/sig/increase/models/card_payment.rbs @@ -791,26 +791,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1284,26 +1269,11 @@ module Increase type: Increase::Models::CardPayment::Element::CardAuthorizationExpiration::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1690,26 +1660,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -2597,26 +2552,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3100,26 +3040,11 @@ module Increase updated_authorization_amount: Integer } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3468,26 +3393,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3678,26 +3588,11 @@ module Increase currency: Increase::Models::CardPayment::Element::CardRefund::Cashback::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3705,26 +3600,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3757,26 +3637,11 @@ module Increase currency: Increase::Models::CardPayment::Element::CardRefund::Interchange::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4698,26 +4563,11 @@ module Increase updated_authorization_presentment_amount: Integer } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4952,26 +4802,11 @@ module Increase currency: Increase::Models::CardPayment::Element::CardSettlement::Cashback::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4979,26 +4814,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -5031,26 +4851,11 @@ module Increase currency: Increase::Models::CardPayment::Element::CardSettlement::Interchange::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -6200,26 +6005,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/card_push_transfer.rbs b/sig/increase/models/card_push_transfer.rbs index aaf2b162..ad2f3ae4 100644 --- a/sig/increase/models/card_push_transfer.rbs +++ b/sig/increase/models/card_push_transfer.rbs @@ -364,26 +364,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/check_deposit.rbs b/sig/increase/models/check_deposit.rbs index df6c640d..ee80d530 100644 --- a/sig/increase/models/check_deposit.rbs +++ b/sig/increase/models/check_deposit.rbs @@ -147,26 +147,11 @@ module Increase serial_number: String? } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -215,26 +200,11 @@ module Increase rejected_at: Time } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -335,26 +305,11 @@ module Increase transaction_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -553,26 +508,11 @@ module Increase type: Increase::Models::CheckDeposit::InboundFundsHold::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/check_transfer.rbs b/sig/increase/models/check_transfer.rbs index 1452f197..e1e57f45 100644 --- a/sig/increase/models/check_transfer.rbs +++ b/sig/increase/models/check_transfer.rbs @@ -248,26 +248,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/declined_transaction.rbs b/sig/increase/models/declined_transaction.rbs index dd5531e3..7ed95dc8 100644 --- a/sig/increase/models/declined_transaction.rbs +++ b/sig/increase/models/declined_transaction.rbs @@ -61,26 +61,11 @@ module Increase type: Increase::Models::DeclinedTransaction::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -673,26 +658,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1443,26 +1413,11 @@ module Increase rejected_at: Time } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1637,26 +1592,11 @@ module Increase transfer_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/fednow_transfer.rbs b/sig/increase/models/fednow_transfer.rbs index 4b129f6e..e8b5eaf5 100644 --- a/sig/increase/models/fednow_transfer.rbs +++ b/sig/increase/models/fednow_transfer.rbs @@ -210,26 +210,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/inbound_check_deposit.rbs b/sig/increase/models/inbound_check_deposit.rbs index 3d943f64..c57de235 100644 --- a/sig/increase/models/inbound_check_deposit.rbs +++ b/sig/increase/models/inbound_check_deposit.rbs @@ -167,26 +167,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/inbound_fednow_transfer.rbs b/sig/increase/models/inbound_fednow_transfer.rbs index 00705f49..a7389690 100644 --- a/sig/increase/models/inbound_fednow_transfer.rbs +++ b/sig/increase/models/inbound_fednow_transfer.rbs @@ -101,26 +101,11 @@ module Increase def to_hash: -> { transfer_id: String } end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/inbound_real_time_payments_transfer.rbs b/sig/increase/models/inbound_real_time_payments_transfer.rbs index fad5545f..ac3bae95 100644 --- a/sig/increase/models/inbound_real_time_payments_transfer.rbs +++ b/sig/increase/models/inbound_real_time_payments_transfer.rbs @@ -103,26 +103,11 @@ module Increase def to_hash: -> { confirmed_at: Time, transaction_id: String } end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/intrafi_balance.rbs b/sig/increase/models/intrafi_balance.rbs index 27bcbc23..df815e0b 100644 --- a/sig/increase/models/intrafi_balance.rbs +++ b/sig/increase/models/intrafi_balance.rbs @@ -90,26 +90,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/pending_transaction.rbs b/sig/increase/models/pending_transaction.rbs index 8cedcc97..52604989 100644 --- a/sig/increase/models/pending_transaction.rbs +++ b/sig/increase/models/pending_transaction.rbs @@ -76,26 +76,11 @@ module Increase type: Increase::Models::PendingTransaction::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -231,26 +216,11 @@ module Increase transfer_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -620,26 +590,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1185,26 +1140,11 @@ module Increase front_image_file_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1238,26 +1178,11 @@ module Increase transfer_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1331,26 +1256,11 @@ module Increase type: Increase::Models::PendingTransaction::Source::InboundFundsHold::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/real_time_payments_transfer.rbs b/sig/increase/models/real_time_payments_transfer.rbs index ef5a4ea6..861938f5 100644 --- a/sig/increase/models/real_time_payments_transfer.rbs +++ b/sig/increase/models/real_time_payments_transfer.rbs @@ -249,26 +249,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/transaction.rbs b/sig/increase/models/transaction.rbs index 16958024..2c82ff5b 100644 --- a/sig/increase/models/transaction.rbs +++ b/sig/increase/models/transaction.rbs @@ -61,26 +61,11 @@ module Increase type: Increase::Models::Transaction::type_ } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -368,26 +353,11 @@ module Increase transfer_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1252,26 +1222,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1844,26 +1799,11 @@ module Increase currency: Increase::Models::Transaction::Source::CardRefund::Cashback::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1871,26 +1811,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -1923,26 +1848,11 @@ module Increase currency: Increase::Models::Transaction::Source::CardRefund::Interchange::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -2784,26 +2694,11 @@ module Increase transacted_on_account_id: String? } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -2958,26 +2853,11 @@ module Increase currency: Increase::Models::Transaction::Source::CardSettlement::Cashback::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -2985,26 +2865,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3037,26 +2902,11 @@ module Increase currency: Increase::Models::Transaction::Source::CardSettlement::Interchange::currency } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -3927,26 +3777,11 @@ module Increase period_start: Time } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4152,26 +3987,11 @@ module Increase serial_number: String? } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4220,26 +4040,11 @@ module Increase transaction_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4462,26 +4267,11 @@ module Increase program_id: String? } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -4763,26 +4553,11 @@ module Increase transfer_id: String } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -5016,26 +4791,11 @@ module Increase period_start: Time } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD @@ -5069,26 +4829,11 @@ module Increase reason: Increase::Models::Transaction::Source::InternalSource::reason } - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD diff --git a/sig/increase/models/wire_transfer.rbs b/sig/increase/models/wire_transfer.rbs index 920b09b9..96789f88 100644 --- a/sig/increase/models/wire_transfer.rbs +++ b/sig/increase/models/wire_transfer.rbs @@ -293,26 +293,11 @@ module Increase end end - type currency = :CAD | :CHF | :EUR | :GBP | :JPY | :USD + type currency = :USD module Currency extend Increase::Internal::Type::Enum - # Canadian Dollar (CAD) - CAD: :CAD - - # Swiss Franc (CHF) - CHF: :CHF - - # Euro (EUR) - EUR: :EUR - - # British Pound (GBP) - GBP: :GBP - - # Japanese Yen (JPY) - JPY: :JPY - # US Dollar (USD) USD: :USD