Represents a slimmed-down license request containing only essential fields
Overview of LicenseRequestStub goes here.
LicenseRequestStub
| Field | Type | Inherited from | Description |
|---|---|---|---|
| AddedBy | String | LicenseRequestStub | Gets or sets the AddedBy username |
| IndustryVertical | String | LicenseRequestStub | Gets or sets the industry vertical |
| MetadataBson | Byte[] | LicenseRequestStub | Gets or sets the MetadataBson additional data |
| PurchaseOrder | String | LicenseRequestStub | Gets or sets the purchase order number |
| RequestingComponents | RequestingComponent[] | LicenseRequestStub | Gets or sets the components being licensed |
{
"AddedBy" : "String",
"IndustryVertical" : "String",
"MetadataBson" : "Byte[]",
"PurchaseOrder" : "String",
"RequestingComponents" : "[RequestingComponent](/object-model/requestingcomponent)[]"
}