Interface OrgInfoJSON

The object shape we send/receive from the API itself. Converted between this and OrgInfo when talking to the API, to avoid the excess of snake case.

Hierarchy

  • OrgInfoJSON

Properties

description: string
email: string
invoice_settings: {
    default_payment_method: string;
}

Type declaration

  • default_payment_method: string
metadata: {
    [key: string]: string;
}

Type declaration

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

Generated using TypeDoc