Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.16 KB

SubscriptionPausePatchResponse.md

File metadata and controls

18 lines (13 loc) · 1.16 KB

Zuora.Model.SubscriptionPausePatchResponse

Properties

Name Type Description Notes
pause_date DateTime Date on which the subscription is paused. [optional]
pause_at string Can be either the end of the current billing period or a specific date. [optional]
pause_interval_count decimal The number of intervals in a duration where the subscription is paused. For example, pause_interval=year and pause_interval_count=1 represents a 1-year pause. [optional]
pause_interval string Unit in which the pause duration is defined. One of day, week, month or year. [optional]
resume_behavior ResumeSubscriptionRequest [optional]
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]

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