Skip to content

Commit

Permalink
feat(api): update link to encrypted PIN block docs (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 8, 2024
1 parent 93f3891 commit cf9372b
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ constructor(

/**
* Encrypted PIN block (in base64). Only applies to cards of type `PHYSICAL` and `VIRTUAL`.
* See
* [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block-enterprise).
* See [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block).
*/
@JsonProperty("pin") fun pin(): String? = pin

Expand Down Expand Up @@ -423,7 +422,7 @@ constructor(
/**
* Encrypted PIN block (in base64). Only applies to cards of type `PHYSICAL` and
* `VIRTUAL`. See
* [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block-enterprise).
* [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block).
*/
@JsonProperty("pin") fun pin(pin: String) = apply { this.pin = pin }

Expand Down Expand Up @@ -714,8 +713,7 @@ constructor(

/**
* Encrypted PIN block (in base64). Only applies to cards of type `PHYSICAL` and `VIRTUAL`.
* See
* [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block-enterprise).
* See [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block).
*/
fun pin(pin: String) = apply { this.pin = pin }

Expand Down

0 comments on commit cf9372b

Please sign in to comment.