@@ -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