SubscriptionListOutput Constructor
|
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
)
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