Click or drag to resize

SubscriptionListOutput Constructor

Initializes a new instance of the SubscriptionListOutput class

Namespace: Spire.Pdf.AI.Model
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
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