Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/payment-methods
TokenizePaymentMethodRequest
Interface TokenizePaymentMethodRequest
interface
TokenizePaymentMethodRequest
{
customData
?:
Record
<
string
,
string
>
;
customerId
:
string
;
mobileMoney
:
MobileMoneyDetails
;
owner
:
PaymentMethodOwner
;
requestMeta
?:
RequestMeta
;
type
:
"mobile_money"
;
}
Index
Properties
custom
Data?
customer
Id
mobile
Money
owner
request
Meta?
type
Properties
Optional
custom
Data
customData
?:
Record
<
string
,
string
>
customer
Id
customerId
:
string
mobile
Money
mobileMoney
:
MobileMoneyDetails
owner
owner
:
PaymentMethodOwner
Optional
request
Meta
requestMeta
?:
RequestMeta
Request metadata such as idempotency controls
type
type
:
"mobile_money"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Data
customer
Id
mobile
Money
owner
request
Meta
type
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...
Request metadata such as idempotency controls