# SubscriptionContractBase - admin - INTERFACE
Version: 2024-07

## Description
Represents subscription contract common fields.

### Access Scopes
the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope.


## Fields
* [app](/docs/api/admin/2024-07/objects/App): App - The subscription app that the subscription contract is registered to.
* [appAdminUrl](/docs/api/admin/2024-07/scalars/URL): URL - The URL of the subscription contract page on the subscription app.
* [currencyCode](/docs/api/admin/2024-07/enums/CurrencyCode): CurrencyCode! - The currency that's used for the subscription contract.
* [customAttributes](/docs/api/admin/2024-07/objects/Attribute): Attribute! - A list of the custom attributes to be added to the generated orders.
* [customer](/docs/api/admin/2024-07/objects/Customer): Customer - The customer to whom the subscription contract belongs.
* [customerPaymentMethod](/docs/api/admin/2024-07/objects/CustomerPaymentMethod): CustomerPaymentMethod - The customer payment method that's used for the subscription contract.
* [deliveryMethod](/docs/api/admin/2024-07/unions/SubscriptionDeliveryMethod): SubscriptionDeliveryMethod - The delivery method for each billing of the subscription contract.
* [deliveryPrice](/docs/api/admin/2024-07/objects/MoneyV2): MoneyV2! - The delivery price for each billing of the subscription contract.
* [lineCount](/docs/api/admin/2024-07/scalars/Int): Int! - The number of lines associated with the subscription contract.
* [linesCount](/docs/api/admin/2024-07/objects/Count): Count - The number of lines associated with the subscription contract.
* [note](/docs/api/admin/2024-07/scalars/String): String - The note field that will be applied to the generated orders.
* [updatedAt](/docs/api/admin/2024-07/scalars/DateTime): DateTime! - The date and time when the subscription contract was updated.

## Connections
* [discounts](/docs/api/admin/2024-07/connections/SubscriptionManualDiscountConnection): SubscriptionManualDiscountConnection!
* [lines](/docs/api/admin/2024-07/connections/SubscriptionLineConnection): SubscriptionLineConnection!
* [orders](/docs/api/admin/2024-07/connections/OrderConnection): OrderConnection!



## Types implemented in
* [SubscriptionBillingCycleEditedContract](/docs/api/admin/2024-07/objects/SubscriptionBillingCycleEditedContract)
* [SubscriptionContract](/docs/api/admin/2024-07/objects/SubscriptionContract)


## Examples