Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/payment-methods
UpdatePaymentMethodRequest
Interface UpdatePaymentMethodRequest
interface
UpdatePaymentMethodRequest
{
active
?:
boolean
;
archived
?:
boolean
;
customData
?:
Record
<
string
,
string
|
null
>
;
owner
?:
PaymentMethodOwner
;
paymentMethodId
:
string
;
}
Index
Properties
active?
archived?
custom
Data?
owner?
payment
Method
Id
Properties
Optional
active
active
?:
boolean
Optional
archived
archived
?:
boolean
Optional
custom
Data
customData
?:
Record
<
string
,
string
|
null
>
Optional
owner
owner
?:
PaymentMethodOwner
payment
Method
Id
paymentMethodId
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
archived
custom
Data
owner
payment
Method
Id
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...