# SubscriptionContractBase - admin-graphql - INTERFACE Version: 2024-10 ## Description Represents subscription contract common fields. ### Access Scopes the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. ## Fields * [app](/docs/api/admin-graphql/2024-10/objects/App): App - The subscription app that the subscription contract is registered to. * [appAdminUrl](/docs/api/admin-graphql/2024-10/scalars/URL): URL - The URL of the subscription contract page on the subscription app. * [currencyCode](/docs/api/admin-graphql/2024-10/enums/CurrencyCode): CurrencyCode! - The currency that's used for the subscription contract. * [customAttributes](/docs/api/admin-graphql/2024-10/objects/Attribute): Attribute! - A list of the custom attributes to be added to the generated orders. * [customer](/docs/api/admin-graphql/2024-10/objects/Customer): Customer - The customer to whom the subscription contract belongs. * [customerPaymentMethod](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentMethod): CustomerPaymentMethod - The customer payment method that's used for the subscription contract. * [deliveryMethod](/docs/api/admin-graphql/2024-10/unions/SubscriptionDeliveryMethod): SubscriptionDeliveryMethod - The delivery method for each billing of the subscription contract. * [deliveryPrice](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The delivery price for each billing of the subscription contract. * [lineCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The number of lines associated with the subscription contract. * [linesCount](/docs/api/admin-graphql/2024-10/objects/Count): Count - The number of lines associated with the subscription contract. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - The note field that will be applied to the generated orders. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the subscription contract was updated. ## Connections * [discounts](/docs/api/admin-graphql/2024-10/connections/SubscriptionManualDiscountConnection): SubscriptionManualDiscountConnection! * [lines](/docs/api/admin-graphql/2024-10/connections/SubscriptionLineConnection): SubscriptionLineConnection! * [orders](/docs/api/admin-graphql/2024-10/connections/OrderConnection): OrderConnection! ## Types implemented in * [SubscriptionBillingCycleEditedContract](/docs/api/admin-graphql/2024-10/objects/SubscriptionBillingCycleEditedContract) * [SubscriptionContract](/docs/api/admin-graphql/2024-10/objects/SubscriptionContract) ## Examples