Class Transference
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
public class Transference : IAdditionalDataHolder, IParsable
- Inheritance
-
Transference
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Constructors
Transference()
Instantiates a new Transference and sets the default values.
public Transference()
Properties
AdditionalData
Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Amount
The amount of the budget transfer.
public string? Amount { get; set; }
Property Value
BudgetId
The ID of the budget that the transfer is from.
public string? BudgetId { get; set; }
Property Value
ContractId
The ID of the contract that the transfer is from.
public Guid? ContractId { get; set; }
Property Value
- Guid?
CreatedAt
The timestamp of the date and time the item was created, in the following format: YYYY-MM-DDThh:mm:ss.sz.
public DateTimeOffset? CreatedAt { get; }
Property Value
CreatorId
The Autodesk ID of the user who creates the budget transfer.
public string? CreatorId { get; }
Property Value
Id
Unique identifier of a budget transfer.
public Guid? Id { get; }
Property Value
- Guid?
InputQuantity
The input quantity of the budget transfer is from.
public string? InputQuantity { get; set; }
Property Value
IntegrationState
Lock state used by ERP integration, default value is null
.
public Transference_integrationState? IntegrationState { get; set; }
Property Value
IntegrationStateChangedAt
The date and time last locked this item.
public DateTimeOffset? IntegrationStateChangedAt { get; set; }
Property Value
IntegrationStateChangedBy
The user who last locked this item. This is the ID of a user managed by BIM 360 Admin.
public string? IntegrationStateChangedBy { get; set; }
Property Value
Note
The note of the budget transfer.
public string? Note { get; set; }
Property Value
Quantity
The quantity of the budget transfer is from.
public string? Quantity { get; set; }
Property Value
RelatingBudgetId
The ID of the budget that the transfer is to.
public Guid? RelatingBudgetId { get; set; }
Property Value
- Guid?
RelatingContractId
The ID of the contract that the transfer is to.
public Guid? RelatingContractId { get; set; }
Property Value
- Guid?
RelatingInputQuantity
The input quantity of the budget transfer is to.
public string? RelatingInputQuantity { get; set; }
Property Value
RelatingQuantity
The quantity of the budget transfer is to.
public string? RelatingQuantity { get; set; }
Property Value
RelatingUnitPrice
The unit price of the budget transfer is to.
public string? RelatingUnitPrice { get; set; }
Property Value
TransactionId
The ID of the two related transfers.
public Guid? TransactionId { get; }
Property Value
- Guid?
UnitPrice
The unit price of the the budget transfer is from.
public string? UnitPrice { get; set; }
Property Value
UpdatedAt
The timestamp of the date and time the item was updated, in the following format: YYYY-MM-DDThh:mm:ss.sz.
public DateTimeOffset? UpdatedAt { get; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static Transference CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model