File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
increase-java-core/src/main/kotlin/com/increase/api/models Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 201
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-03ee97dd9c89c89eb1cc9ac40a7f757b3c92e262889d3ad2e654a03259026f44 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6cc3e4ac223759041f330390923fab4098db3de30668152712a863fa81b40849 .yml
Original file line number Diff line number Diff line change @@ -18761,8 +18761,8 @@ private constructor(
1876118761 ) {
1876218762
1876318763 /** The account on which the interest was accrued. */
18764- fun accruedOnAccountId(): Optional< String> =
18765- Optional.ofNullable( accruedOnAccountId.getNullable ("accrued_on_account_id") )
18764+ fun accruedOnAccountId(): String =
18765+ accruedOnAccountId.getRequired ("accrued_on_account_id")
1876618766
1876718767 /**
1876818768 * The amount in the minor unit of the transaction's currency. For dollars, for example,
You can’t perform that action at this time.
0 commit comments