Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.85 KB

GETAccountSummaryType.md

File metadata and controls

18 lines (14 loc) · 1.85 KB

GETAccountSummaryType

Properties

Name Type Description Notes
basic_info GETAccountSummaryTypeBasicInfo [optional]
bill_to_contact GETAccountSummaryTypeBillToContact [optional]
invoices list[GETAccountSummaryInvoiceType] Container for invoices. Only returns the last 6 invoices. [optional]
payments list[GETAccountSummaryPaymentType] Container for payments. Only returns the last 6 payments. [optional]
sold_to_contact GETAccountSummaryTypeSoldToContact [optional]
subscriptions list[GETAccountSummarySubscriptionType] Container for subscriptions. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
tax_info GETAccountSummaryTypeTaxInfo [optional]
usage list[GETAccountSummaryUsageType] Container for usage data. Only returns the last 6 months of usage. Note: If the Real-Time Usage Rating feature is enabled, no usage data is returned in the response body field. To retrive usage data information, you can use the Usage (with Real-Time Rating) operations. [optional]

[Back to Model list] [Back to API list] [Back to README]