Package com.lithic.api.models
Class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel
-
- All Implemented Interfaces:
public final class AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.BuilderA builder for ApplyAuthRuleRequestProgramLevel.
-
Method Summary
Modifier and Type Method Description final BooleanprogramLevel()Whether the Auth Rule applies to all authorizations on the card program. final Optional<List<String>>excludedCardTokens()Card tokens to which the Auth Rule does not apply. final JsonField<Boolean>_programLevel()Returns the raw JSON value of programLevel. final JsonField<List<String>>_excludedCardTokens()Returns the raw JSON value of excludedCardTokens. final Map<String, JsonValue>_additionalProperties()final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.BuildertoBuilder()final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevelvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builderbuilder()Returns a mutable builder for constructing an instance of ApplyAuthRuleRequestProgramLevel. -
-
Method Detail
-
programLevel
final Boolean programLevel()
Whether the Auth Rule applies to all authorizations on the card program.
-
excludedCardTokens
final Optional<List<String>> excludedCardTokens()
Card tokens to which the Auth Rule does not apply.
-
_programLevel
final JsonField<Boolean> _programLevel()
Returns the raw JSON value of programLevel.
Unlike programLevel, this method doesn't throw if the JSON field has an unexpected type.
-
_excludedCardTokens
final JsonField<List<String>> _excludedCardTokens()
Returns the raw JSON value of excludedCardTokens.
Unlike excludedCardTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder toBuilder()
-
validate
final AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel validate()
-
builder
final static AuthRuleV2ApplyParams.Body.ApplyAuthRuleRequestProgramLevel.Builder builder()
Returns a mutable builder for constructing an instance of ApplyAuthRuleRequestProgramLevel.
The following fields are required:
.programLevel()
-
-
-
-