File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
increase-java-core/src/main/kotlin/com/increase/api/models/cards Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 4945e03affdf289484733306e4797f81
Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ import java.util.Optional
2222import 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 */
2930class Card
3031@JsonCreator(mode = JsonCreator .Mode .DISABLED )
You can’t perform that action at this time.
0 commit comments