You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Object`|[CommerceSubscriptionObject](../../Models/Components/CommerceSubscriptionObject.md)|:heavy_check_mark:| String representing the object's type. Objects of the same type share the same value. |
11
+
|`Id`|*string*|:heavy_check_mark:| Unique identifier for the commerce subscription. |
12
+
|`InstanceId`|*string*|:heavy_check_mark:| The ID of the instance this subscription belongs to. |
13
+
|`Status`|[CommerceSubscriptionStatus](../../Models/Components/CommerceSubscriptionStatus.md)|:heavy_check_mark:| The current status of the subscription. |
14
+
|`PayerId`|*string*|:heavy_check_mark:| The ID of the payer for this subscription. |
15
+
|`CreatedAt`|*long*|:heavy_check_mark:| Unix timestamp (milliseconds) of creation. |
16
+
|`UpdatedAt`|*long*|:heavy_check_mark:| Unix timestamp (milliseconds) of last update. |
17
+
|`ActiveAt`|*long*|:heavy_minus_sign:| Unix timestamp (milliseconds) when the subscription became active. |
18
+
|`PastDueAt`|*long*|:heavy_minus_sign:| Unix timestamp (milliseconds) when the subscription became past due. |
19
+
|`SubscriptionItems`| List<[CommerceSubscriptionItem](../../Models/Components/CommerceSubscriptionItem.md)> |:heavy_check_mark:| Array of subscription items in this subscription. |
0 commit comments