| 
SubscriptionInfo 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 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
)
 
Public Sub New ( 
	Optional appKey As String = Nothing,
	Optional productType As String = Nothing,
	Optional subscriptionType As String = Nothing,
	Optional startTime As String = Nothing,
	Optional endTime As String = Nothing,
	Optional giftCount As Integer = 0,
	Optional costCount As Integer = 0,
	Optional user As String = Nothing,
	Optional isActive As Boolean = false
)
 
public:
SubscriptionInfo(
	String^ appKey = nullptr, 
	String^ productType = nullptr, 
	String^ subscriptionType = nullptr, 
	String^ startTime = nullptr, 
	String^ endTime = nullptr, 
	int giftCount = 0, 
	int costCount = 0, 
	String^ user = nullptr, 
	bool isActive = false
)
 
new : 
?appKey : string * 
?productType : string * 
?subscriptionType : string * 
?startTime : string * 
?endTime : string * 
?giftCount : int * 
?costCount : int * 
?user : string * 
?isActive : bool 
(* Defaults:
let _appKey = defaultArg appKey null
let _productType = defaultArg productType null
let _subscriptionType = defaultArg subscriptionType null
let _startTime = defaultArg startTime null
let _endTime = defaultArg endTime null
let _giftCount = defaultArg giftCount 0
let _costCount = defaultArg costCount 0
let _user = defaultArg user null
let _isActive = defaultArg isActive false
*)
-> SubscriptionInfo
 
 
 
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
See Also