nfewizard-io 0.3.4 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4064,6 +4064,11 @@ export type Pag = {
|
|
|
4064
4064
|
* @param {DetPag[]} detPag - Grupo Detalhamento do Pagamento
|
|
4065
4065
|
*/
|
|
4066
4066
|
detPag: DetPag[] | DetPag;
|
|
4067
|
+
/**
|
|
4068
|
+
* @param {string} vTroco - Valor do troco
|
|
4069
|
+
* Valor do troco (Incluído na NT 2016/002)
|
|
4070
|
+
*/
|
|
4071
|
+
vTroco?: string;
|
|
4067
4072
|
};
|
|
4068
4073
|
export type DetPag = {
|
|
4069
4074
|
/**
|