Skip to content

Commit dbb507a

Browse files
feat(api): api update
1 parent b6cbb94 commit dbb507a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-10b0412eb48b8e2b9720b29cf479448d246a9169c1937177f11a3d2ef80ae7f1.yml
3-
openapi_spec_hash: ed688969255974736f3fbd4e6f30194e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-07202bc3c027c441ab8829ab0e32c1547952d4cae1691fe00497ee3b056127d0.yml
3+
openapi_spec_hash: 3c21b26cf5803678876c00c40e88c781
44
config_hash: 4945e03affdf289484733306e4797f81

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ import java.util.Optional
2222
import kotlin.jvm.optionals.getOrNull
2323

2424
/**
25-
* Cards are commercial credit cards. They'll immediately work for online purchases after you create
26-
* them. All cards maintain a credit limit of 100% of the Account’s available balance at the time of
27-
* transaction. Funds are deducted from the Account upon transaction settlement.
25+
* Cards may operate on credit, debit or prepaid BINs. They’ll immediately work for online purchases
26+
* after you create them. All cards work on a good funds model, and maintain a maximum limit of 100%
27+
* of the Account’s available balance at the time of transaction. Funds are deducted from the
28+
* Account upon transaction settlement.
2829
*/
2930
class Card
3031
@JsonCreator(mode = JsonCreator.Mode.DISABLED)

0 commit comments

Comments
 (0)