Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
CanAddCardToWalletResult
Type Alias CanAddCardToWalletResult
CanAddCardToWalletResult
:
|
{
canAddCard
:
boolean
;
details
?:
{
token
?:
GooglePayCardToken
;
status
?:
CanAddCardToWalletStatus
;
}
;
error
?:
undefined
;
}
|
{
canAddCard
?:
undefined
;
details
?:
undefined
;
error
:
StripeError
<
GooglePayError
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stripe/stripe-react-native
Loading...