Introduction
Represents a subscription returned by GetSubscriptionsByPageAsync.
Properties
ActiveSubscriptionCount
The number of active subscriptions.
AutoRenewalTerm
The auto-renewal term in months from the contract header. Null when no contract header is associated.
BillingEndDate
The billing end date (termination date) of the subscription.
BillingStartDate
The billing start date.
CompanyName
The name of the customer (UserCompany) associated with this subscription.
ContractEndDate
The end date of the contract.
ContractLineItemId
The contract line item ID that identifies this subscription.
ContractStartDate
The start date of the contract.
CreditEndDate
The end date of the promotion credit period.
CreditPrice
The discounted price during the credit period.
CurrencyCode
The currency code for the subscription (e.g., USD, CAD).
DeviceInfo
The list of devices associated with this subscription, including serial numbers and VINs.
EtfPerUnit
The early termination fee per unit (MonthsRemaining * MonthlyCostPerUnit).
EtfTotal
The total early termination fee (MonthsRemaining * MonthlyCostTotal).
MonthlyCostPerUnit
The monthly cost per subscription unit.
MonthlyCostTotal
The total monthly cost of all subscriptions in this group.
MonthsRemaining
The number of months remaining in the subscription.
PromotionalCreditTotal
The total promotional credit across all active subscriptions (CreditPrice * ActiveSubscriptionCount).
SubscriptionName
The name of the subscription.
SubscriptionStatus
The current status of the subscription.
Loading API Runner...