Skip to content

Commit c4a5ee1

Browse files
docs(api): clarify ACCOUNT_AGE attribute behavior in conditional parameters
1 parent 295e9f3 commit c4a5ee1

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 194
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-19240135588c2012b39cde86218a05c471b3e7831b57c736704e3fbca109e3a9.yml
3-
openapi_spec_hash: c6a5c719b89e08de52aea005b39fd5a6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-26d81470c7f745ed62524638a09233f19280a1d386ae1041e41fa0f3f58fc59b.yml
3+
openapi_spec_hash: 8d6111c35fddd5b9e291ecc0f9a4b206
44
config_hash: 1c5c139a2aa0d1d45c063f953a9bc803

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ private constructor(
463463
* * `CARD_AGE`: The age of the card in seconds at the time of the authorization. Use an
464464
* integer value.
465465
* * `ACCOUNT_AGE`: The age of the account holder's account in seconds at the time of the
466-
* authorization. Use an integer value.
466+
* authorization. Use an integer value. For programs where Lithic does not manage or
467+
* retain account holder data, this attribute does not evaluate.
467468
* * `AMOUNT_Z_SCORE`: The z-score of the transaction amount relative to the entity's
468469
* transaction history. Null if fewer than 30 approved transactions in the specified
469470
* window. Requires `parameters.scope` and `parameters.interval`. Use a decimal value.
@@ -688,7 +689,8 @@ private constructor(
688689
* * `CARD_AGE`: The age of the card in seconds at the time of the authorization. Use an
689690
* integer value.
690691
* * `ACCOUNT_AGE`: The age of the account holder's account in seconds at the time of
691-
* the authorization. Use an integer value.
692+
* the authorization. Use an integer value. For programs where Lithic does not manage
693+
* or retain account holder data, this attribute does not evaluate.
692694
* * `AMOUNT_Z_SCORE`: The z-score of the transaction amount relative to the entity's
693695
* transaction history. Null if fewer than 30 approved transactions in the specified
694696
* window. Requires `parameters.scope` and `parameters.interval`. Use a decimal value.
@@ -960,7 +962,8 @@ private constructor(
960962
* * `CARD_AGE`: The age of the card in seconds at the time of the authorization. Use an
961963
* integer value.
962964
* * `ACCOUNT_AGE`: The age of the account holder's account in seconds at the time of the
963-
* authorization. Use an integer value.
965+
* authorization. Use an integer value. For programs where Lithic does not manage or
966+
* retain account holder data, this attribute does not evaluate.
964967
* * `AMOUNT_Z_SCORE`: The z-score of the transaction amount relative to the entity's
965968
* transaction history. Null if fewer than 30 approved transactions in the specified
966969
* window. Requires `parameters.scope` and `parameters.interval`. Use a decimal value.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ private constructor(
312312
* * `CARD_AGE`: The age of the card in seconds at the time of the transaction. Use an
313313
* integer value.
314314
* * `ACCOUNT_AGE`: The age of the account in seconds at the time of the transaction. Use an
315-
* integer value.
315+
* integer value. For programs where Lithic does not manage or retain account holder data,
316+
* this attribute does not evaluate.
316317
* * `SPEND_VELOCITY_COUNT`: The number of transactions matching the specified filters
317318
* within the given period. Requires `parameters` with `scope`, `period`, and optional
318319
* `filters`. Use an integer value.
@@ -474,7 +475,8 @@ private constructor(
474475
* * `CARD_AGE`: The age of the card in seconds at the time of the transaction. Use an
475476
* integer value.
476477
* * `ACCOUNT_AGE`: The age of the account in seconds at the time of the transaction.
477-
* Use an integer value.
478+
* Use an integer value. For programs where Lithic does not manage or retain account
479+
* holder data, this attribute does not evaluate.
478480
* * `SPEND_VELOCITY_COUNT`: The number of transactions matching the specified filters
479481
* within the given period. Requires `parameters` with `scope`, `period`, and optional
480482
* `filters`. Use an integer value.
@@ -681,7 +683,8 @@ private constructor(
681683
* * `CARD_AGE`: The age of the card in seconds at the time of the transaction. Use an
682684
* integer value.
683685
* * `ACCOUNT_AGE`: The age of the account in seconds at the time of the transaction. Use an
684-
* integer value.
686+
* integer value. For programs where Lithic does not manage or retain account holder data,
687+
* this attribute does not evaluate.
685688
* * `SPEND_VELOCITY_COUNT`: The number of transactions matching the specified filters
686689
* within the given period. Requires `parameters` with `scope`, `period`, and optional
687690
* `filters`. Use an integer value.

0 commit comments

Comments
 (0)