BGVATDocumentTypeVATCodeCashReportingVATCode Property |
VAT code, which will be used when Cash Reporting mode is used for the entry. Allowed values are the same as for VAT Code.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<BGVATDocumentTypeVATCodesRepositoryCashReportingVATCode> CashReportingVATCode { get; set; }
Public Property CashReportingVATCode As Nullable(Of BGVATDocumentTypeVATCodesRepositoryCashReportingVATCode)
Get
Set
public:
property Nullable<BGVATDocumentTypeVATCodesRepositoryCashReportingVATCode^>^ CashReportingVATCode {
Nullable<BGVATDocumentTypeVATCodesRepositoryCashReportingVATCode^>^ get ();
void set (Nullable<BGVATDocumentTypeVATCodesRepositoryCashReportingVATCode^>^ value);
}
member CashReportingVATCode : Nullable<BGVATDocumentTypeVATCodesRepositoryCashReportingVATCode> with get, set
Property Value
Type:
NullableBGVATDocumentTypeVATCodesRepositoryCashReportingVATCode
See Also