Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 3.09 KB

File metadata and controls

23 lines (19 loc) · 3.09 KB

Account

Properties

Name Type Description Notes
crm_id str { "description" : "CRM ID of the account.", "verbs":["GET"] } [optional]
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
metadata DynamicMetadata { "description" : "Add metadata.", "verbs":["POST"] } [optional]
id str { "description" : "ID of the account.", "verbs":["GET"] }
organization_id str { "description" : "Organization associated with the account.", "verbs":[] }
user_id str { "description" : "User associated with the account. If this is null, no user is currently assocaited with the account. A user is only set when an account is associated with a user account.", "verbs":[] } [optional]
successful_subscriptions int { "description" : "Number of distinct, paid subscriptions associated with this account. Initially the value will be 0 when no successful subscriptions have been taken. A subscription cancelled whilst in trial is counted as successful.", "verbs":["GET"] } [optional]
aggregating_product_rate_plan_id str { "description" : "If present, this will be the product rate plan to use when creating an aggregating subscription. An account level aggregating subscription will be created when the first subscription is created against the account.", "verbs":[] } [optional]
aggregating_subscription_id str { "description" : "The consistent ID of the account level aggregating subscription, if one exists.", "verbs":[] } [optional]
deleted bool { "default" : "false", "description" : "Indicates if an account has been retired. If an account has been retired it can still be retrieved using the appropriate flag on API requests.", "verbs":["GET"] } [optional] [default to False]
profile Profile [optional]
payment_methods list[PaymentMethod] { "description" : "The payment-methods associated with the account.", "verbs":["GET"] } [optional]

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