# SubscriptionDraftInput - admin-graphql - INPUT_OBJECT Version: 2025-01 ## Description The input fields required to create a Subscription Draft. ### Access Scopes ## Fields * [billingPolicy](/docs/api/admin-graphql/2025-01/input-objects/SubscriptionBillingPolicyInput): SubscriptionBillingPolicyInput - The billing policy for the subscription contract. * [customAttributes](/docs/api/admin-graphql/2025-01/input-objects/AttributeInput): AttributeInput - A list of the custom attributes added to the subscription contract. * [deliveryMethod](/docs/api/admin-graphql/2025-01/input-objects/SubscriptionDeliveryMethodInput): SubscriptionDeliveryMethodInput - The delivery method for the subscription contract. * [deliveryPolicy](/docs/api/admin-graphql/2025-01/input-objects/SubscriptionDeliveryPolicyInput): SubscriptionDeliveryPolicyInput - The delivery policy for the subscription contract. * [deliveryPrice](/docs/api/admin-graphql/2025-01/scalars/Decimal): Decimal - The shipping price for each renewal the subscription contract. * [nextBillingDate](/docs/api/admin-graphql/2025-01/scalars/DateTime): DateTime - The next billing date for the subscription contract. * [note](/docs/api/admin-graphql/2025-01/scalars/String): String - The note field that will be applied to the generated orders. * [paymentMethodId](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The ID of the payment method to be used for the subscription contract. * [status](/docs/api/admin-graphql/2025-01/enums/SubscriptionContractSubscriptionStatus): SubscriptionContractSubscriptionStatus - The current status of the subscription contract. ## Input objects with this input object * [subscriptionDraftUpdate](/docs/api/admin-graphql/2025-01/mutations/subscriptionDraftUpdate) * [SubscriptionContractAtomicCreateInput](/docs/api/admin-graphql/2025-01/input-objects/SubscriptionContractAtomicCreateInput) * [SubscriptionContractCreateInput](/docs/api/admin-graphql/2025-01/input-objects/SubscriptionContractCreateInput) ## Examples