Package com.lithic.api.models
Class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.BuilderA builder for CreateAuthRuleRequestCardTokens.
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.ParametersParameters for the Auth Rule
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.AuthRuleTypeThe type of Auth Rule
-
Method Summary
-
-
Method Detail
-
cardTokens
final List<String> cardTokens()
Card tokens to which the Auth Rule applies.
-
parameters
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters> parameters()
Parameters for the Auth Rule
-
type
final Optional<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.AuthRuleType> type()
The type of Auth Rule
-
_cardTokens
final JsonField<List<String>> _cardTokens()
Card tokens to which the Auth Rule applies.
-
_parameters
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters> _parameters()
Parameters for the Auth Rule
-
_type
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.AuthRuleType> _type()
The type of Auth Rule
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens validate()
-
toBuilder
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Builder toBuilder()
-
builder
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Builder builder()
Returns a mutable builder for constructing an instance of CreateAuthRuleRequestCardTokens.
The following fields are required:
.cardTokens()
-
-
-
-