Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionContractCreateInput
The input fields required to create a Subscription Contract.
Signature:
export interface SubscriptionContractCreateInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| contract | SubscriptionDraftInput | The attributes used as input for the Subscription Draft. | |
| currencyCode | CurrencyCode | `${CurrencyCode}` | The currency used for the subscription contract. | |
| customerId | Scalars[‘ID’][‘input’] | The ID of the customer to associate with the subscription contract. | |
| nextBillingDate | Scalars[‘DateTime’][‘input’] | The next billing date for the subscription contract. |