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. Effectively determines the event stream during which it will be evaluated.
CONDITIONAL_BLOCK: AUTHORIZATION event stream.VELOCITY_LIMIT: AUTHORIZATION event stream.MERCHANT_LOCK: AUTHORIZATION event stream.CONDITIONAL_3DS_ACTION: THREE_DS_AUTHENTICATION event stream.
-
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. Effectively determines the event stream during which it will be evaluated.
CONDITIONAL_BLOCK: AUTHORIZATION event stream.VELOCITY_LIMIT: AUTHORIZATION event stream.MERCHANT_LOCK: AUTHORIZATION event stream.CONDITIONAL_3DS_ACTION: THREE_DS_AUTHENTICATION event stream.
-
_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.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_parameters
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters> _parameters()
Returns the raw JSON value of parameters.
Unlike parameters, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.AuthRuleType> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Builder toBuilder()
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens validate()
-
builder
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Builder builder()
Returns a mutable builder for constructing an instance of CreateAuthRuleRequestCardTokens.
The following fields are required:
.cardTokens()
-
-
-
-