Preparing search index...
The search index is not available
@stripe/stripe-react-native
@stripe/stripe-react-native
Token
Card
Interface Card
interface
Card
{
id
:
string
;
country
:
string
;
brand
:
Token
.
CardBrand
;
currency
?:
string
;
expMonth
:
number
;
expYear
:
number
;
last4
:
string
;
funding
:
"Unknown"
|
"Credit"
|
"Debit"
|
"Prepaid"
;
address
:
Address
;
name
?:
string
;
}
Index
Properties
id
country
brand
currency?
exp
Month
exp
Year
last4
funding
address
name?
Properties
id
id
:
string
country
country
:
string
brand
brand
:
Token
.
CardBrand
Optional
currency
currency
?:
string
exp
Month
expMonth
:
number
exp
Year
expYear
:
number
last4
last4
:
string
funding
funding
:
"Unknown"
|
"Credit"
|
"Debit"
|
"Prepaid"
address
address
:
Address
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
country
brand
currency
exp
Month
exp
Year
last4
funding
address
name
@stripe/stripe-react-native
Loading...