Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
Checkout
ContactDetails
Interface ContactDetails
A customer's name and postal address.
Checkout Session Private Preview
interface
ContactDetails
{
name
?:
string
;
address
?:
Checkout
.
Address
;
}
Index
Properties
name?
address?
Properties
Optional
name
name
?:
string
The customer's name.
Optional
address
address
?:
Checkout
.
Address
The customer's postal address.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
address
@stripe/stripe-react-native
Loading...
A customer's name and postal address.
Checkout Session Private Preview