Preparing search index...
The search index is not available
@nevermined-io/payments
@nevermined-io/payments
UpdatePaymentMethodDto
Interface UpdatePaymentMethodDto
DTO for updating a payment method's alias and allowed API keys.
interface
UpdatePaymentMethodDto
{
alias
?:
string
;
allowedApiKeyIds
?:
null
|
string
[]
;
}
Index
Properties
alias?
allowed
Api
Key
Ids?
Properties
Optional
alias
alias
?:
string
Optional
allowed
Api
Key
Ids
allowed
Api
Key
Ids
?:
null
|
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alias
allowed
Api
Key
Ids
@nevermined-io/payments
Loading...
DTO for updating a payment method's alias and allowed API keys.