File tree Expand file tree Collapse file tree
finch-java-core/src/main/kotlin/com/tryfinch/api/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 9ae56f40cec7304896138bfad5caf748
Original file line number Diff line number Diff 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)`. */
You can’t perform that action at this time.
0 commit comments