SupportingEntityCapability class abstract
SupportingEntityCapability
Properties:
- allowed - Indicates whether the capability is allowed for the supporting entity. If a capability is allowed for a supporting entity but not for the parent legal entity, this means the legal entity has other supporting entities that failed verification. You can use the allowed supporting entity regardless of the verification status of other supporting entities.
- id - Supporting entity reference
- requested - Indicates whether the supporting entity capability is requested.
- verificationStatus - The status of the verification checks for the capability of the supporting entity. 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
- SupportingEntityCapability([void updates(SupportingEntityCapabilityBuilder b)])
-
factory
Properties
- allowed → bool?
-
Indicates whether the capability is allowed for the supporting entity. If a capability is allowed for a supporting entity but not for the parent legal entity, this means the legal entity has other supporting entities that failed verification. You can use the allowed supporting entity regardless of the verification status of other supporting entities.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Supporting entity reference
no setter
- requested → bool?
-
Indicates whether the supporting entity capability is requested.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verificationStatus → String?
-
The status of the verification checks for the capability of the supporting entity. 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(SupportingEntityCapabilityBuilder)) → SupportingEntityCapability -
Rebuilds the instance.
inherited
-
toBuilder(
) → SupportingEntityCapabilityBuilder -
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<
SupportingEntityCapability> -
no setter