Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions lithic-java-core/src/main/kotlin/com/lithic/api/models/Card.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ private constructor(
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
* physical card itself is present.
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
* state can be used for e-commerce transactions. API clients should update the card's state
* to `OPEN` only after the cardholder confirms receipt of the card.
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be used
* for e-commerce transactions. API clients should update the card's state to `OPEN` only
* after the cardholder confirms receipt of the card.
*
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually manufactured.
*/
Expand Down Expand Up @@ -274,11 +274,11 @@ private constructor(
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
* physical card itself is present.
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
* state can be used for e-commerce transactions. API clients should update the card's state
* to `OPEN` only after the cardholder confirms receipt of the card.
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be used
* for e-commerce transactions. API clients should update the card's state to `OPEN` only
* after the cardholder confirms receipt of the card.
*
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually manufactured.
*/
Expand Down Expand Up @@ -680,11 +680,11 @@ private constructor(
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
* physical card itself is present.
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
* state can be used for e-commerce transactions. API clients should update the card's
* state to `OPEN` only after the cardholder confirms receipt of the card.
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be
* used for e-commerce transactions. API clients should update the card's state to `OPEN`
* only after the cardholder confirms receipt of the card.
*
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually
* manufactured.
Expand All @@ -700,11 +700,11 @@ private constructor(
* provisioned pending manufacturing and fulfillment. Cards in this state can accept
* authorizations for e-commerce purchases, but not for "Card Present" purchases where the
* physical card itself is present.
* - `PENDING_ACTIVATION` - Each business day at 2pm Eastern Time Zone (ET), cards of type
* `PHYSICAL` in state `PENDING_FULFILLMENT` are sent to the card production warehouse and
* updated to state `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this
* state can be used for e-commerce transactions. API clients should update the card's
* state to `OPEN` only after the cardholder confirms receipt of the card.
* - `PENDING_ACTIVATION` - At regular intervals, cards of type `PHYSICAL` in state
* `PENDING_FULFILLMENT` are sent to the card production warehouse and updated to state
* `PENDING_ACTIVATION` . Similar to `PENDING_FULFILLMENT`, cards in this state can be
* used for e-commerce transactions. API clients should update the card's state to `OPEN`
* only after the cardholder confirms receipt of the card.
*
* In sandbox, the same daily batch fulfillment occurs, but no cards are actually
* manufactured.
Expand Down