diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 98af54b20..32ac2e3af 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.430.0"
+ ".": "0.431.0"
}
\ No newline at end of file
diff --git a/.stats.yml b/.stats.yml
index fbae033a4..9bcba9df2 100644
--- a/.stats.yml
+++ b/.stats.yml
@@ -1,4 +1,4 @@
configured_endpoints: 232
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e1f7516f9b6e2330afbb9f36fc3721a0c6b43947b8996105fa21d551591a3950.yml
-openapi_spec_hash: 782bc3e21cf8b511cf17b2a48600a67e
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1127bb6ee64bebab1bbf8ecbd9ec71c0deb5ca8552fd454fa2ec120fd9eac14a.yml
+openapi_spec_hash: 9fedc9dc133202e4d39bf7bffe4839d9
config_hash: 4b562e97b3d8b4cba758a87d4927a76d
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b118ecf1..d565ddb64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.431.0 (2026-02-14)
+
+Full Changelog: [v0.430.0...v0.431.0](https://github.com/Increase/increase-java/compare/v0.430.0...v0.431.0)
+
+### Features
+
+* **api:** api update ([015371c](https://github.com/Increase/increase-java/commit/015371cdb45d16d79cf7cea5e2f880e1ff40dae9))
+
## 0.430.0 (2026-02-10)
Full Changelog: [v0.429.0...v0.430.0](https://github.com/Increase/increase-java/compare/v0.429.0...v0.430.0)
diff --git a/README.md b/README.md
index 07bd78ea9..6d81eda43 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
-[](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.430.0)
-[](https://javadoc.io/doc/com.increase.api/increase-java/0.430.0)
+[](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.431.0)
+[](https://javadoc.io/doc/com.increase.api/increase-java/0.431.0)
@@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe
-The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.430.0).
+The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.431.0).
@@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
### Gradle
```kotlin
-implementation("com.increase.api:increase-java:0.430.0")
+implementation("com.increase.api:increase-java:0.431.0")
```
### Maven
@@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.430.0")
com.increase.api
increase-java
- 0.430.0
+ 0.431.0
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 7b72bf351..276321b12 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
allprojects {
group = "com.increase.api"
- version = "0.430.0" // x-release-please-version
+ version = "0.431.0" // x-release-please-version
}
subprojects {
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatement.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatement.kt
index 131405744..c34537fb9 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatement.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/accountstatements/AccountStatement.kt
@@ -101,7 +101,7 @@ private constructor(
fun createdAt(): OffsetDateTime = createdAt.getRequired("created_at")
/**
- * The Account's balance at the start of its statement period.
+ * The Account's balance at the end of its statement period.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -345,7 +345,7 @@ private constructor(
*/
fun createdAt(createdAt: JsonField) = apply { this.createdAt = createdAt }
- /** The Account's balance at the start of its statement period. */
+ /** The Account's balance at the end of its statement period. */
fun endingBalance(endingBalance: Long) = endingBalance(JsonField.of(endingBalance))
/**
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransfer.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransfer.kt
index 2de537ec8..a62ed8aba 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransfer.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/achtransfers/AchTransfer.kt
@@ -387,7 +387,7 @@ private constructor(
fun individualId(): Optional = individualId.getOptional("individual_id")
/**
- * The name of the transfer recipient. This value is information and not verified by the
+ * The name of the transfer recipient. This value is informational and not verified by the
* recipient's bank.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if the
@@ -1340,7 +1340,7 @@ private constructor(
}
/**
- * The name of the transfer recipient. This value is information and not verified by the
+ * The name of the transfer recipient. This value is informational and not verified by the
* recipient's bank.
*/
fun individualName(individualName: String?) =
@@ -9451,7 +9451,7 @@ private constructor(
/**
* When the transfer is expected to settle in the recipient's account. Credits may be
- * available sooner, at the receiving banks discretion. The FedACH schedule is published
+ * available sooner, at the receiving bank's discretion. The FedACH schedule is published
* [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
@@ -9643,7 +9643,8 @@ private constructor(
/**
* When the transfer is expected to settle in the recipient's account. Credits may be
- * available sooner, at the receiving banks discretion. The FedACH schedule is published
+ * available sooner, at the receiving bank's discretion. The FedACH schedule is
+ * published
* [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html).
*/
fun expectedFundsSettlementAt(expectedFundsSettlementAt: OffsetDateTime) =
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingBalanceLookup.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingBalanceLookup.kt
index 40a2d33c0..dca69e8bf 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingBalanceLookup.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingaccounts/BookkeepingBalanceLookup.kt
@@ -17,9 +17,7 @@ import java.util.Collections
import java.util.Objects
import kotlin.jvm.optionals.getOrNull
-/**
- * Represents a request to lookup the balance of an Bookkeeping Account at a given point in time.
- */
+/** Represents a request to lookup the balance of a Bookkeeping Account at a given point in time. */
class BookkeepingBalanceLookup
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
private constructor(
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntry.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntry.kt
index f58971411..3812c42ea 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntry.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/bookkeepingentries/BookkeepingEntry.kt
@@ -82,7 +82,7 @@ private constructor(
fun createdAt(): OffsetDateTime = createdAt.getRequired("created_at")
/**
- * The identifier for the Account the Entry belongs to.
+ * The identifier for the Entry Set the Entry belongs to.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -243,7 +243,7 @@ private constructor(
*/
fun createdAt(createdAt: JsonField) = apply { this.createdAt = createdAt }
- /** The identifier for the Account the Entry belongs to. */
+ /** The identifier for the Entry Set the Entry belongs to. */
fun entrySetId(entrySetId: String) = entrySetId(JsonField.of(entrySetId))
/**
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPayment.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPayment.kt
index a5ac9d552..562a21a99 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPayment.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpayments/CardPayment.kt
@@ -635,7 +635,7 @@ private constructor(
/**
* A Card Authorization object. This field will be present in the JSON response if and only
* if `category` is equal to `card_authorization`. Card Authorizations are temporary holds
- * placed on a customers funds with the intent to later clear a transaction.
+ * placed on a customer's funds with the intent to later clear a transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
@@ -678,7 +678,7 @@ private constructor(
/**
* A Card Financial object. This field will be present in the JSON response if and only if
* `category` is equal to `card_financial`. Card Financials are temporary holds placed on a
- * customers funds with the intent to later clear a transaction.
+ * customer's funds with the intent to later clear a transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
@@ -709,7 +709,7 @@ private constructor(
/**
* A Card Refund object. This field will be present in the JSON response if and only if
* `category` is equal to `card_refund`. Card Refunds move money back to the cardholder.
- * While they are usually connected to a Card Settlement an acquirer can also refund money
+ * While they are usually connected to a Card Settlement, an acquirer can also refund money
* directly to a card without relation to a transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
@@ -1030,7 +1030,7 @@ private constructor(
/**
* A Card Authorization object. This field will be present in the JSON response if and
* only if `category` is equal to `card_authorization`. Card Authorizations are
- * temporary holds placed on a customers funds with the intent to later clear a
+ * temporary holds placed on a customer's funds with the intent to later clear a
* transaction.
*/
fun cardAuthorization(cardAuthorization: CardAuthorization?) =
@@ -1135,7 +1135,7 @@ private constructor(
/**
* A Card Financial object. This field will be present in the JSON response if and only
* if `category` is equal to `card_financial`. Card Financials are temporary holds
- * placed on a customers funds with the intent to later clear a transaction.
+ * placed on a customer's funds with the intent to later clear a transaction.
*/
fun cardFinancial(cardFinancial: CardFinancial?) =
cardFinancial(JsonField.ofNullable(cardFinancial))
@@ -1208,7 +1208,7 @@ private constructor(
/**
* A Card Refund object. This field will be present in the JSON response if and only if
* `category` is equal to `card_refund`. Card Refunds move money back to the cardholder.
- * While they are usually connected to a Card Settlement an acquirer can also refund
+ * While they are usually connected to a Card Settlement, an acquirer can also refund
* money directly to a card without relation to a transaction.
*/
fun cardRefund(cardRefund: CardRefund?) = cardRefund(JsonField.ofNullable(cardRefund))
@@ -4390,7 +4390,7 @@ private constructor(
/**
* A Card Authorization object. This field will be present in the JSON response if and only
* if `category` is equal to `card_authorization`. Card Authorizations are temporary holds
- * placed on a customers funds with the intent to later clear a transaction.
+ * placed on a customer's funds with the intent to later clear a transaction.
*/
class CardAuthorization
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
@@ -31601,7 +31601,7 @@ private constructor(
/**
* A Card Financial object. This field will be present in the JSON response if and only if
* `category` is equal to `card_financial`. Card Financials are temporary holds placed on a
- * customers funds with the intent to later clear a transaction.
+ * customer's funds with the intent to later clear a transaction.
*/
class CardFinancial
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
@@ -46542,7 +46542,7 @@ private constructor(
/**
* A Card Refund object. This field will be present in the JSON response if and only if
* `category` is equal to `card_refund`. Card Refunds move money back to the cardholder.
- * While they are usually connected to a Card Settlement an acquirer can also refund money
+ * While they are usually connected to a Card Settlement, an acquirer can also refund money
* directly to a card without relation to a transaction.
*/
class CardRefund
@@ -46694,7 +46694,7 @@ private constructor(
fun currency(): Currency = currency.getRequired("currency")
/**
- * Interchange assessed as a part of this transaciton.
+ * Interchange assessed as a part of this transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g.
* if the server responded with an unexpected value).
@@ -47171,7 +47171,7 @@ private constructor(
*/
fun currency(currency: JsonField) = apply { this.currency = currency }
- /** Interchange assessed as a part of this transaciton. */
+ /** Interchange assessed as a part of this transaction. */
fun interchange(interchange: Interchange?) =
interchange(JsonField.ofNullable(interchange))
@@ -48043,7 +48043,7 @@ private constructor(
override fun toString() = value.toString()
}
- /** Interchange assessed as a part of this transaciton. */
+ /** Interchange assessed as a part of this transaction. */
class Interchange
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
private constructor(
@@ -58494,8 +58494,8 @@ private constructor(
/**
* Surcharge amount details, if applicable. The amount is positive if the surcharge is
- * added to to the overall transaction amount (surcharge), and negative if the surcharge
- * is deducted from the overall transaction amount (discount).
+ * added to the overall transaction amount (surcharge), and negative if the surcharge is
+ * deducted from the overall transaction amount (discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g.
* if the server responded with an unexpected value).
@@ -59188,7 +59188,7 @@ private constructor(
/**
* Surcharge amount details, if applicable. The amount is positive if the surcharge
- * is added to to the overall transaction amount (surcharge), and negative if the
+ * is added to the overall transaction amount (surcharge), and negative if the
* surcharge is deducted from the overall transaction amount (discount).
*/
fun surcharge(surcharge: Surcharge?) = surcharge(JsonField.ofNullable(surcharge))
@@ -67805,8 +67805,8 @@ private constructor(
/**
* Surcharge amount details, if applicable. The amount is positive if the surcharge is
- * added to to the overall transaction amount (surcharge), and negative if the surcharge
- * is deducted from the overall transaction amount (discount).
+ * added to the overall transaction amount (surcharge), and negative if the surcharge is
+ * deducted from the overall transaction amount (discount).
*/
class Surcharge
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpushtransfers/CardPushTransfer.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpushtransfers/CardPushTransfer.kt
index cba95406a..bc8aa43bc 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/cardpushtransfers/CardPushTransfer.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/cardpushtransfers/CardPushTransfer.kt
@@ -6447,7 +6447,7 @@ private constructor(
/**
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the
- * transfer was submitted to card network.
+ * transfer was submitted to the card network.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -6581,7 +6581,7 @@ private constructor(
/**
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the
- * transfer was submitted to card network.
+ * transfer was submitted to the card network.
*/
fun submittedAt(submittedAt: OffsetDateTime) = submittedAt(JsonField.of(submittedAt))
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfile.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfile.kt
index e9fee6148..9d5c0a69d 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfile.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/digitalcardprofiles/DigitalCardProfile.kt
@@ -158,8 +158,8 @@ private constructor(
fun contactWebsite(): Optional = contactWebsite.getOptional("contact_website")
/**
- * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card
- * Dispute was created.
+ * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Digital
+ * Card Profile was created.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -517,8 +517,8 @@ private constructor(
}
/**
- * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card
- * Dispute was created.
+ * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Digital
+ * Card Profile was created.
*/
fun createdAt(createdAt: OffsetDateTime) = createdAt(JsonField.of(createdAt))
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt
index 7f11a9130..f801318fa 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/filelinks/FileLinkCreateParams.kt
@@ -38,7 +38,7 @@ private constructor(
/**
* The time at which the File Link will expire. The default is 1 hour from the time of the
- * request. The maxiumum is 1 day from the time of the request.
+ * request. The maximum is 1 day from the time of the request.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if the
* server responded with an unexpected value).
@@ -119,7 +119,7 @@ private constructor(
/**
* The time at which the File Link will expire. The default is 1 hour from the time of the
- * request. The maxiumum is 1 day from the time of the request.
+ * request. The maximum is 1 day from the time of the request.
*/
fun expiresAt(expiresAt: OffsetDateTime) = apply { body.expiresAt(expiresAt) }
@@ -301,7 +301,7 @@ private constructor(
/**
* The time at which the File Link will expire. The default is 1 hour from the time of the
- * request. The maxiumum is 1 day from the time of the request.
+ * request. The maximum is 1 day from the time of the request.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
@@ -377,7 +377,7 @@ private constructor(
/**
* The time at which the File Link will expire. The default is 1 hour from the time of
- * the request. The maxiumum is 1 day from the time of the request.
+ * the request. The maximum is 1 day from the time of the request.
*/
fun expiresAt(expiresAt: OffsetDateTime) = expiresAt(JsonField.of(expiresAt))
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransfer.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransfer.kt
index b5a13f351..250e590ac 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransfer.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundachtransfers/InboundAchTransfer.kt
@@ -6018,7 +6018,7 @@ private constructor(
updatedAccountNumber.getOptional("updated_account_number")
/**
- * The new account number provided in the notification of change.
+ * The new routing number provided in the notification of change.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
@@ -6108,7 +6108,7 @@ private constructor(
this.updatedAccountNumber = updatedAccountNumber
}
- /** The new account number provided in the notification of change. */
+ /** The new routing number provided in the notification of change. */
fun updatedRoutingNumber(updatedRoutingNumber: String?) =
updatedRoutingNumber(JsonField.ofNullable(updatedRoutingNumber))
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemActionParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemActionParams.kt
index b9cfa8883..6f6eb1553 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemActionParams.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundmailitems/InboundMailItemActionParams.kt
@@ -23,7 +23,7 @@ import java.util.Objects
import java.util.Optional
import kotlin.jvm.optionals.getOrNull
-/** Action a Inbound Mail Item */
+/** Action an Inbound Mail Item */
class InboundMailItemActionParams
private constructor(
private val inboundMailItemId: String?,
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequest.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequest.kt
index 99d7633ec..477a8da4d 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequest.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/inboundwiredrawdownrequests/InboundWireDrawdownRequest.kt
@@ -151,7 +151,7 @@ private constructor(
/**
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound
- * wire drawdown requested was created.
+ * wire drawdown request was created.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -640,7 +640,7 @@ private constructor(
/**
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound
- * wire drawdown requested was created.
+ * wire drawdown request was created.
*/
fun createdAt(createdAt: OffsetDateTime) = createdAt(JsonField.of(createdAt))
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransaction.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransaction.kt
index 3a5552e85..3aae38230 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransaction.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/pendingtransactions/PendingTransaction.kt
@@ -1105,7 +1105,7 @@ private constructor(
/**
* A Card Authorization object. This field will be present in the JSON response if and only
* if `category` is equal to `card_authorization`. Card Authorizations are temporary holds
- * placed on a customers funds with the intent to later clear a transaction.
+ * placed on a customer's funds with the intent to later clear a transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
@@ -1626,7 +1626,7 @@ private constructor(
/**
* A Card Authorization object. This field will be present in the JSON response if and
* only if `category` is equal to `card_authorization`. Card Authorizations are
- * temporary holds placed on a customers funds with the intent to later clear a
+ * temporary holds placed on a customer's funds with the intent to later clear a
* transaction.
*/
fun cardAuthorization(cardAuthorization: CardAuthorization?) =
@@ -3566,7 +3566,7 @@ private constructor(
/**
* A Card Authorization object. This field will be present in the JSON response if and only
* if `category` is equal to `card_authorization`. Card Authorizations are temporary holds
- * placed on a customers funds with the intent to later clear a transaction.
+ * placed on a customer's funds with the intent to later clear a transaction.
*/
class CardAuthorization
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfile.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfile.kt
index f626eca63..25439a854 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfile.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/physicalcardprofiles/PhysicalCardProfile.kt
@@ -127,8 +127,8 @@ private constructor(
fun contactPhone(): Optional = contactPhone.getOptional("contact_phone")
/**
- * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card
- * Dispute was created.
+ * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical
+ * Card Profile was created.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -456,8 +456,8 @@ private constructor(
}
/**
- * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card
- * Dispute was created.
+ * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the
+ * Physical Card Profile was created.
*/
fun createdAt(createdAt: OffsetDateTime) = createdAt(JsonField.of(createdAt))
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt
index 92b6d444d..55e64de3c 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/achtransfers/AchTransferAcknowledgeParams.kt
@@ -13,9 +13,9 @@ import kotlin.jvm.optionals.getOrNull
/**
* Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve. This
- * transfer must first have a `status` of `submitted` . In production, the Federal Reserve generally
+ * transfer must first have a `status` of `submitted`. In production, the Federal Reserve generally
* acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are not submitted
- * to the Federal Reserve, this endpoint allows you to skip that delay and add the acknowledgment
+ * to the Federal Reserve, this endpoint allows you to skip that delay and add the acknowledgement
* subresource to the ACH Transfer.
*/
class AchTransferAcknowledgeParams
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt
index 5c61debe9..08790c075 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/cardincrements/CardIncrementCreateParams.kt
@@ -39,7 +39,7 @@ private constructor(
fun amount(): Long = body.amount()
/**
- * The identifier of the Card Payment to create a increment on.
+ * The identifier of the Card Payment to create an increment on.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -139,7 +139,7 @@ private constructor(
*/
fun amount(amount: JsonField) = apply { body.amount(amount) }
- /** The identifier of the Card Payment to create a increment on. */
+ /** The identifier of the Card Payment to create an increment on. */
fun cardPaymentId(cardPaymentId: String) = apply { body.cardPaymentId(cardPaymentId) }
/**
@@ -347,7 +347,7 @@ private constructor(
fun amount(): Long = amount.getRequired("amount")
/**
- * The identifier of the Card Payment to create a increment on.
+ * The identifier of the Card Payment to create an increment on.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -447,7 +447,7 @@ private constructor(
*/
fun amount(amount: JsonField) = apply { this.amount = amount }
- /** The identifier of the Card Payment to create a increment on. */
+ /** The identifier of the Card Payment to create an increment on. */
fun cardPaymentId(cardPaymentId: String) = cardPaymentId(JsonField.of(cardPaymentId))
/**
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt
index 6663ebaa3..811b3fac3 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/simulations/digitalwallettokenrequests/DigitalWalletTokenRequestCreateParams.kt
@@ -18,7 +18,7 @@ import com.increase.api.errors.IncreaseInvalidDataException
import java.util.Collections
import java.util.Objects
-/** Simulates a user attempting add a [Card](#cards) to a digital wallet such as Apple Pay. */
+/** Simulates a user attempting to add a [Card](#cards) to a digital wallet such as Apple Pay. */
class DigitalWalletTokenRequestCreateParams
private constructor(
private val body: Body,
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt
index 1a62cc844..4fb9d5f75 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt
@@ -1169,7 +1169,7 @@ private constructor(
/**
* A Card Financial object. This field will be present in the JSON response if and only if
* `category` is equal to `card_financial`. Card Financials are temporary holds placed on a
- * customers funds with the intent to later clear a transaction.
+ * customer's funds with the intent to later clear a transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
@@ -1191,7 +1191,7 @@ private constructor(
/**
* A Card Refund object. This field will be present in the JSON response if and only if
* `category` is equal to `card_refund`. Card Refunds move money back to the cardholder.
- * While they are usually connected to a Card Settlement an acquirer can also refund money
+ * While they are usually connected to a Card Settlement, an acquirer can also refund money
* directly to a card without relation to a transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
@@ -2321,7 +2321,7 @@ private constructor(
/**
* A Card Financial object. This field will be present in the JSON response if and only
* if `category` is equal to `card_financial`. Card Financials are temporary holds
- * placed on a customers funds with the intent to later clear a transaction.
+ * placed on a customer's funds with the intent to later clear a transaction.
*/
fun cardFinancial(cardFinancial: CardFinancial?) =
cardFinancial(JsonField.ofNullable(cardFinancial))
@@ -2373,7 +2373,7 @@ private constructor(
/**
* A Card Refund object. This field will be present in the JSON response if and only if
* `category` is equal to `card_refund`. Card Refunds move money back to the cardholder.
- * While they are usually connected to a Card Settlement an acquirer can also refund
+ * While they are usually connected to a Card Settlement, an acquirer can also refund
* money directly to a card without relation to a transaction.
*/
fun cardRefund(cardRefund: CardRefund?) = cardRefund(JsonField.ofNullable(cardRefund))
@@ -8945,7 +8945,7 @@ private constructor(
/**
* A Card Financial object. This field will be present in the JSON response if and only if
* `category` is equal to `card_financial`. Card Financials are temporary holds placed on a
- * customers funds with the intent to later clear a transaction.
+ * customer's funds with the intent to later clear a transaction.
*/
class CardFinancial
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
@@ -18053,7 +18053,7 @@ private constructor(
/**
* A Card Refund object. This field will be present in the JSON response if and only if
* `category` is equal to `card_refund`. Card Refunds move money back to the cardholder.
- * While they are usually connected to a Card Settlement an acquirer can also refund money
+ * While they are usually connected to a Card Settlement, an acquirer can also refund money
* directly to a card without relation to a transaction.
*/
class CardRefund
@@ -18205,7 +18205,7 @@ private constructor(
fun currency(): Currency = currency.getRequired("currency")
/**
- * Interchange assessed as a part of this transaciton.
+ * Interchange assessed as a part of this transaction.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g.
* if the server responded with an unexpected value).
@@ -18682,7 +18682,7 @@ private constructor(
*/
fun currency(currency: JsonField) = apply { this.currency = currency }
- /** Interchange assessed as a part of this transaciton. */
+ /** Interchange assessed as a part of this transaction. */
fun interchange(interchange: Interchange?) =
interchange(JsonField.ofNullable(interchange))
@@ -19554,7 +19554,7 @@ private constructor(
override fun toString() = value.toString()
}
- /** Interchange assessed as a part of this transaciton. */
+ /** Interchange assessed as a part of this transaction. */
class Interchange
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
private constructor(
@@ -28349,8 +28349,8 @@ private constructor(
/**
* Surcharge amount details, if applicable. The amount is positive if the surcharge is
- * added to to the overall transaction amount (surcharge), and negative if the surcharge
- * is deducted from the overall transaction amount (discount).
+ * added to the overall transaction amount (surcharge), and negative if the surcharge is
+ * deducted from the overall transaction amount (discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g.
* if the server responded with an unexpected value).
@@ -29043,7 +29043,7 @@ private constructor(
/**
* Surcharge amount details, if applicable. The amount is positive if the surcharge
- * is added to to the overall transaction amount (surcharge), and negative if the
+ * is added to the overall transaction amount (surcharge), and negative if the
* surcharge is deducted from the overall transaction amount (discount).
*/
fun surcharge(surcharge: Surcharge?) = surcharge(JsonField.ofNullable(surcharge))
@@ -37660,8 +37660,8 @@ private constructor(
/**
* Surcharge amount details, if applicable. The amount is positive if the surcharge is
- * added to to the overall transaction amount (surcharge), and negative if the surcharge
- * is deducted from the overall transaction amount (discount).
+ * added to the overall transaction amount (surcharge), and negative if the surcharge is
+ * deducted from the overall transaction amount (discount).
*/
class Surcharge
@JsonCreator(mode = JsonCreator.Mode.DISABLED)
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt
index 77f3f8ba8..b9a96137b 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/InboundMailItemServiceAsync.kt
@@ -82,7 +82,7 @@ interface InboundMailItemServiceAsync {
fun list(requestOptions: RequestOptions): CompletableFuture =
list(InboundMailItemListParams.none(), requestOptions)
- /** Action a Inbound Mail Item */
+ /** Action an Inbound Mail Item */
fun action(
inboundMailItemId: String,
params: InboundMailItemActionParams,
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt
index 3f13eeb31..cc39f6076 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/AchTransferServiceAsync.kt
@@ -30,10 +30,10 @@ interface AchTransferServiceAsync {
/**
* Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve.
- * This transfer must first have a `status` of `submitted` . In production, the Federal Reserve
+ * This transfer must first have a `status` of `submitted`. In production, the Federal Reserve
* generally acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are
* not submitted to the Federal Reserve, this endpoint allows you to skip that delay and add the
- * acknowledgment subresource to the ACH Transfer.
+ * acknowledgement subresource to the ACH Transfer.
*/
fun acknowledge(achTransferId: String): CompletableFuture =
acknowledge(achTransferId, AchTransferAcknowledgeParams.none())
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt
index 0e8bfea84..3497652d5 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/async/simulations/DigitalWalletTokenRequestServiceAsync.kt
@@ -26,7 +26,9 @@ interface DigitalWalletTokenRequestServiceAsync {
modifier: Consumer
): DigitalWalletTokenRequestServiceAsync
- /** Simulates a user attempting add a [Card](#cards) to a digital wallet such as Apple Pay. */
+ /**
+ * Simulates a user attempting to add a [Card](#cards) to a digital wallet such as Apple Pay.
+ */
fun create(
params: DigitalWalletTokenRequestCreateParams
): CompletableFuture =
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt
index 82e377d95..93f38bbe4 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/InboundMailItemService.kt
@@ -77,7 +77,7 @@ interface InboundMailItemService {
fun list(requestOptions: RequestOptions): InboundMailItemListPage =
list(InboundMailItemListParams.none(), requestOptions)
- /** Action a Inbound Mail Item */
+ /** Action an Inbound Mail Item */
fun action(inboundMailItemId: String, params: InboundMailItemActionParams): InboundMailItem =
action(inboundMailItemId, params, RequestOptions.none())
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt
index 6d45d927f..6c13f8897 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/AchTransferService.kt
@@ -30,10 +30,10 @@ interface AchTransferService {
/**
* Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve.
- * This transfer must first have a `status` of `submitted` . In production, the Federal Reserve
+ * This transfer must first have a `status` of `submitted`. In production, the Federal Reserve
* generally acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are
* not submitted to the Federal Reserve, this endpoint allows you to skip that delay and add the
- * acknowledgment subresource to the ACH Transfer.
+ * acknowledgement subresource to the ACH Transfer.
*/
fun acknowledge(achTransferId: String): AchTransfer =
acknowledge(achTransferId, AchTransferAcknowledgeParams.none())
diff --git a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt
index 0f8c4250f..50b90a6fb 100644
--- a/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt
+++ b/increase-java-core/src/main/kotlin/com/increase/api/services/blocking/simulations/DigitalWalletTokenRequestService.kt
@@ -24,7 +24,9 @@ interface DigitalWalletTokenRequestService {
*/
fun withOptions(modifier: Consumer): DigitalWalletTokenRequestService
- /** Simulates a user attempting add a [Card](#cards) to a digital wallet such as Apple Pay. */
+ /**
+ * Simulates a user attempting to add a [Card](#cards) to a digital wallet such as Apple Pay.
+ */
fun create(
params: DigitalWalletTokenRequestCreateParams
): DigitalWalletTokenRequestCreateResponse = create(params, RequestOptions.none())