Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 931 Bytes

ResumeSubscriptionRequest.md

File metadata and controls

16 lines (11 loc) · 931 Bytes

Zuora.Model.ResumeSubscriptionRequest

Properties

Name Type Description Notes
extend_term bool If this field is set to `true`, the subscription term is extended by the length of time the subscription is paused. [optional] [default to false]
resume_date DateTime Date on which the paused subscription is resumed. [optional]
resume_at string You can use this field to resume a paused subscription from the pause date. [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]