Class that holds information about custom data field.
More...
|
string | CampaignParams [get, set] |
| e.g.Google campaign params for the order. More...
|
|
uint | Company [get] |
| Id of the company that issued the license More...
|
|
DateTime | CreatedAt [get] |
| The time when the order was created. More...
|
|
Customer | Customer [get, set] |
| Order customer More...
|
|
string | DownloadID [get, set] |
| Used for FastSpring integration.Ignore for other use cases. More...
|
|
ulong | Id [get] |
| Id of the order More...
|
|
bool | IsTest [get, set] |
| Indicate whether order is test or not. More...
|
|
bool | IsTrial [get, set] |
| Indicates if items in this order will have licenses that allow trial period. Can be overridden in each individual license. More...
|
|
string | Language [get, set] |
| Language used in the order. More...
|
|
bool | PreventVM [get, set] |
| Prevent using virtual machine More...
|
|
bool | ShouldAppend [get, set] |
| Append order items to existing order More...
|
|
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. More...
|
|
string | Type [get, set] |
| Order type. Only valid Order type is NORMAL. More...
|
|
DateTime | UpdatedAt [get] |
| Date of the last order updation More...
|
|
string | CampaignParams [get, set] |
| e.g.Google campaign params for the order. More...
|
|
uint | Company [get] |
| Id of the company that issued the license More...
|
|
System.DateTime | CreatedAt [get] |
| The time when the order was created. More...
|
|
Customer | Customer [get, set] |
| Order customer More...
|
|
string | DownloadID [get, set] |
| Used for FastSpring integration.Ignore for other use cases. More...
|
|
ulong | Id [get] |
| Id of the order More...
|
|
bool | IsTest [get, set] |
| Indicate whether order is test or not. More...
|
|
bool | IsTrial [get, set] |
| Indicates if items in this order will have licenses that allow trial period. Can be overridden in each individual license. More...
|
|
string | Language [get, set] |
| Language used in the order. More...
|
|
bool | PreventVM [get, set] |
| Prevent using virtual machine More...
|
|
bool | ShouldAppend [get, set] |
| Append order items to existing order More...
|
|
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. More...
|
|
string | Type [get, set] |
| Order type. Only valid Order type is NORMAL. More...
|
|
System.DateTime | UpdatedAt [get] |
| Date of the last order updation More...
|
|
Class that holds information about custom data field.
See ILicense.CustomFields
◆ Order() [1/2]
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
- Parameters
-
◆ Order() [2/2]
LicenseSpring.Order.Order |
( |
Customer |
customer | ) |
|
Order constructor where you can provide customer
- Parameters
-
◆ CampaignParams
string LicenseSpring.Order.CampaignParams |
|
getset |
◆ Company
uint LicenseSpring.Order.Company |
|
get |
◆ CreatedAt
DateTime LicenseSpring.Order.CreatedAt |
|
get |
◆ Customer
◆ DownloadID
string LicenseSpring.Order.DownloadID |
|
getset |
◆ Id
ulong LicenseSpring.Order.Id |
|
get |
◆ IsTest
bool LicenseSpring.Order.IsTest |
|
getset |
◆ IsTrial
bool LicenseSpring.Order.IsTrial |
|
getset |
Indicates if items in this order will have licenses that allow trial period. Can be overridden in each individual license.
Implements LicenseSpring.IOrder.
◆ Language
string LicenseSpring.Order.Language |
|
getset |
◆ PreventVM
bool LicenseSpring.Order.PreventVM |
|
getset |
◆ ShouldAppend
bool LicenseSpring.Order.ShouldAppend |
|
getset |
◆ StoreId
string LicenseSpring.Order.StoreId |
|
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.
◆ Type
string LicenseSpring.Order.Type |
|
getset |
◆ UpdatedAt
DateTime LicenseSpring.Order.UpdatedAt |
|
get |
The documentation for this class was generated from the following file: