 | IUnpaidSaleSettlementLineEntityChargeVatId Property |
Gets or sets the charge VAT Id
(TVA sur frais)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Settlement
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> ChargeVatId { get; set; }
Property ChargeVatId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the ChargeVatId (TVA sur frais) column of the UnpaidSaleSettlementLine (Incident de paiement) table.
See Also