SubscriptionContract - customer - OBJECT
Version: 2024-01
Description:
A Subscription Contract.
Access Scopes
Fields
-
createdAt:
DateTime! -
The date and time when the subscription contract was created.
-
id:
ID! -
A globally-unique ID.
-
lastPaymentStatus:
SubscriptionContractLastPaymentStatus -
The current status of the last payment.
-
nextBillingDate:
DateTime -
The next billing date for the subscription contract.
-
originOrder:
Order -
The order from which the contract originated.
-
revisionId:
UnsignedInt64! -
The revision ID of the contract.
-
status:
SubscriptionContractSubscriptionStatus! -
The current status of the subscription contract.
Connections
Related queries
Related mutations
Related Unions
Examples