Stripe.Contents
Stripe.Contents(method as text,optional query as nullable record,optional pageLimit as nullable number) as table
在 https://api.stripe.com/v1/method
上调用 Stripe API,将可选记录 query
传递为其他参数,并将可选 pageLimit
传递为对 API 请求次数的限制。先返回最近的数据。如果未指定 pageLimit
,将返回所有数据。使用的是 Stripe 2015-10-16 版本。
示例:
返回所有费用数据
使用情况:
Stripe.Contents("charges")
输出:
包含当前 Stripe 帐户所有费用数据的表