Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BillingHistoryService

Hierarchy

  • BillingHistoryService

Index

Constructors

constructor

Methods

getMyBalance

  • Retrieve the balances on a customer's account

    Example

    import { DigitalOcean } from 'digitalocean-deno';
    
    const client = new DigitalOcean('your-api-key');
    const balance = await client.billingHistory.getMyBalance();

    Returns Promise<Balance>

getMyBillingHistory

Generated using TypeDoc