Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
BillingDetails
Interface BillingDetails
interface
BillingDetails
{
email
?:
string
;
phone
?:
string
;
name
?:
string
;
address
?:
Address
;
}
Index
Properties
email?
phone?
name?
address?
Properties
Optional
email
email
?:
string
Optional
phone
phone
?:
string
Optional
name
name
?:
string
Optional
address
address
?:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
phone
name
address
@stripe/stripe-react-native
Loading...