Skip to content
Closed
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 number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 238
openapi_spec_hash: ed21325b0e3f886a49c45d2decc4f5d0
openapi_spec_hash: 3d0dec1a1f5543d2bcf82585d07a5f59
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private constructor(

/**
* The [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes) to use
* for the transfer.
* for the transfer. If not provided, the default is `corporate_credit_or_debit`.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if the
* server responded with an unexpected value).
Expand Down Expand Up @@ -686,7 +686,7 @@ private constructor(

/**
* The [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes) to
* use for the transfer.
* use for the transfer. If not provided, the default is `corporate_credit_or_debit`.
*/
fun standardEntryClassCode(standardEntryClassCode: StandardEntryClassCode) = apply {
body.standardEntryClassCode(standardEntryClassCode)
Expand Down Expand Up @@ -1129,7 +1129,7 @@ private constructor(

/**
* The [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes) to
* use for the transfer.
* use for the transfer. If not provided, the default is `corporate_credit_or_debit`.
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if
* the server responded with an unexpected value).
Expand Down Expand Up @@ -1683,7 +1683,7 @@ private constructor(

/**
* The [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
* to use for the transfer.
* to use for the transfer. If not provided, the default is `corporate_credit_or_debit`.
*/
fun standardEntryClassCode(standardEntryClassCode: StandardEntryClassCode) =
standardEntryClassCode(JsonField.of(standardEntryClassCode))
Expand Down Expand Up @@ -3878,7 +3878,7 @@ private constructor(

/**
* The [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes) to use
* for the transfer.
* for the transfer. If not provided, the default is `corporate_credit_or_debit`.
*/
class StandardEntryClassCode
@JsonCreator
Expand Down
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

Loading