# SubscriptionContractCreateInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields required to create a Subscription Contract.

### Access Scopes



## Fields
* [contract](/docs/api/admin/2025-01/input-objects/SubscriptionDraftInput): SubscriptionDraftInput! - The attributes used as input for the Subscription Draft.
* [currencyCode](/docs/api/admin/2025-01/enums/CurrencyCode): CurrencyCode! - The currency used for the subscription contract.
* [customerId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the customer to associate with the subscription contract.
* [nextBillingDate](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The next billing date for the subscription contract.


## Input objects with this input object
* [subscriptionContractCreate](/docs/api/admin/2025-01/mutations/subscriptionContractCreate)


## Examples