Click or drag to resize

SubscriptionQueryInput Constructor

Initializes a new instance of the SubscriptionQueryInput class

Namespace: Spire.Pdf.AI.Model
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public SubscriptionQueryInput(
	string appKey = null,
	string productType = null,
	string subscriptionType = null,
	string startTime = null,
	string endTime = null,
	string user = null,
	bool? isActive = null,
	bool? generateLicenseKey = null,
	string site = null
)

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
user (Optional)
Type: System String
isActive (Optional)
Type: System Nullable Boolean
generateLicenseKey (Optional)
Type: System Nullable Boolean
site (Optional)
Type: System String
See Also