AccountCapabilityData class abstract

AccountCapabilityData

Properties:

  • allowed - Indicates whether the capability is allowed. Adyen sets this to true if the verification is successful.
  • allowedLevel - The allowed level of the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: notApplicable, low, medium, high.
  • capability - The name of the capability. For example, sendToTransferInstrument.
  • problems - List of entities that have problems with verification. The information includes the details of the errors and the actions that you can take to resolve them.
  • requested - Indicates whether you requested the capability.
  • requestedLevel - The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: notApplicable, low, medium, high.
  • verificationDeadline - The verification deadline for the capability that will be disallowed if verification errors are not resolved.
  • verificationStatus - The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification was successful. * rejected: Adyen checked the information and found reasons to not allow the capability.
Annotations
  • @BuiltValue.new()

Constructors

AccountCapabilityData([void updates(AccountCapabilityDataBuilder b)])
factory

Properties

allowed bool?
Indicates whether the capability is allowed. Adyen sets this to true if the verification is successful.
no setter
allowedLevel String?
The allowed level of the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: notApplicable, low, medium, high.
no setter
capability String?
The name of the capability. For example, sendToTransferInstrument.
no setter
hashCode int
The hash code for this object.
no setterinherited
problems → BuiltList<CapabilityProblem>?
List of entities that have problems with verification. The information includes the details of the errors and the actions that you can take to resolve them.
no setter
requested bool
Indicates whether you requested the capability.
no setter
requestedLevel String
The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may 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
verificationDeadline DateTime?
The verification deadline for the capability that will be disallowed if verification errors are not resolved.
no setter
verificationStatus String?
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification was successful. * rejected: Adyen checked the information and 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(AccountCapabilityDataBuilder)) AccountCapabilityData
Rebuilds the instance.
inherited
toBuilder() AccountCapabilityDataBuilder
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<AccountCapabilityData>
no setter