Variable BankAccountHolderStatusConst
BankAccountHolderStatus: {
Active: "ACTIVE";
Inactive: "INACTIVE";
UnderReview: "UNDER_REVIEW";
VerificationFailed: "VERIFICATION_FAILED";
} = ...
Type Declaration
-
ReadonlyActive: "ACTIVE"
-
ReadonlyInactive: "INACTIVE"
-
ReadonlyUnderReview: "UNDER_REVIEW"
-
ReadonlyVerificationFailed: "VERIFICATION_FAILED"
The status of the Amazon Seller Wallet account holder.