Skip to content

Commit b5360c2

Browse files
feat(api): api update
1 parent 751d5f6 commit b5360c2

2 files changed

Lines changed: 4 additions & 4 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: 48
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-ec876388bf461b96741c3304d0c3b280bb08700b27f3b9444f1256b2845c8552.yml
3-
openapi_spec_hash: d1fda85520f2b6d0d52e773700c97766
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-3cd1346947fabfca2aa9c6f821170c8d945a82667fb20a15644d5c77f8e98c10.yml
3+
openapi_spec_hash: 642e04e90d37c0e4875d154abd06eb54
44
config_hash: 9ae56f40cec7304896138bfad5caf748

finch-java-core/src/main/kotlin/com/tryfinch/api/models/PayStatement.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ private constructor(
675675
fun hours(): Optional<Double> = hours.getOptional("hours")
676676

677677
/**
678-
* The exact name of the deduction from the pay statement.
678+
* The exact name of the earning from the pay statement.
679679
*
680680
* @throws FinchInvalidDataException if the JSON field has an unexpected type (e.g. if the
681681
* server responded with an unexpected value).
@@ -853,7 +853,7 @@ private constructor(
853853
*/
854854
fun hours(hours: JsonField<Double>) = apply { this.hours = hours }
855855

856-
/** The exact name of the deduction from the pay statement. */
856+
/** The exact name of the earning from the pay statement. */
857857
fun name(name: String?) = name(JsonField.ofNullable(name))
858858

859859
/** Alias for calling [Builder.name] with `name.orElse(null)`. */

0 commit comments

Comments
 (0)