Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 865 Bytes

Term.md

File metadata and controls

17 lines (12 loc) · 865 Bytes

Zuora.Model.Term

Properties

Name Type Description Notes
interval_count int The number of intervals in a term. For example, interval=year and interval_count=1 represents a 1 year term. [optional]
interval string Unit in which term duration is defined. One of day, week, month or year. [optional]
start_date DateTime Date when the subscription term starts. [optional]
type string Type of the subscription. Can be either `termed` or `evergreen`. [optional]
end_date DateTime Date when the subscription term ends. [optional]

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