Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.86.0"
".": "1.87.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 214
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c92eec60054dfe853fc3f3147d60329d0b24e65d6e29a707d17f1e8c1b44bd7b.yml
openapi_spec_hash: cbe8d84401e587a8ebfd5037cf2bf7be
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-beb9032c2ea0fb6fb46727701c252d27d8f2f77688472dc922fb10afb142dd1c.yml
openapi_spec_hash: dc5aa90744d4e0958a9a2d652adda0ba
config_hash: 8dadd60eab7ab858cf06c6a8633ed9f3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.87.0 (2025-09-23)

Full Changelog: [v1.86.0...v1.87.0](https://github.com/Increase/increase-ruby/compare/v1.86.0...v1.87.0)

### Features

* **api:** api update ([b463a26](https://github.com/Increase/increase-ruby/commit/b463a267127088062f458918ba41aeb178d27a23))

## 1.86.0 (2025-09-23)

Full Changelog: [v1.85.0...v1.86.0](https://github.com/Increase/increase-ruby/compare/v1.85.0...v1.86.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.86.0)
increase (1.87.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.86.0"
gem "increase", "~> 1.87.0"
```

<!-- x-release-please-end -->
Expand Down
216 changes: 144 additions & 72 deletions lib/increase/models/card_payment.rb

Large diffs are not rendered by default.

54 changes: 36 additions & 18 deletions lib/increase/models/declined_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,9 @@ class AdditionalAmounts < Increase::Internal::Type::BaseModel
# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#clinic
class Clinic < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -847,15 +849,17 @@ class Clinic < Increase::Internal::Type::BaseModel
#
# The part of this transaction amount that was for clinic-related services.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#dental
class Dental < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -874,15 +878,17 @@ class Dental < Increase::Internal::Type::BaseModel
#
# The part of this transaction amount that was for dental-related services.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#prescription
class Prescription < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -901,15 +907,17 @@ class Prescription < Increase::Internal::Type::BaseModel
#
# The part of this transaction amount that was for healthcare prescriptions.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#surcharge
class Surcharge < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -928,15 +936,17 @@ class Surcharge < Increase::Internal::Type::BaseModel
#
# The surcharge amount charged for this transaction by the merchant.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#total_cumulative
class TotalCumulative < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -955,15 +965,17 @@ class TotalCumulative < Increase::Internal::Type::BaseModel
#
# The total amount of a series of incremental authorizations, optionally provided.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#total_healthcare
class TotalHealthcare < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -982,15 +994,17 @@ class TotalHealthcare < Increase::Internal::Type::BaseModel
#
# The total amount of healthcare-related additional amounts.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#transit
class Transit < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -1009,15 +1023,17 @@ class Transit < Increase::Internal::Type::BaseModel
#
# The part of this transaction amount that was for transit-related services.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#unknown
class Unknown < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -1036,15 +1052,17 @@ class Unknown < Increase::Internal::Type::BaseModel
#
# An unknown additional amount.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end

# @see Increase::Models::DeclinedTransaction::Source::CardDecline::AdditionalAmounts#vision
class Vision < Increase::Internal::Type::BaseModel
# @!attribute amount
# The amount in minor units of the `currency` field.
# The amount in minor units of the `currency` field. The amount is positive if it
# is added to the amount (such as an ATM surcharge fee) and negative if it is
# subtracted from the amount (such as a discount).
#
# @return [Integer]
required :amount, Integer
Expand All @@ -1063,7 +1081,7 @@ class Vision < Increase::Internal::Type::BaseModel
#
# The part of this transaction amount that was for vision-related services.
#
# @param amount [Integer] The amount in minor units of the `currency` field.
# @param amount [Integer] The amount in minor units of the `currency` field. The amount is positive if it
#
# @param currency [String] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional a
end
Expand Down
Loading