excluded Card Tokens
fun excludedCardTokens(excludedCardTokens: List<String>): AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Builder
Card tokens to which the Auth Rule does not apply.
fun excludedCardTokens(excludedCardTokens: JsonField<List<String>>): AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Builder
Sets Builder.excludedCardTokens to an arbitrary JSON value.
You should usually call Builder.excludedCardTokens with a well-typed List<String> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.