| 
SubscriptionListOutput Constructor
  | 
 Namespace:
 Spire.Doc.AI.Model
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
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
)
 
Public Sub New ( 
	Optional succeeded As Boolean = false,
	Optional errorcode As String = Nothing,
	Optional message As String = Nothing,
	Optional purchaseCount As Integer = 0,
	Optional purchaseCost As Integer = 0,
	Optional licenseKey As String = Nothing,
	Optional subscriptionList As List(Of SubscriptionInfo) = Nothing
)
 
public:
SubscriptionListOutput(
	bool succeeded = false, 
	String^ errorcode = nullptr, 
	String^ message = nullptr, 
	int purchaseCount = 0, 
	int purchaseCost = 0, 
	String^ licenseKey = nullptr, 
	List<SubscriptionInfo^>^ subscriptionList = nullptr
)
 
new : 
?succeeded : bool * 
?errorcode : string * 
?message : string * 
?purchaseCount : int * 
?purchaseCost : int * 
?licenseKey : string * 
?subscriptionList : List<SubscriptionInfo> 
(* Defaults:
let _succeeded = defaultArg succeeded false
let _errorcode = defaultArg errorcode null
let _message = defaultArg message null
let _purchaseCount = defaultArg purchaseCount 0
let _purchaseCost = defaultArg purchaseCost 0
let _licenseKey = defaultArg licenseKey null
let _subscriptionList = defaultArg subscriptionList null
*)
-> SubscriptionListOutput
 
 
 
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
See Also