Type Alias HasLinkAccountResult
HasLinkAccountResult: | { hasLinkAccount: boolean; error?: undefined } | { hasLinkAccount?: undefined; error: StripeError<OnrampError> } Type declaration
- { hasLinkAccount: boolean; error?: undefined }
hasLinkAccount: boolean
Optionalerror?: undefined
- { hasLinkAccount?: undefined; error: StripeError<OnrampError> }
OptionalhasLinkAccount?: undefined
Result of checking whether an email corresponds to an existing Link account.