Package com.lithic.api.models
Class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters
-
- All Implemented Interfaces:
public final class AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters.BuilderA builder for MerchantLockParameters.
public final classAuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters.MerchantRepresents a specific merchant lock based on their ID or descriptor. Each merchant object allows transaction rules to work at a granular level and requires at least one of merchant_id or descriptor.
-
Method Summary
-
-
Method Detail
-
merchants
final List<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters.Merchant> merchants()
A list of merchant locks defining specific merchants or groups of merchants (based on descriptors or IDs) that the lock applies to.
-
_merchants
final JsonField<List<AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters.Merchant>> _merchants()
Returns the raw JSON value of merchants.
Unlike merchants, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters.Builder toBuilder()
-
validate
final AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters validate()
-
builder
final static AuthRuleV2CreateParams.Body.CreateAuthRuleRequestCardTokens.Parameters.MerchantLockParameters.Builder builder()
Returns a mutable builder for constructing an instance of MerchantLockParameters.
The following fields are required:
.merchants()
-
-
-
-