# SubscriptionContractCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create a Subscription Contract. ### Access Scopes ## Fields * [contract](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDraftInput): SubscriptionDraftInput! - The attributes used as input for the Subscription Draft. * [currencyCode](/docs/api/admin-graphql/2024-10/enums/CurrencyCode): CurrencyCode! - The currency used for the subscription contract. * [customerId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the customer to associate with the subscription contract. * [nextBillingDate](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The next billing date for the subscription contract. ## Input objects with this input object * [subscriptionContractCreate](/docs/api/admin-graphql/2024-10/mutations/subscriptionContractCreate) ## Examples