CreateManualTaxLotInput
No description
input CreateManualTaxLotInput {
accountId: ID!
acquisitionDate: Date!
acquisitionQuantity: Float!
costBasisPerUnit: Float!
holdingId: ID!
}
Fields
CreateManualTaxLotInput.accountId ● ID! non-null scalar
ID of the account where the tax lot will be created
CreateManualTaxLotInput.acquisitionDate ● Date! non-null scalar
Date the tax lot was acquired
CreateManualTaxLotInput.acquisitionQuantity ● Float! non-null scalar
Quantity acquired in the tax lot
CreateManualTaxLotInput.costBasisPerUnit ● Float! non-null scalar
Cost basis per quantity in the tax lot
CreateManualTaxLotInput.holdingId ● ID! non-null scalar
ID of the holding where the tax lot will be created
Member Of
createManualTaxLot mutation