Skip to content

Commit 05926fd

Browse files
feat(api): api update (#674)
1 parent 74ec930 commit 05926fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_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

increase-java-core/src/main/kotlin/com/increase/api/models/Transaction.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)