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