Skip to content

Commit 2608aba

Browse files
chore(docs): update state description on Card (#278)
1 parent ace6604 commit 2608aba

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

  • lithic-java-core/src/main/kotlin/com/lithic/api/models

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ private constructor(
148148
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
149149
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
150150
* physical card itself is present.
151-
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
152-
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
153-
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
154-
* state can be used for e-commerce transactions. API clients should update the card's state
155-
* to `OPEN` only after the cardholder confirms receipt of the card.
151+
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
152+
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
153+
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be used
154+
* for e-commerce transactions. API clients should update the card's state to `OPEN` only
155+
* after the cardholder confirms receipt of the card.
156156
*
157157
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually manufactured.
158158
*/
@@ -274,11 +274,11 @@ private constructor(
274274
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
275275
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
276276
* physical card itself is present.
277-
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
278-
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
279-
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
280-
* state can be used for e-commerce transactions. API clients should update the card's state
281-
* to `OPEN` only after the cardholder confirms receipt of the card.
277+
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
278+
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
279+
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be used
280+
* for e-commerce transactions. API clients should update the card's state to `OPEN` only
281+
* after the cardholder confirms receipt of the card.
282282
*
283283
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually manufactured.
284284
*/
@@ -680,11 +680,11 @@ private constructor(
680680
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
681681
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
682682
* physical card itself is present.
683-
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
684-
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
685-
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
686-
* state can be used for e-commerce transactions. API clients should update the card's
687-
* state to `OPEN` only after the cardholder confirms receipt of the card.
683+
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
684+
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
685+
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be
686+
* used for e-commerce transactions. API clients should update the card's state to `OPEN`
687+
* only after the cardholder confirms receipt of the card.
688688
*
689689
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually
690690
* manufactured.
@@ -700,11 +700,11 @@ private constructor(
700700
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
701701
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
702702
* physical card itself is present.
703-
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
704-
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
705-
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
706-
* state can be used for e-commerce transactions. API clients should update the card's
707-
* state to `OPEN` only after the cardholder confirms receipt of the card.
703+
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
704+
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
705+
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be
706+
* used for e-commerce transactions. API clients should update the card's state to `OPEN`
707+
* only after the cardholder confirms receipt of the card.
708708
*
709709
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually
710710
* manufactured.

0 commit comments

Comments
 (0)