Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.17 KB

File metadata and controls

12 lines (9 loc) · 1.17 KB

# SubscriptionUpdateInputSubscription

Properties

Name Type Description Notes
name string The display name of the subscription on an invoice. This field allows for customization of the subscription's name for billing purposes, especially useful when a single customer has multiple subscriptions using the same plan. [optional]
ending_at \DateTime The effective end date of the subscription. If this field is set to null, the subscription will automatically renew. This date should be provided in ISO 8601 datetime format, and use Coordinated Universal Time (UTC).
subscription_at \DateTime The start date and time of the subscription. This field can only be modified for pending subscriptions that have not yet started. This date should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). [optional]
plan_overrides \Lago\LagoPhpClient\Model\PlanOverridesObject [optional]

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