Interface OrgInfo

Object representing an org's billing metadata. Note that any fields not set (other than metadata) will be reset to empty '' values on any update.

Used by lookupOrg, schedule, and subscribe methods.

Hierarchy

  • OrgInfo

Properties

description: string
email: string
invoiceSettings?: {
    defaultPaymentMethod?: string;
}

Type declaration

  • Optional defaultPaymentMethod?: string
metadata: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
name: string
phone: string

Generated using TypeDoc