Skip to content

Commit c863228

Browse files
docs: Fix documentation of tokenization channel and tokenization source for tokenization rules
1 parent b327fb6 commit c863228

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 176
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-05d665e9c7e81d85c0d6629bf3898e2eb221268d677b772ef3da3891b25d8346.yml
3-
openapi_spec_hash: fd8900412ab9a393719dba3669d44d3a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-6f5bac5a5738304da24f077b52afd3c309c0fc4719176d26fb6eddd598e20eb2.yml
3+
openapi_spec_hash: cc4e56e4325643c3342bcd80a082e16e
44
config_hash: faacaff68ffb3a4d051f0a7b8442e099

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,8 +1501,10 @@ private constructor(
15011501
* The following attributes may be targeted:
15021502
* * `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
15031503
* * `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
1504-
* initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
1505-
* * `TOKENIZATION_SOURCE`: The source of the tokenization request.
1504+
* initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
1505+
* * `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values are
1506+
* `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`, `CONTACTLESS_TAP`,
1507+
* `TOKEN`, `UNKNOWN`.
15061508
* * `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid values are
15071509
* `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`, `ANDROID_PAY`, `APPLE_PAY`,
15081510
* `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`, `GOOGLE_PAY`, `GOOGLE_VCN`, `ISSUER_HCE`,
@@ -1620,8 +1622,10 @@ private constructor(
16201622
* The following attributes may be targeted:
16211623
* * `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
16221624
* * `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
1623-
* initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
1624-
* * `TOKENIZATION_SOURCE`: The source of the tokenization request.
1625+
* initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
1626+
* * `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values are
1627+
* `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
1628+
* `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
16251629
* * `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid values
16261630
* are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`, `ANDROID_PAY`,
16271631
* `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`, `GOOGLE_PAY`, `GOOGLE_VCN`,
@@ -1778,8 +1782,10 @@ private constructor(
17781782
* The following attributes may be targeted:
17791783
* * `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
17801784
* * `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
1781-
* initiated (e.g., DIGITAL_WALLET, ECOMMERCE).
1782-
* * `TOKENIZATION_SOURCE`: The source of the tokenization request.
1785+
* initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
1786+
* * `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values are
1787+
* `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`, `CONTACTLESS_TAP`,
1788+
* `TOKEN`, `UNKNOWN`.
17831789
* * `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid values are
17841790
* `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`, `ANDROID_PAY`, `APPLE_PAY`,
17851791
* `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`, `GOOGLE_PAY`, `GOOGLE_VCN`, `ISSUER_HCE`,

0 commit comments

Comments
 (0)