Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Model
    • DevelopmentAccount

Index

Constructors

constructor

Accessors

address

  • get address(): string

company

  • get company(): string

id

  • get id(): number

privacyUrl

  • get privacyUrl(): string

termsUrl

  • get termsUrl(): string

websiteUrl

  • get websiteUrl(): string

Methods

createApplication

  • createApplication(params: { applicationName: string; redirectUrl: string }): Promise<Application>

delete

  • delete(): Promise<void>

ejectData

getApplication

  • getApplication(params: { id: number }): Promise<Application>

getApplications

getDevelopmentAccountRelationship

getDevelopmentAccountRelationshipRequest

getDevelopmentAccountRelationshipRequests

getDevelopmentAccountRelationships

initializeDevelopmentAccountRelationshipRequest

reload

update

  • update(options: { address?: string; company?: string; privacyUrl?: string; termsUrl?: string; websiteUrl?: string }): Promise<DevelopmentAccount>
  • Parameters

    • options: { address?: string; company?: string; privacyUrl?: string; termsUrl?: string; websiteUrl?: string }
      • Optional address?: string
      • Optional company?: string
      • Optional privacyUrl?: string
      • Optional termsUrl?: string
      • Optional websiteUrl?: string

    Returns Promise<DevelopmentAccount>