Class TaskCost
Inherited Members
Namespace: Crowdin.Api.Tasks
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TaskCost
Properties
| Edit this page View SourceCost
Declaration
[JsonProperty("cost")]
public float Cost { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Currency
Declaration
[JsonProperty("currency")]
public Currency Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| Currency |
Date
Declaration
[JsonProperty("date")]
public DateTimeOffset Date { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |