Click or drag to resize

SubscriptionInfo Constructor

Initializes a new instance of the SubscriptionInfo class

Namespace: Spire.Pdf.AI.Model
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public SubscriptionInfo(
	string appKey = null,
	string productType = null,
	string subscriptionType = null,
	string startTime = null,
	string endTime = null,
	int giftCount = 0,
	int costCount = 0,
	string user = null,
	bool isActive = false
)

Parameters

appKey (Optional)
Type: System String
productType (Optional)
Type: System String
subscriptionType (Optional)
Type: System String
startTime (Optional)
Type: System String
endTime (Optional)
Type: System String
giftCount (Optional)
Type: System Int32
costCount (Optional)
Type: System Int32
user (Optional)
Type: System String
isActive (Optional)
Type: System Boolean
See Also