Skip to content
Open
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 .stats.yml
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
configured_endpoints: 239
openapi_spec_hash: f8d2bbed3081c9ffc1547d28f89a8a34
openapi_spec_hash: 5135de7cffa1ab9ab5503bb33f09997c
config_hash: 1ca082e374ef7000e2a5971e8da740e0
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/increase.publish.gradle.kts
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,7 +43,7 @@ configure<MavenPublishBaseExtension> {

pom {
name.set("Increase API")
description.set("Anything that you can achieve with PDFs, presence, and persistence in a bank\nbranch you can do with our API. We've always wanted a fully programmatic bank so\nwe built one. Our API faithfully exposes the data and capabilities of the\nFederal Reserve, Visa, The Clearing House, depository networks, and accounting\ntools. It's lovingly boring and exceptionally powerful. If you have any\nquestions or want to get started, don't hesitate to ping us at\nsales@increase.com. We can't wait to see what you build!")
description.set("Anything that you can achieve with PDFs, presence, and persistence in a bank\nbranch you can do with our API. Our API faithfully exposes the data and\ncapabilities of the Federal Reserve, Visa, The Clearing House, depository\nnetworks, and accounting tools. It's lovingly boring and exceptionally powerful.\nIf you have any questions or want to get started, don't hesitate to ping us at\nsales@increase.com. We can't wait to see what you build!")
url.set("https://increase.com/documentation")

licenses {
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -123,7 +123,7 @@ private constructor(
fun individualId(): Optional<String> = body.individualId()

/**
* The name of therecipient. This value is informational and not verified by the recipient's
* The name of the 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
Expand DownExpand Up@@ -459,8 +459,8 @@ private constructor(
}

/**
* The name of therecipient. This value is informational and not verified by the recipient's
* bank.
* The name of the recipient. This value is informational and not verified by the
* recipient's bank.
*/
fun individualName(individualName: String) = apply { body.individualName(individualName) }

Expand DownExpand Up@@ -816,8 +816,8 @@ private constructor(
fun individualId(): Optional<String> = individualId.getOptional("individual_id")

/**
* The name of therecipient. This value is informational and not verified by the recipient's
* bank.
* The name of the 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 server responded with an unexpected value).
Expand DownExpand Up@@ -1188,7 +1188,7 @@ private constructor(
}

/**
* The name of therecipient. This value is informational and not verified by the
* The name of the recipient. This value is informational and not verified by the
* recipient's bank.
*/
fun individualName(individualName: String) =
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -10192,7 +10192,7 @@ private constructor(

/**
* The timestamp by which any administrative returns are expected to be received by. This
* follows the NACHA guidelines for return windows, which are: "In general, return entries
* follows the Nacha guidelines for return windows, which are: "In general, return entries
* must be received by the RDFI’s ACH Operator by its deposit deadline for the return entry
* to be made available to the ODFI no later than the opening of business on the second
* banking day following the Settlement Date of the original entry.".
Expand DownExpand Up@@ -10368,7 +10368,7 @@ private constructor(

/**
* The timestamp by which any administrative returns are expected to be received by.
* This follows the NACHA guidelines for return windows, which are: "In general, return
* This follows the Nacha guidelines for return windows, which are: "In general, return
* entries must be received by the RDFI’s ACH Operator by its deposit deadline for the
* return entry to be made available to the ODFI no later than the opening of business
* on the second banking day following the Settlement Date of the original entry.".
Expand Down
Loading
Loading