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