我可以成功地直接从条纹API拉取发票对象,但是如何修改用于API的惟一URL以缩小结果范围,使其只返回一个属性/键中的数据呢?Here's the Stripe API reference for "Retrieve An Invoice" 我正在拉取整个对象,但我只需要来自一个键的数据。例如,如果对象包含键和值:"
我正在用我的实用程序函数开发一个库,其中之一是: * Open spreadsheet by passing its link instead of its key * @param {string} link the link to the spreadsheetfunction openByLink(link) {
return SpreadsheetApp.o