Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.07 KB

PlanCreateRequest.md

File metadata and controls

26 lines (21 loc) · 2.07 KB

Zuora.Model.PlanCreateRequest

Properties

Name Type Description Notes
id string Unique identifier for the object. [optional] [readonly]
updated_by_id string Unique identifier of the Zuora user who last updated the object [optional] [readonly]
updated_time DateTime The date and time when the object was last updated in ISO 8601 UTC format. [optional] [readonly]
created_by_id string Unique identifier of the Zuora user who created the object [optional] [readonly]
created_time DateTime The date and time when the object was created in ISO 8601 UTC format. [optional] [readonly]
custom_fields Dictionary<string, Object> Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format. [optional]
custom_objects Dictionary<string, Object> The custom fields associated with an object. For more information about custom fields, see Manage custom fields. [optional] [readonly]
start_date DateTime The date from which the plan can be used for new purchases. [optional]
end_date DateTime The date on which the plan can no longer be used for new purchases. [optional]
name string The name of the plan.
plan_number string Human-readable identifier of the plan. It can be user-supplied. [optional]
description string An arbitrary string attached to the object. Often useful for displaying to users. [optional]
active_currencies List<string> A list of 3-letter ISO-standard currency codes representing active currencies for the plan. [optional]
product_id string Identifier of the product associated with this plan.

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