Type Alias PlatformAccountVerificationFailedError

PlatformAccountVerificationFailedError: {
    type: "PLATFORM_ACCOUNT_VERIFICATION_FAILED";
    message?: string;
}

파트너 계좌 인증이 실패한 경우

Type declaration

  • type: "PLATFORM_ACCOUNT_VERIFICATION_FAILED"
  • Optionalmessage?: string