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

Latest commit

 

History

History
15 lines (11 loc) · 1.43 KB

File metadata and controls

15 lines (11 loc) · 1.43 KB

CreateAccountRequest

Properties

Name Type Description Notes
profile CreateAccountProfileRequest [optional]
organization_id str { "description" : "Organization associated with the account.", "verbs":[] } [optional]
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]
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]
metadata DynamicMetadata [optional]

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