Method | Description | |
---|---|---|
AddChargeItem ( ChargeItem item ) : void | ||
AddChargeItemValues ( double Quantitiy, double Amount, string Description, double VATRate, string ftChargeItemCase ) : void | ||
AddPayItem ( PayItem item ) : void | ||
AddPayItemValues ( double Quantitiy, double Amount, string Description, string ftPayItemCase ) : void | ||
ClearChageItems ( ) : void | ||
ClearPayItems ( ) : void | ||
GetChargeItem ( int index ) : ChargeItem | ||
GetPayItem ( int index ) : PayItem | ||
RemoveChargeItem ( int index ) : void | ||
RemovePayItem ( int index ) : void | ||
Reset ( ) : void | ||
Sign ( ) : bool | ||
Signer ( fiskaltrust proxy ) : System |
Method | Description | |
---|---|---|
AddftChargeItem ( fiskaltrust item ) : void | ||
AddftPayItem ( fiskaltrust item ) : void |
public AddChargeItem ( ChargeItem item ) : void | ||
item | ChargeItem | |
return | void |
public AddChargeItemValues ( double Quantitiy, double Amount, string Description, double VATRate, string ftChargeItemCase ) : void | ||
Quantitiy | double | |
Amount | double | |
Description | string | |
VATRate | double | |
ftChargeItemCase | string | |
return | void |
public AddPayItemValues ( double Quantitiy, double Amount, string Description, string ftPayItemCase ) : void | ||
Quantitiy | double | |
Amount | double | |
Description | string | |
ftPayItemCase | string | |
return | void |
public GetChargeItem ( int index ) : ChargeItem | ||
index | int | |
return | ChargeItem |