Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 895 Bytes

File metadata and controls

14 lines (10 loc) · 895 Bytes

Subscription Plan Create Request

Describes a request to create a subscription plan using CreateSubscription.

Fields

Name Type Tags Description Getter
name String Required The name of the product. String getName()
subscription String Required The identifier of the subscription that this plan will belong to. String getSubscription()
plan String Required The identifier of a plan object. String getPlan()
subscriptionItems List<SubscriptionItem> Optional The individual subscription items that make up the subscription plan. List<SubscriptionItem> getItems()
customFields Map<String, Object> Optional Custom fields. Map<String, Object> getCustomFields()