Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/payment-methods
PaymentMethod
Interface PaymentMethod
interface
PaymentMethod
{
active
?:
boolean
;
archivedAt
?:
string
|
null
;
bankAccount
?:
PaymentMethodBankAccount
|
null
;
card
?:
PaymentMethodCard
|
null
;
createdAt
:
string
;
customData
?:
Record
<
string
,
string
>
;
customerId
:
string
;
expiresOn
?:
string
|
null
;
id
:
string
;
mobileMoney
?:
PaymentMethodMobileMoney
|
null
;
owner
?:
PaymentMethodOwner
|
null
;
type
:
PaymentMethodType
;
verification
?:
PaymentMethodVerification
|
null
;
verified
:
boolean
;
verifiedAt
?:
string
|
null
;
}
Index
Properties
active?
archived
At?
bank
Account?
card?
created
At
custom
Data?
customer
Id
expires
On?
id
mobile
Money?
owner?
type
verification?
verified
verified
At?
Properties
Optional
active
active
?:
boolean
Optional
archived
At
archivedAt
?:
string
|
null
Optional
bank
Account
bankAccount
?:
PaymentMethodBankAccount
|
null
Optional
card
card
?:
PaymentMethodCard
|
null
created
At
createdAt
:
string
Optional
custom
Data
customData
?:
Record
<
string
,
string
>
customer
Id
customerId
:
string
Optional
expires
On
expiresOn
?:
string
|
null
id
id
:
string
Optional
mobile
Money
mobileMoney
?:
PaymentMethodMobileMoney
|
null
Optional
owner
owner
?:
PaymentMethodOwner
|
null
type
type
:
PaymentMethodType
Optional
verification
verification
?:
PaymentMethodVerification
|
null
verified
verified
:
boolean
Optional
verified
At
verifiedAt
?:
string
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
archived
At
bank
Account
card
created
At
custom
Data
customer
Id
expires
On
id
mobile
Money
owner
type
verification
verified
verified
At
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...