KYCCheckStatusData class abstract
KYCCheckStatusData
Properties:
- requiredFields - A list of the fields required for execution of the check.
- status - The status of the check. Possible values: AWAITING_DATA , DATA_PROVIDED, FAILED, INVALID_DATA, PASSED, PENDING, RETRY_LIMIT_REACHED.
- summary - A summary of the execution of the check.
- type - The type of check. Possible values: * BANK_ACCOUNT_VERIFICATION: Used in v5 and earlier. Replaced by PAYOUT_METHOD_VERIFICATION in v6 and later. * COMPANY_VERIFICATION * CARD_VERIFICATION * IDENTITY_VERIFICATION * LEGAL_ARRANGEMENT_VERIFICATION * NONPROFIT_VERIFICATION * PASSPORT_VERIFICATION * PAYOUT_METHOD_VERIFICATION: Used in v6 and later. * PCI_VERIFICATION
- Annotations
-
- @BuiltValue.new()
Constructors
- KYCCheckStatusData([void updates(KYCCheckStatusDataBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requiredFields
→ BuiltList<
String> ? -
A list of the fields required for execution of the check.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → KYCCheckStatusDataStatusEnum
-
The status of the check. Possible values: AWAITING_DATA , DATA_PROVIDED, FAILED, INVALID_DATA, PASSED, PENDING, RETRY_LIMIT_REACHED.
no setter
- summary → KYCCheckSummary?
-
A summary of the execution of the check.
no setter
- type → KYCCheckStatusDataTypeEnum
-
The type of check. Possible values: * BANK_ACCOUNT_VERIFICATION: Used in v5 and earlier. Replaced by PAYOUT_METHOD_VERIFICATION in v6 and later. * COMPANY_VERIFICATION * CARD_VERIFICATION * IDENTITY_VERIFICATION * LEGAL_ARRANGEMENT_VERIFICATION * NONPROFIT_VERIFICATION * PASSPORT_VERIFICATION * PAYOUT_METHOD_VERIFICATION: Used in v6 and later. * PCI_VERIFICATION
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(KYCCheckStatusDataBuilder)) → KYCCheckStatusData -
Rebuilds the instance.
inherited
-
toBuilder(
) → KYCCheckStatusDataBuilder -
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<
KYCCheckStatusData> -
no setter