Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
Checkout
Tax
Interface Tax
Tax computation status for the Checkout Session.
Checkout Session Private Preview
interface
Tax
{
status
:
"ready"
|
"requiresShippingAddress"
|
"requiresBillingAddress"
;
}
Index
Properties
status
Properties
status
status
:
"ready"
|
"requiresShippingAddress"
|
"requiresBillingAddress"
Whether tax is ready or needs a customer address.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
status
@stripe/stripe-react-native
Loading...
Tax computation status for the Checkout Session.
Checkout Session Private Preview