Skip to main content
Anchor to SubscriptionContractBase

SubscriptionContractBase

interface

Requires customer_read_customers access scope.

The common fields of a subscription contract.

•CurrencyCode!
non-null

The currency used for the subscription contract.

Show enum values
•[Attribute!]!
non-null

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

Show fields
•SubscriptionDeliveryMethod

The delivery method for each billing of the subscription contract.

Show union types
•MoneyV2!
non-null

The delivery price for each billing of the subscription contract.

Show fields
•SubscriptionDiscountConnection

The list of subscription discounts associated with the subscription contract.

Show fields

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

A list of subscription lines associated with the subscription contract.

Show fields

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.


•Count

The number of lines associated with the subscription contract.

Show fields
•String

A note that will be applied to the generated orders.

•OrderConnection!
non-null

A list of the subscription contract's orders.

Show fields

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.


•DateTime!
non-null

The date and time when the subscription contract was updated.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A Subscription Contract.

Show fields

Was this section helpful?