We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588d664 commit 30c724eCopy full SHA for 30c724e
src/Class/ElectronicBilling.js
@@ -163,6 +163,16 @@ module.exports = class ElectronicBilling extends AfipWebService {
163
return result.ResultGet;
164
}
165
166
+ /**
167
+ * Asks to AFIP Servers for sales points availables {@see WS
168
+ * Specification item 4.11}
169
+ *
170
+ * @return array All sales points availables
171
+ **/
172
+ async getSalesPoints() {
173
+ return (await this.executeRequest('FEParamGetPtosVenta')).ResultGet.PtoVenta;
174
+ }
175
+
176
/**
177
* Asks to AFIP Servers for voucher types availables {@see WS
178
* Specification item 4.4}
0 commit comments