File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
finch-java-core/src/main/kotlin/com/tryfinch/api/models Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 45
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-640ec74bfc2f335f7277863ee0cbd0af98bb6018cb1ec2f116ce4145148f4477 .yml
3- openapi_spec_hash : 315e7859c3f77311261fb824b74a8247
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-d9cb320c8313cd122b4851d726c6cea39a14a5317880c6d063671ad3f412e632 .yml
3+ openapi_spec_hash : 58c2cf578f0736b8c5df957f6a61190b
44config_hash : 0892e2e0eeb0343a022afa62e9080dd1
Original file line number Diff line number Diff line change @@ -1547,6 +1547,8 @@ private constructor(
15471547 fun amount (): Optional <Long > = amount.getOptional(" amount" )
15481548
15491549 /* *
1550+ * The deduction name. Required when type is specified.
1551+ *
15501552 * @throws FinchInvalidDataException if the JSON field has an unexpected type (e.g. if
15511553 * the server responded with an unexpected value).
15521554 */
@@ -1641,6 +1643,7 @@ private constructor(
16411643 */
16421644 fun amount (amount : JsonField <Long >) = apply { this .amount = amount }
16431645
1646+ /* * The deduction name. Required when type is specified. */
16441647 fun name (name : String ) = name(JsonField .of(name))
16451648
16461649 /* *
@@ -2024,6 +2027,8 @@ private constructor(
20242027 fun amount (): Optional <Long > = amount.getOptional(" amount" )
20252028
20262029 /* *
2030+ * The contribution name. Required when type is specified.
2031+ *
20272032 * @throws FinchInvalidDataException if the JSON field has an unexpected type (e.g. if
20282033 * the server responded with an unexpected value).
20292034 */
@@ -2103,6 +2108,7 @@ private constructor(
21032108 */
21042109 fun amount (amount : JsonField <Long >) = apply { this .amount = amount }
21052110
2111+ /* * The contribution name. Required when type is specified. */
21062112 fun name (name : String ) = name(JsonField .of(name))
21072113
21082114 /* *
You can’t perform that action at this time.
0 commit comments