# SubscriptionContractBase - customer - INTERFACE Version: 2024-10 ## Description The common fields of a subscription contract. ### Access Scopes ## Fields * [currencyCode](/docs/api/customer/2024-10/enums/CurrencyCode): CurrencyCode! - The currency used for the subscription contract. * [customAttributes](/docs/api/customer/2024-10/objects/Attribute): Attribute! - A list of custom attributes to be added to the generated orders. * [deliveryMethod](/docs/api/customer/2024-10/unions/SubscriptionDeliveryMethod): SubscriptionDeliveryMethod - The delivery method for each billing of the subscription contract. * [deliveryPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The delivery price for each billing of the subscription contract. * [linesCount](/docs/api/customer/2024-10/objects/Count): Count - The number of lines associated with the subscription contract. * [note](/docs/api/customer/2024-10/scalars/String): String - A note that will be applied to the generated orders. * [updatedAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time when the subscription contract was updated. ## Connections * [lines](/docs/api/customer/2024-10/connections/SubscriptionLineConnection): SubscriptionLineConnection! * [orders](/docs/api/customer/2024-10/connections/OrderConnection): OrderConnection! ## Types implemented in * [SubscriptionContract](/docs/api/customer/2024-10/objects/SubscriptionContract) ## Examples