AccountSupportingEntityCapability class abstract
AccountSupportingEntityCapability
Properties:
- allowed - Indicates whether the supporting entity capability is allowed. Adyen sets this to true if the verification is successful and the account holder is permitted to use the capability.
- allowedLevel - The capability level that is allowed for the account holder. Possible values: notApplicable, low, medium, high.
- enabled - Indicates whether the capability is enabled. If false, the capability is temporarily disabled for the account holder.
- id - The ID of the supporting entity.
- requested - Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the
allowedfield. - requestedLevel - The requested level of the capability. Some capabilities, such as those used in card issuing, have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: notApplicable, low, medium, high.
- verificationStatus - The status of the verification checks for the supporting entity capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the
errorsarray contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.
- Annotations
-
- @BuiltValue.new()
Constructors
- AccountSupportingEntityCapability([void updates(AccountSupportingEntityCapabilityBuilder b)])
-
factory
Properties
- allowed → bool?
-
Indicates whether the supporting entity capability is allowed. Adyen sets this to true if the verification is successful and the account holder is permitted to use the capability.
no setter
- allowedLevel → AccountSupportingEntityCapabilityAllowedLevelEnum?
-
The capability level that is allowed for the account holder. Possible values: notApplicable, low, medium, high.
no setter
- enabled → bool?
-
Indicates whether the capability is enabled. If false, the capability is temporarily disabled for the account holder.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the supporting entity.
no setter
- requested → bool?
-
Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the
allowedfield.no setter - requestedLevel → AccountSupportingEntityCapabilityRequestedLevelEnum?
-
The requested level of the capability. Some capabilities, such as those used in card issuing, have different levels. Levels increase the capability, but also require additional checks and increased monitoring. Possible values: notApplicable, low, medium, high.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verificationStatus → AccountSupportingEntityCapabilityVerificationStatusEnum?
-
The status of the verification checks for the supporting entity capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the
errorsarray contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AccountSupportingEntityCapabilityBuilder)) → AccountSupportingEntityCapability -
Rebuilds the instance.
inherited
-
toBuilder(
) → AccountSupportingEntityCapabilityBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AccountSupportingEntityCapability> -
no setter