Package com.lithic.api.models
Class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.BuilderA builder for CreateAuthRuleRequestProgramLevel.
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.ParametersParameters for the Auth Rule
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.AuthRuleTypeThe type of Auth Rule
-
Method Summary
-
-
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.
-
parameters
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters> parameters()
Parameters for the Auth Rule
-
type
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.AuthRuleType> type()
The type of Auth Rule
-
_programLevel
final JsonField<Boolean> _programLevel()
Whether the Auth Rule applies to all authorizations on the card program.
-
_excludedCardTokens
final JsonField<List<String>> _excludedCardTokens()
Card tokens to which the Auth Rule does not apply.
-
_parameters
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Parameters> _parameters()
Parameters for the Auth Rule
-
_type
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.AuthRuleType> _type()
The type of Auth Rule
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel validate()
-
builder
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestProgramLevel.Builder builder()
Returns a mutable builder for constructing an instance of CreateAuthRuleRequestProgramLevel.
The following fields are required:
.programLevel()
-
-
-
-