Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.37 KB

File metadata and controls

40 lines (28 loc) · 3.37 KB

InvoicesAccountInfo

Information about the account.

Properties

Name Type Required Description
BillingEmail string The email address to which invoices are sent.
Id long The account's ID.
State string The account's current state: - FREE - PAID - EXPIRED_TRIAL - OVERDUE - SUSPENDED - BLOCKED - PAYMENT_DISPUTED
TeamId long The team's ID associated with the account.
SalesChannel_ SalesChannel The sales channel from which the account was created: - SELF_SERVE — The user purchased the account plan. - SALES_SERVE — The account was purchased through the Postman sales team process.
Slots_ Slots Information about the team's slots.

SalesChannel

The sales channel from which the account was created: - SELF_SERVE — The user purchased the account plan. - SALES_SERVE — The account was purchased through the Postman sales team process.

Properties

Name Type Required Description
SelfServe string "SELF_SERVE"
SalesServe string "SALES_SERVE"

Slots

Information about the team's slots.

Properties

Name Type Required Description
Available long The number of the team's available slots.
Consumed long The number of currently-billed team members.
Total long The total number of slots available to the team.
Unbilled long The number of unbilled slots if auto-flex billing is available.