 | IPurchaseDocumentLineEntityBaseReverseChargeVatId Property |
Gets or sets the VAT Id used to transfer reverse charge amount (intracommunity)
(TVA applicable pour auto-liquidation)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> ReverseChargeVatId { get; set; }
Property ReverseChargeVatId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the ReverseChargeVatId (TVA applicable pour auto-liquidation) column of the PurchaseDocumentLine (Ligne de document d'achat) table.
See Also