APIv1.AccountResource interface
Accounts contain billing-related information for a team or user.
This interface was referenced by V1's JSON-Schema via the definition "AccountResource".
Signature:
export interface AccountResource
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Date |
when the resource was created | ||
|
string |
the resource id | ||
|
{ address?: { city?: string; country?: string; line1?: string; line2?: string; postal_code?: string; state?: string; [k: string]: unknown; }; extra?: string; name?: string; [k: string]: unknown; } | null | |||
|
boolean |
true if autopay is enabled on this account | ||
|
("metered" | "unlimited") | "trial" | |||
|
number |
(Optional) | ||
|
Inactive | Active | Delinquent | Immutable | Predelinquent | Stagnant | Suspended | |||
|
string | |||
|
Date |
when the resource was updated | ||
|
string |
the resource uri |