Skip to content

Commit 09cdc98

Browse files
Add active for online use to create card request (#507)
1 parent 1a11203 commit 09cdc98

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

types/cards.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ export interface CreateIndividualDebitCardRequest {
301301
* Optional, default is false. Print the business name on the card instead of the card holder's name. Available only for Sole Proprietorship typed customers that have a DBA property.
302302
*/
303303
printOnlyBusinessName?: boolean
304+
305+
/**
306+
* Optional, default is false. If true, the card will be active for online use.
307+
*/
308+
activeForOnlineUse?: boolean
309+
304310
} & BaseCreateCardRequestAttributes
305311

306312
relationships: {
@@ -357,6 +363,11 @@ interface CreateBusinessCardRequestAttributes {
357363
* Optional, default is false. Print the business name on the card instead of the card holder's name.
358364
*/
359365
printOnlyBusinessName?: boolean
366+
367+
/**
368+
* Optional, default is false. If true, the card will be active for online use.
369+
*/
370+
activeForOnlineUse?: boolean
360371
}
361372

362373

0 commit comments

Comments
 (0)