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