Class ErrorResponseConflictInventoryUpdateData
ErrorResponseConflictInventoryUpdateData
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[Preserve]
public class ErrorResponseConflictInventoryUpdateData
Constructors
ErrorResponseConflictInventoryUpdateData(AddInventoryRequest, ErrorResponseConflictInventoryUpdateDataExisting)
Initializes a new instance of the Error
Declaration
[Preserve]
public ErrorResponseConflictInventoryUpdateData(AddInventoryRequest attempted = null, ErrorResponseConflictInventoryUpdateDataExisting existing = null)
Parameters
Type | Name | Description |
---|---|---|
Add |
attempted | attempted (required). |
Error |
existing | existing (required). |
Properties
Attempted
Gets or Sets Attempted
Declaration
[Preserve]
public AddInventoryRequest Attempted { get; set; }
Property Value
Type | Description |
---|---|
Add |
Existing
Gets or Sets Existing
Declaration
[Preserve]
public ErrorResponseConflictInventoryUpdateDataExisting Existing { get; set; }
Property Value
Type | Description |
---|---|
Error |