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 ErrorResponseConflictInventoryUpdateData class.
Declaration
[Preserve]
public ErrorResponseConflictInventoryUpdateData(AddInventoryRequest attempted = null, ErrorResponseConflictInventoryUpdateDataExisting existing = null)
Parameters
Type | Name | Description |
---|---|---|
AddInventoryRequest | attempted | attempted (required). |
ErrorResponseConflictInventoryUpdateDataExisting | existing | existing (required). |
Properties
Attempted
Gets or Sets Attempted
Declaration
[Preserve]
public AddInventoryRequest Attempted { get; set; }
Property Value
Type | Description |
---|---|
AddInventoryRequest |
Existing
Gets or Sets Existing
Declaration
[Preserve]
public ErrorResponseConflictInventoryUpdateDataExisting Existing { get; set; }
Property Value
Type | Description |
---|---|
ErrorResponseConflictInventoryUpdateDataExisting |