We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128856e commit b55d13dCopy full SHA for b55d13d
1 file changed
README.md
@@ -84,7 +84,7 @@ import com.lithic.api.models.Card;
84
import com.lithic.api.models.CardCreateParams;
85
86
CardCreateParams params = CardCreateParams.builder()
87
- .type("SINGLE_USE")
+ .type(CardCreateParams.Type.SINGLE_USE)
88
.build();
89
Card card = client.cards().create(params);
90
```
0 commit comments