Click or drag to resize

SubscriptionListOutput Constructor

Initializes a new instance of the SubscriptionListOutput class

Namespace: Spire.Xls.AI.Model
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SubscriptionListOutput(
	bool succeeded = false,
	string errorcode = null,
	string message = null,
	int purchaseCount = 0,
	int purchaseCost = 0,
	string licenseKey = null,
	List<SubscriptionInfo> subscriptionList = null
)

Parameters

succeeded (Optional)
Type: System Boolean
errorcode (Optional)
Type: System String
message (Optional)
Type: System String
purchaseCount (Optional)
Type: System Int32
purchaseCost (Optional)
Type: System Int32
licenseKey (Optional)
Type: System String
subscriptionList (Optional)
Type: System.Collections.Generic List SubscriptionInfo
See Also