Skip to main content
Anchor to SubscriptionCalculatedContract

SubscriptionCalculatedContract

object

Requires the read_own_subscription_contracts or write_own_subscription_contracts scope.

A calculated subscription contract that can be previewed before committing.

•SubscriptionBillingPolicy!
non-null

The billing policy associated with the subscription contract.

•CurrencyCode!
non-null

The currency that's used for the subscription contract.

•[Attribute!]!
non-null

A list of the custom attributes to be added to the generated orders.

•Customer!
non-null

The customer to whom the subscription contract belongs.

Anchor to customerPaymentMethodcustomerPaymentMethod
•CustomerPaymentMethod

The customer payment method that's used for the subscription contract.

Arguments

•Boolean
Default:false

Whether to show the customer's revoked payment method.


•SubscriptionDeliveryMethod

The delivery method for each billing of the subscription contract.

•SubscriptionDeliveryPolicy!
non-null

The delivery policy associated with the subscription contract.

•MoneyV2!
non-null

The delivery price for each billing of the subscription contract.

•SubscriptionManualDiscountConnection!
non-null

The list of subscription discounts associated with the subscription contract.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•SubscriptionGroupedLineConnection!
non-null

The list of subscription lines grouped by bundle parent, with bundle components nested under their parent line.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•SubscriptionLineConnection!
non-null

The list of subscription lines associated with the subscription contract.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.


•String

The note field that will be applied to the generated orders.


Was this section helpful?