.NET Format Style Fixes
This commit is contained in:
@@ -9,16 +9,8 @@ public record ProcessBaseTradeRequestData : InventoryBaseActionRequestData
|
||||
public Dictionary<string, object> ExtensionData { get; set; }
|
||||
|
||||
[JsonPropertyName("type")]
|
||||
public string? Type
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string? Type { get; set; }
|
||||
|
||||
[JsonPropertyName("tid")]
|
||||
public string? TransactionId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string? TransactionId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user