Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
PlatformPay
PaymentMethodResult
Type Alias PaymentMethodResult
PaymentMethodResult
:
|
{
paymentMethod
:
PaymentMethod
.
Result
;
shippingContact
?:
ShippingContact
;
error
?:
undefined
;
}
|
{
paymentMethod
?:
undefined
;
shippingContact
?:
undefined
;
error
:
StripeError
<
PlatformPayError
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stripe/stripe-react-native
Loading...