Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/payment-methods
PaymentMethodCard
Interface PaymentMethodCard
interface
PaymentMethodCard
{
brand
?:
string
;
expiresOn
?:
string
;
issuer
?:
{
emailAddress
?:
string
;
name
?:
string
;
phoneNumber
?:
string
;
type
?:
string
;
}
;
owner
?:
{
emailAddress
?:
string
;
name
?:
string
;
phoneNumber
?:
string
}
;
type
?:
string
;
}
Index
Properties
brand?
expires
On?
issuer?
owner?
type?
Properties
Optional
brand
brand
?:
string
Optional
expires
On
expiresOn
?:
string
Optional
issuer
issuer
?:
{
emailAddress
?:
string
;
name
?:
string
;
phoneNumber
?:
string
;
type
?:
string
;
}
Optional
owner
owner
?:
{
emailAddress
?:
string
;
name
?:
string
;
phoneNumber
?:
string
}
Optional
type
type
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
brand
expires
On
issuer
owner
type
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...