BGVATDocumentTypeVATCodeVATCode Property |
VAT code to use when creating VAT export files for the specified Document Type. Allowed values is government-regulated list of values.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<BGVATDocumentTypeVATCodesRepositoryVATCode> VATCode { get; set; }
Public Property VATCode As Nullable(Of BGVATDocumentTypeVATCodesRepositoryVATCode)
Get
Set
public:
property Nullable<BGVATDocumentTypeVATCodesRepositoryVATCode^>^ VATCode {
Nullable<BGVATDocumentTypeVATCodesRepositoryVATCode^>^ get ();
void set (Nullable<BGVATDocumentTypeVATCodesRepositoryVATCode^>^ value);
}
member VATCode : Nullable<BGVATDocumentTypeVATCodesRepositoryVATCode> with get, set
Property Value
Type:
NullableBGVATDocumentTypeVATCodesRepositoryVATCode
See Also