PayFanout API reference
Preparing search index...
adapter-stripe-server/src
StripePaymentMethodLike
Interface StripePaymentMethodLike
interface
StripePaymentMethodLike
{
card
?:
|
{
brand
?:
string
;
exp_month
?:
number
;
exp_year
?:
number
;
last4
?:
string
;
}
|
null
;
created
?:
number
;
customer
?:
string
|
{
id
:
string
}
|
null
;
id
:
string
;
type
?:
string
;
}
Index
Properties
card?
created?
customer?
id
type?
Properties
Optional
card
card
?:
|
{
brand
?:
string
;
exp_month
?:
number
;
exp_year
?:
number
;
last4
?:
string
;
}
|
null
Optional
created
created
?:
number
Optional
customer
customer
?:
string
|
{
id
:
string
}
|
null
id
id
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
created
customer
id
type
PayFanout API reference
Loading...