Click or drag to resize
companyDataSetCausaliIVADataTableAddCausaliIVARow Method (String, String, Double, Double, Boolean, Boolean, DateTime, String, Boolean)

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public companyDataSetCausaliIVARow AddCausaliIVARow(
	string Codice,
	string Nome,
	double Aliquota,
	double Indeducibilità,
	bool IsIntracomunitaria,
	bool IsNonImponibile,
	DateTime TimeStamp,
	string Natura,
	bool IsSplitPayment
)

Parameters

Codice
Type: SystemString
Nome
Type: SystemString
Aliquota
Type: SystemDouble
Indeducibilità
Type: SystemDouble
IsIntracomunitaria
Type: SystemBoolean
IsNonImponibile
Type: SystemBoolean
TimeStamp
Type: SystemDateTime
Natura
Type: SystemString
IsSplitPayment
Type: SystemBoolean

Return Value

Type: companyDataSetCausaliIVARow
See Also