Options
All
  • Public
  • Public/Protected
  • All
Menu

Update the number of allowed dapps for each type. This method can only be called by active accounts with a working payment source. Your account's next invoice will be prorated to reflect the updated capacity.

Index

Interfaces

Type aliases

Variables

Functions

Interfaces

Args

Args:

plans

Result

Result:

updatedSubscription

updatedSubscription: Subscription

updatedUser

updatedUser: UserData | null

Type aliases

Response

Response: ApiResponse<Result>

Variables

Const HTTP

HTTP: PUT = "PUT"

Const Path

Path: string = paymentBasePath

Functions

isArgs

  • isArgs(val: any): boolean

newArgs

  • Factory to produce an Args object with one standard dapp. Useful for getting the correct shape as a value, without having to hardcode strings.

    Returns Args

Generated using TypeDoc