Skip to content

Commit b437e45

Browse files
chore: Add spec linter for YAML and folded style multiline strings
1 parent 4e7e0b2 commit b437e45

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-d6e80e52c9f20d95780f2cf4869f80ee2c4b270ff9470941dc057e79d15bda1a.yml
3-
openapi_spec_hash: f2bb7084cd5225769302589cd1563241
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-a64e7cc23f0e28427e8a433dd951f05da5d35d982fe695ab2914941711bdfb0f.yml
3+
openapi_spec_hash: 22ea6fa451b7bea3cc33a23d3aded4d6
44
config_hash: 31d71922d7838f34ae0875c9b8026d99

lithic-java-core/src/main/kotlin/com/lithic/api/models/FinancialTransaction.kt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ private constructor(
132132

133133
/**
134134
* Pending amount of the transaction in the currency's smallest unit (e.g., cents), including
135-
* any acquirer fees. The value of this field will go to zero over time once the financial
136-
* transaction is settled.
135+
* any acquirer fees.
136+
*
137+
* The value of this field will go to zero over time once the financial transaction is settled.
137138
*
138139
* @throws LithicInvalidDataException if the JSON field has an unexpected type or is
139140
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
@@ -423,8 +424,10 @@ private constructor(
423424

424425
/**
425426
* Pending amount of the transaction in the currency's smallest unit (e.g., cents),
426-
* including any acquirer fees. The value of this field will go to zero over time once the
427-
* financial transaction is settled.
427+
* including any acquirer fees.
428+
*
429+
* The value of this field will go to zero over time once the financial transaction is
430+
* settled.
428431
*/
429432
fun pendingAmount(pendingAmount: Long) = pendingAmount(JsonField.of(pendingAmount))
430433

0 commit comments

Comments
 (0)