![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Class that holds information about custom data field. More...
Public Member Functions | |
Order () | |
Order default constructor. | |
Order (Customer customer) | |
Order constructor where you can provide customer. | |
Order (string storeID, Customer customer=null) | |
Order constructor where you can provide your custom order ID. | |
Properties | |
string | CampaignParams [get, set] |
e.g.Google campaign params for the order. | |
uint | Company [get] |
Id of the company that issued the license. | |
DateTime | CreatedAt [get] |
The time when the order was created. | |
Customer | Customer [get, set] |
Order customer. | |
string | DownloadID [get, set] |
Used for FastSpring integration.Ignore for other use cases. | |
ulong | Id [get] |
Id of the order. | |
bool | IsTest [get, set] |
Indicate whether order is test or not. | |
bool | IsTrial [get, set] |
Indicates if items in this order will have licenses that allow trial period. Can be overridden in each individual license. | |
string | Language [get, set] |
Language used in the order. | |
string | Note [get, set] |
Note for all licenses in the bundle. | |
bool | PreventVM [get, set] |
Prevent using virtual machine. | |
bool | ShouldAppend [get, set] |
Append order items to existing order.By default true if you provide orderID and false if not. | |
string | StoreId [get, set] |
A client order id that can be manually set in platform or through the SDK. Not to be confused with order id that the server generates. | |
string | Type [get, set] |
Order type. Only valid Order type is NORMAL. | |
DateTime | UpdatedAt [get] |
Date of the last order updation. | |
![]() |
Class that holds information about custom data field.
See ILicense.CustomFields
LicenseSpring.Order.Order | ( | string | storeID, |
Customer | customer = null |
||
) |
Order constructor where you can provide your custom order ID.
ShouldAppend property will be set to true
storeID | Order identifier |
customer | Order customer |
LicenseSpring.Order.Order | ( | Customer | customer | ) |
Order constructor where you can provide customer.
customer | Order customer |
|
getset |
e.g.Google campaign params for the order.
Implements LicenseSpring.IOrder.
|
get |
Id of the company that issued the license.
Implements LicenseSpring.IOrder.
|
get |
The time when the order was created.
Implements LicenseSpring.IOrder.
|
getset |
Order customer.
Implements LicenseSpring.IOrder.
|
getset |
Used for FastSpring integration.Ignore for other use cases.
Implements LicenseSpring.IOrder.
|
get |
Id of the order.
Implements LicenseSpring.IOrder.
|
getset |
Indicate whether order is test or not.
Implements LicenseSpring.IOrder.
|
getset |
Indicates if items in this order will have licenses that allow trial period. Can be overridden in each individual license.
Implements LicenseSpring.IOrder.
|
getset |
Language used in the order.
Implements LicenseSpring.IOrder.
|
getset |
Note for all licenses in the bundle.
Implements LicenseSpring.IOrder.
|
getset |
Prevent using virtual machine.
Implements LicenseSpring.IOrder.
|
getset |
Append order items to existing order.By default true if you provide orderID and false if not.
Implements LicenseSpring.IOrder.
|
getset |
A client order id that can be manually set in platform or through the SDK. Not to be confused with order id that the server generates.
Implements LicenseSpring.IOrder.
|
getset |
Order type. Only valid Order type is NORMAL.
Implements LicenseSpring.IOrder.
|
get |
Date of the last order updation.
Implements LicenseSpring.IOrder.