

# 从 Stripe 实体中读取
<a name="stripe-reading-from-entities"></a>

 **先决条件** 
+  您要从中读取内容的 Stripe 对象。

 **支持的实体** 


| 实体 | 可以筛选 | 支持限制 | 支持排序依据 | 支持 Select \* | 支持分区 | 
| --- | --- | --- | --- | --- | --- | 
| 余额 | 否 | 否 | 否 | 是 | 否 | 
| 余额交易 | 支持 | 是 | 否 | 是 | 是 | 
| 收费 | 支持 | 是 | 否 | 是 | 是 | 
| 争议 | 支持 | 是 | 否 | 是 | 是 | 
| 文件链接 | 支持 | 是 | 否 | 是 | 是 | 
| 付款意图 | 支持 | 是 | 否 | 是 | 是 | 
| 设置意图 | 支持 | 是 | 否 | 是 | 是 | 
| 支出 | 支持 | 是 | 否 | 是 | 是 | 
| 退款 | 支持 | 是 | 否 | 是 | 是 | 
| 产品 | 支持 | 是 | 否 | 是 | 是 | 
| 价格 | 支持 | 是 | 否 | 是 | 是 | 
| 优惠券 | 支持 | 是 | 否 | 是 | 是 | 
| 促销代码 | 支持 | 是 | 否 | 是 | 是 | 
| 税码 | 否 | 是 | 否 | 是 | 否 | 
| 税率 | 支持 | 是 | 否 | 是 | 是 | 
| 运费 | 支持 | 是 | 否 | 是 | 是 | 
| 会话 | 支持 | 是 | 否 | 是 | 是 | 
| 信用票据 | 支持 | 是 | 否 | 是 | 是 | 
| Customer | 支持 | 是 | 否 | 是 | 是 | 
| 账单 | 支持 | 是 | 否 | 是 | 是 | 
| 发票项目 | 支持 | 是 | 否 | 是 | 否 | 
| 计划 | 支持 | 是 | 否 | 是 | 是 | 
| 报价 | 支持 | 是 | 否 | 是 | 否 | 
| 订阅 | 支持 | 是 | 否 | 是 |  | 
| 订阅项目 | 否 | 是 | 否 | 是 | 否 | 
| 订阅计划 | 支持 | 是 | 否 | 是 | 是 | 
| 账户 | 否 | 是 | 否 | 是 | 是 | 
| 申请费 | 支持 | 是 | 否 | 是 | 是 | 
| 国家/地区具体要求 | 否 | 是 | 否 | 是 | 否 | 
| 转接 | 支持 | 是 | 否 | 是 | 是 | 
| 欺诈预警 | 支持 | 是 | 否 | 是 | 是 | 
| 报告类型 | 否 | 否 | 否 | 是 | 否 | 

 **示例** 

```
stripe_read = glueContext.create_dynamic_frame.from_options(
    connection_type="stripe",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "coupons",
        "API_VERSION": "v1"
    }
)
```

 **Stripe 实体和字段详细信息** 


| 实体 | 字段 | 数据类型 | 支持的运算符 | 
| --- | --- | --- | --- | 
| 余额 |  |  |  | 
|  | available | 列表 |  | 
|  | connect\_reserved | 列表 |  | 
|  | 待处理 | 列表 |  | 
|  | livemode | 布尔值 |  | 
|  | object | 字符串 |  | 
|  | instant\_available | 列表 |  | 
|  | issuing | 结构体 |  | 
| 余额交易 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 |  | 
|  | available\_on | 日期时间 | =, >=, <=,<,> | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | description | 字符串 |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | fee | 整数 |  | 
|  | fee\_details | 列表 |  | 
|  | net | 整数 |  | 
|  | reporting\_category | 字符串 |  | 
|  | 源 | 字符串 | = | 
|  | 状态 | 字符串 |  | 
|  | type | 字符串 | = | 
|  | cross\_border\_classification | 字符串 |  | 
| 收费 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 | =, <, > | 
|  | amount\_captured | 整数 |  | 
|  | amount\_refunded | 整数 |  | 
|  | 应用程序 | 字符串 |  | 
|  | application\_fee | 字符串 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | balance\_transaction | 字符串 |  | 
|  | billing\_details | 结构体 |  | 
|  | calculated\_statement\_descriptor | 字符串 |  | 
|  | captured | 布尔值 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | customer | 字符串 | = | 
|  | description | 字符串 |  | 
|  | destination | 字符串 |  | 
|  | dispute | 字符串 |  | 
|  | disputed | 布尔值 | = | 
|  | failure\_balance\_transaction | 字符串 |  | 
|  | failure\_code | 字符串 |  | 
|  | failure\_message | 字符串 |  | 
|  | fraud\_details | 结构体 |  | 
|  | 发票 | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | on\_behalf\_of | 字符串 |  | 
|  | 顺序 | 字符串 |  | 
|  | outcome | 结构体 |  | 
|  | paid | 布尔值 |  | 
|  | payment\_intent | 字符串 | = | 
|  | payment\_method | 字符串 |  | 
|  | payment\_method\_details | 结构体 |  | 
|  | receipt\_email | 字符串 |  | 
|  | receipt\_number | 字符串 |  | 
|  | receipt\_url | 字符串 |  | 
|  | refunded | 布尔值 | = | 
|  | 退款 | 结构体 |  | 
|  | 审核 | 字符串 |  | 
|  | shipping | 结构体 |  | 
|  | 源 | 结构体 |  | 
|  | source\_transfer | 字符串 |  | 
|  | statement\_descriptor | 字符串 |  | 
|  | statement\_descriptor\_suffix | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | 转移 | 字符串 |  | 
|  | transfer\_data | 结构体 |  | 
|  | transfer\_group | 字符串 | = | 
| 争议 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 | =, <, > | 
|  | balance\_transaction | 字符串 |  | 
|  | balance\_transactions | 列表 |  | 
|  | 费用 | 字符串 | = | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | evidence | 结构体 |  | 
|  | evidence\_details | 结构体 |  | 
|  | is\_charge\_refundable | 布尔值 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | payment\_intent | 字符串 | = | 
|  | reason | 字符串 | = | 
|  | 状态 | 字符串 |  | 
|  | payment\_method\_details | 结构体 |  | 
| 文件链接 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | expired | 布尔值 | = | 
|  | expires\_at | 日期时间 |  | 
|  | 文件 | 字符串 | = | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | url | 字符串 |  | 
| 付款意图 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 |  | 
|  | amount\_capturable | 整数 |  | 
|  | amount\_details | 结构体 |  | 
|  | amount\_received | 整数 |  | 
|  | 应用程序 | 字符串 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | automatic\_payment\_methods | 结构体 |  | 
|  | canceled\_at | 日期时间 |  | 
|  | cancellation\_reason | 字符串 |  | 
|  | capture\_method | 字符串 |  | 
|  | client\_secret | 字符串 |  | 
|  | confirmation\_method | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | customer | 字符串 | = | 
|  | description | 字符串 |  | 
|  | 发票 | 字符串 |  | 
|  | last\_payment\_error | 结构体 |  | 
|  | latest\_charge | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | next\_action | 结构体 |  | 
|  | on\_behalf\_of | 字符串 |  | 
|  | payment\_method | 字符串 |  | 
|  | payment\_method\_options | 结构体 |  | 
|  | payment\_method\_types | 列表 |  | 
|  | payment\_method\_configuration\_details | 结构体 |  | 
|  | 处理 | 结构体 |  | 
|  | receipt\_email | 字符串 |  | 
|  | 审核 | 字符串 |  | 
|  | setup\_future\_usage | 字符串 |  | 
|  | shipping | 结构体 |  | 
|  | 源 | 字符串 |  | 
|  | statement\_descriptor | 字符串 |  | 
|  | statement\_descriptor\_suffix | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | transfer\_data | 结构体 |  | 
|  | transfer\_group | 字符串 |  | 
| 设置意图 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 应用程序 | 字符串 |  | 
|  | cancellation\_reason | 字符串 |  | 
|  | client\_secret | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | customer | 字符串 | = | 
|  | description | 字符串 |  | 
|  | flow\_directions | 列表 |  | 
|  | last\_setup\_error | 结构体 |  | 
|  | latest\_attempt | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | mandate | 字符串 |  | 
|  | metadata | 结构体 |  | 
|  | next\_action | 结构体 |  | 
|  | on\_behalf\_of | 字符串 |  | 
|  | payment\_method | 字符串 |  | 
|  | payment\_method\_options | 结构体 |  | 
|  | payment\_method\_types | 列表 |  | 
|  | single\_use\_mandate | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | 使用情况 | 字符串 |  | 
|  | automatic\_payment\_methods | 结构体 |  | 
| 支出 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 | =, <, > | 
|  | arrival\_date | 日期时间 | =, >=, <=,<,> | 
|  | automatic | 布尔值 |  | 
|  | balance\_transaction | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | description | 字符串 | = | 
|  | destination | 字符串 |  | 
|  | failure\_balance\_transaction | 字符串 |  | 
|  | failure\_code | 字符串 |  | 
|  | failure\_message | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | method | 字符串 |  | 
|  | original\_payout | 字符串 |  | 
|  | reversed\_by | 字符串 |  | 
|  | reconciliation\_status | 字符串 |  | 
|  | source\_type | 字符串 |  | 
|  | statement\_descriptor | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | type | 字符串 |  | 
|  | application\_fee | 字符串 |  | 
|  | application\_fee\_amount | 整数 |  | 
| 退款 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 |  | 
|  | balance\_transaction | 字符串 |  | 
|  | 费用 | 字符串 | = | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | metadata | 结构体 |  | 
|  | destination\_details | 结构体 |  | 
|  | payment\_intent | 字符串 | = | 
|  | reason | 字符串 |  | 
|  | receipt\_number | 字符串 |  | 
|  | source\_transfer\_reversal | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | transfer\_reversal | 字符串 |  | 
| 产品 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | active | 布尔值 | = | 
|  | 属性 | 列表 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | default\_price | 字符串 |  | 
|  | description | 字符串 |  | 
|  | 映像 | 列表 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | 名称 | 字符串 |  | 
|  | package\_dimensions | 结构体 |  | 
|  | shippable | 布尔值 |  | 
|  | statement\_descriptor | 字符串 |  | 
|  | tax\_code | 字符串 |  | 
|  | type | 字符串 | = | 
|  | unit\_label | 字符串 |  | 
|  | 已更新 | 日期时间 |  | 
|  | url | 字符串 |  | 
|  | 功能 | 列表 |  | 
| 价格 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | active | 布尔值 | = | 
|  | billing\_scheme | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 | = | 
|  | custom\_unit\_amount | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | lookup\_key | 字符串 |  | 
|  | metadata | 结构体 |  | 
|  | nickname | 字符串 |  | 
|  | 产品 | 字符串 | = | 
|  | recurring | 结构体 |  | 
|  | tax\_behavior | 字符串 |  | 
|  | tiers\_mode | 字符串 |  | 
|  | transform\_quantity | 结构体 |  | 
|  | type | 字符串 | = | 
|  | unit\_amount | 整数 |  | 
|  | unit\_amount\_decimal | 字符串 |  | 
| 优惠券 |  |  |  | 
|  | Id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | amount\_off | 整数 |  | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 | = | 
|  | duration | 字符串 | = | 
|  | duration\_in\_months | 整数 | =,<,> | 
|  | livemode | 布尔值 |  | 
|  | max\_redemptions | 整数 | =, <, > | 
|  | metadata | 结构体 |  | 
|  | 名称 | 字符串 |  | 
|  | percent\_off | 双精度 | = | 
|  | redeem\_by | 日期时间 | =, >=, <=, <, > | 
|  | times\_redeemed | 整数 |  | 
|  | valid | 布尔值 |  | 
| 促销代码 |  |  |  | 
|  | Id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | active | 布尔值 | = | 
|  | code | 字符串 | = | 
|  | coupon | 结构体 |  | 
|  | created | 日期时间 | =,>=,<=,<,> | 
|  | customer | 字符串 |  | 
|  | expires\_at | 日期时间 |  | 
|  | livemode | 布尔值 |  | 
|  | max\_redemptions | 整数 |  | 
|  | metadata | 结构体 |  | 
|  | 限额 | 结构体 |  | 
|  | times\_redeemed | 整数 |  | 
| 税码 |  |  |  | 
|  | Id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | description | 字符串 |  | 
|  | 名称 | 字符串 |  | 
| 税率 |  |  |  | 
|  | Id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | active | 布尔值 | = | 
|  | country | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | description | 字符串 |  | 
|  | display\_name | 字符串 |  | 
|  | inclusive | 布尔值 | = | 
|  | jurisdiction | 字符串 |  | 
|  | jurisdiction\_level | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | percentage | 双精度 |  | 
|  | effective\_percentage | 双精度 |  | 
|  | 状态 | 字符串 |  | 
|  | tax\_type | 字符串 |  | 
| 运费 |  |  |  | 
|  | Id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | active | 布尔值 | = | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | delivery\_estimate | 结构体 |  | 
|  | display\_name | 字符串 |  | 
|  | fixed\_amount | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | tax\_behavior | 字符串 |  | 
|  | tax\_code | 字符串 |  | 
|  | type | 字符串 |  | 
| 会话 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | after\_expiration | 结构体 |  | 
|  | allow\_promotion\_codes | 布尔值 |  | 
|  | amount\_subtotal | 整数 |  | 
|  | amount\_total | 整数 |  | 
|  | automatic\_tax | 结构体 |  | 
|  | billing\_address\_collection | 字符串 |  | 
|  | cancel\_url | 字符串 |  | 
|  | client\_reference\_id | 字符串 |  | 
|  | consent | 结构体 |  | 
|  | consent\_collection | 结构体 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | currency | 字符串 |  | 
|  | custom\_text | 结构体 |  | 
|  | customer | 字符串 |  | 
|  | customer\_creation | 字符串 |  | 
|  | customer\_details | 结构体 |  | 
|  | customer\_email | 字符串 |  | 
|  | expires\_at | 日期时间 |  | 
|  | 发票 | 字符串 |  | 
|  | invoice\_creation | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | locale | 字符串 |  | 
|  | metadata | 结构体 |  | 
|  | mode | 字符串 |  | 
|  | payment\_intent | 字符串 | = | 
|  | payment\_link | 字符串 |  | 
|  | payment\_method\_collection | 字符串 |  | 
|  | payment\_method\_options | 结构体 |  | 
|  | payment\_method\_types | 列表 |  | 
|  | payment\_status | 字符串 |  | 
|  | phone\_number\_collection | 结构体 |  | 
|  | recovered\_from | 字符串 |  | 
|  | setup\_intent | 字符串 |  | 
|  | shipping\_address\_collection | 结构体 |  | 
|  | shipping\_cost | 结构体 |  | 
|  | shipping\_details | 结构体 |  | 
|  | shipping\_options | 列表 |  | 
|  | 状态 | 字符串 |  | 
|  | submit\_type | 字符串 |  | 
|  | 订阅 | 字符串 |  | 
|  | success\_url | 字符串 |  | 
|  | tax\_id\_collection | 结构体 |  | 
|  | total\_details | 结构体 |  | 
|  | url | 字符串 |  | 
|  | ui\_mode | 字符串 |  | 
| 信用票据 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | currency | 字符串 |  | 
|  | customer | 字符串 | = | 
|  | customer\_balance\_transaction | 字符串 |  | 
|  | discount\_amount | 整数 |  | 
|  | discount\_amounts | 列表 |  | 
|  | 发票 | 字符串 | = | 
|  | lines | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | memo | 字符串 |  | 
|  | metadata | 结构体 |  | 
|  | 数字 | 字符串 |  | 
|  | out\_of\_band\_amount | 整数 |  | 
|  | pdf | 字符串 |  | 
|  | reason | 字符串 |  | 
|  | refund | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | subtotal | 整数 |  | 
|  | subtotal\_excluding\_tax | 整数 |  | 
|  | tax\_amounts | 列表 |  | 
|  | total | 整数 |  | 
|  | total\_excluding\_tax | 整数 |  | 
|  | type | 字符串 |  | 
|  | voided\_at | 日期时间 |  | 
|  | amount\_shipping | 整数 |  | 
|  | effective\_at | 日期时间 |  | 
|  | shipping\_cost | 结构体 |  | 
| Customer |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 地址 | 结构体 |  | 
|  | balance | 整数 |  | 
|  | created | 日期时间 |  | 
|  | currency | 字符串 | =, >=, <=, <, > | 
|  | default\_source | 字符串 |  | 
|  | delinquent | 布尔值 | = | 
|  | description | 字符串 |  | 
|  | discount | 结构体 |  | 
|  | 电子邮件 | 字符串 | = | 
|  | invoice\_prefix | 字符串 |  | 
|  | invoice\_settings | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | 名称 | 字符串 |  | 
|  | next\_invoice\_sequence | 整数 |  | 
|  | phone | 字符串 |  | 
|  | preferred\_locales | 列表 |  | 
|  | shipping | 结构体 |  | 
|  | tax\_exempt | 字符串 |  | 
|  | test\_clock | 字符串 |  | 
| 账单 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | account\_country | 字符串 |  | 
|  | account\_name | 字符串 |  | 
|  | account\_tax\_ids | 列表 |  | 
|  | amount\_due | 整数 |  | 
|  | amount\_paid | 整数 |  | 
|  | amount\_remaining | 整数 |  | 
|  | 应用程序 | 字符串 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | attempt\_count | 整数 |  | 
|  | attempted | 布尔值 | = | 
|  | auto\_advance | 布尔值 | = | 
|  | automatic\_tax | 结构体 |  | 
|  | billing\_reason | 字符串 |  | 
|  | 费用 | 字符串 |  | 
|  | collection\_method | 字符串 | = | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | currency | 字符串 |  | 
|  | custom\_fields | 列表 |  | 
|  | customer | 字符串 | = | 
|  | customer\_address | 结构体 |  | 
|  | customer\_email | 字符串 |  | 
|  | customer\_name | 字符串 |  | 
|  | customer\_phone | 字符串 |  | 
|  | customer\_shipping | 结构体 |  | 
|  | customer\_tax\_exempt | 字符串 |  | 
|  | customer\_tax\_ids | 列表 |  | 
|  | default\_payment\_method | 字符串 |  | 
|  | default\_source | 字符串 |  | 
|  | default\_tax\_rates | 列表 |  | 
|  | description | 字符串 |  | 
|  | discount | 结构体 |  | 
|  | discounts | 列表 |  | 
|  | due\_date | 日期时间 | =, >=, <=, <, > | 
|  | ending\_balance | 整数 |  | 
|  | footer | 字符串 |  | 
|  | from\_invoice | 结构体 |  | 
|  | hosted\_invoice\_url | 字符串 |  | 
|  | invoice\_pdf | 字符串 |  | 
|  | last\_finalization\_error | 结构体 |  | 
|  | latest\_revision | 字符串 |  | 
|  | lines | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | next\_payment\_attempt | 日期时间 |  | 
|  | 数字 | 字符串 |  | 
|  | on\_behalf\_of | 字符串 |  | 
|  | paid | 布尔值 | = | 
|  | paid\_out\_of\_band | 布尔值 |  | 
|  | payment\_intent | 字符串 |  | 
|  | payment\_settings | 结构体 |  | 
|  | period\_end | 日期时间 | =, >=, <=, <, > | 
|  | period\_start | 日期时间 | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | 整数 |  | 
|  | pre\_payment\_credit\_notes\_amount | 整数 |  | 
|  | quote | 字符串 |  | 
|  | receipt\_number | 字符串 |  | 
|  | rendering | 结构体 |  | 
|  | rendering\_options | 结构体 |  | 
|  | starting\_balance | 整数 |  | 
|  | statement\_descriptor | 字符串 |  | 
|  | 状态 | 字符串 | = | 
|  | status\_transitions | 结构体 |  | 
|  | 订阅 | 字符串 |  | 
|  | subscription\_details | 结构体 |  | 
|  | subtotal | 整数 | =, <, > | 
|  | subtotal\_excluding\_tax | 整数 |  | 
|  | tax | 整数 |  | 
|  | test\_clock | 字符串 |  | 
|  | total | 整数 | =, <, > | 
|  | total\_discount\_amounts | 列表 |  | 
|  | total\_excluding\_tax | 整数 |  | 
|  | total\_tax\_amounts | 列表 |  | 
|  | transfer\_data | 结构体 |  | 
|  | webhooks\_delivered\_at | 日期时间 |  | 
|  | automatically\_finalizes\_at | 日期时间 |  | 
|  | effective\_at | 日期时间 |  | 
|  | 发布者 | 结构体 |  | 
| 发票项目 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 | =, <, > | 
|  | currency | 字符串 |  | 
|  | customer | 字符串 | = | 
|  | date | 日期时间 |  | 
|  | description | 字符串 |  | 
|  | discountable | 布尔值 |  | 
|  | discounts | 列表 |  | 
|  | 发票 | 字符串 | = | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | 周期 | 结构体 |  | 
|  | 计划 | 结构体 |  | 
|  | 价格 | 结构体 |  | 
|  | proration | 布尔值 | = | 
|  | quantity | 整数 |  | 
|  | 订阅 | 字符串 |  | 
|  | subscription\_item | 字符串 |  | 
|  | tax\_rates | 列表 |  | 
|  | test\_clock | 字符串 |  | 
|  | unit\_amount | 整数 |  | 
|  | unit\_amount\_decimal | 字符串 |  | 
| 计划 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | active | 布尔值 | = | 
|  | aggregate\_usage | 字符串 |  | 
|  | 量 | 整数 |  | 
|  | amount\_decimal | 字符串 |  | 
|  | billing\_scheme | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | currency | 字符串 | = | 
|  | interval | 字符串 | = | 
|  | interval\_count | 整数 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | nickname | 字符串 |  | 
|  | 产品 | 字符串 | = | 
|  | tiers\_mode | 字符串 |  | 
|  | transform\_usage | 结构体 |  | 
|  | trial\_period\_days | 整数 | =, <, > | 
|  | usage\_type | 字符串 |  | 
|  | 计量器 | 字符串 |  | 
| 报价 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | amount\_subtotal | 整数 |  | 
|  | amount\_total | 整数 |  | 
|  | 应用程序 | 字符串 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | application\_fee\_percent | 双精度 |  | 
|  | automatic\_tax | 结构体 |  | 
|  | collection\_method | 字符串 |  | 
|  | computed | 结构体 |  | 
|  | created | 日期时间 |  | 
|  | currency | 字符串 |  | 
|  | customer | 字符串 | = | 
|  | default\_tax\_rates | 列表 |  | 
|  | description | 字符串 |  | 
|  | discounts | 列表 |  | 
|  | expires\_at | 日期时间 |  | 
|  | footer | 字符串 |  | 
|  | from\_quote | 结构体 |  | 
|  | header | 字符串 |  | 
|  | 发票 | 字符串 |  | 
|  | invoice\_settings | 结构体 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | 数字 | 字符串 |  | 
|  | on\_behalf\_of | 字符串 |  | 
|  | 状态 | 字符串 | = | 
|  | status\_transitions | 结构体 |  | 
|  | 订阅 | 字符串 |  | 
|  | subscription\_data | 结构体 |  | 
|  | subscription\_schedule | 字符串 |  | 
|  | test\_clock | 字符串 |  | 
|  | total\_details | 结构体 |  | 
|  | transfer\_data | 结构体 |  | 
| 订阅 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 应用程序 | 字符串 |  | 
|  | application\_fee\_percent | 双精度 |  | 
|  | automatic\_tax | 结构体 |  | 
|  | billing\_cycle\_anchor | 日期时间 |  | 
|  | billing\_thresholds | 结构体 |  | 
|  | cancel\_at | 日期时间 |  | 
|  | cancel\_at\_period\_end | 布尔值 |  | 
|  | canceled\_at | 日期时间 |  | 
|  | collection\_method | 字符串 | = | 
|  | created | 日期时间 | =, >=, <=,<,> | 
|  | currency | 字符串 |  | 
|  | current\_period\_end | 日期时间 | =, >=, <= | 
|  | current\_period\_start | 日期时间 | =, >=, <= | 
|  | customer | 字符串 | = | 
|  | days\_until\_due | 整数 |  | 
|  | default\_payment\_method | 字符串 |  | 
|  | default\_source | 字符串 |  | 
|  | default\_tax\_rates | 列表 |  | 
|  | description | 字符串 |  | 
|  | discount | 结构体 |  | 
|  | ended\_at | 日期时间 |  | 
|  | 物品 | 结构体 |  | 
|  | latest\_invoice | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | next\_pending\_invoice\_item\_invoice | 日期时间 |  | 
|  | pause\_collection | 结构体 |  | 
|  | payment\_settings | 结构体 |  | 
|  | pending\_invoice\_item\_interval | 结构体 |  | 
|  | pending\_setup\_intent | 字符串 |  | 
|  | pending\_update | 结构体 |  | 
|  | 计划 | 结构体 |  | 
|  | quantity | 整数 |  | 
|  | schedule | 字符串 |  | 
|  | start\_date | 日期时间 |  | 
|  | 状态 | 字符串 | = | 
|  | test\_clock | 字符串 |  | 
|  | transfer\_data | 结构体 |  | 
|  | trial\_end | 日期时间 |  | 
|  | trial\_start | 日期时间 |  | 
| 订阅项目 |  |  |  | 
|  | Id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | billing\_thresholds | 结构体 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | metadata | 结构体 |  | 
|  | 计划 | 结构体 |  | 
|  | 价格 | 结构体 |  | 
|  | 订阅 | 字符串 |  | 
|  | tax\_rates | 列表 |  | 
|  | discounts | 列表 |  | 
| 订阅计划 |  |  |  | 
|  | object | 字符串 |  | 
|  | 应用程序 | 字符串 |  | 
|  | canceled\_at | 日期时间 |  | 
|  | completed\_at | 日期时间 |  | 
|  | created | 日期时间 |  | 
|  | current\_phase | 结构体 |  | 
|  | customer | 字符串 | = | 
|  | default\_settings | 结构体 |  | 
|  | end\_behavior | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | phases | 列表 |  | 
|  | released\_at | 日期时间 |  | 
|  | released\_subscription | 字符串 |  | 
|  | renewal\_interval | 字符串 |  | 
|  | 状态 | 字符串 |  | 
|  | 订阅 | 字符串 |  | 
|  | test\_clock | 字符串 |  | 
| 账户 |  |  |  | 
|  | details\_submitted | 布尔值 |  | 
|  | tos\_acceptance | 结构体 |  | 
|  | type | 字符串 |  | 
|  | metadata | 结构体 |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | default\_currency | 字符串 |  | 
|  | 能力 | 结构体 |  | 
|  | charges\_enabled | 布尔值 |  | 
|  | 设置 | 结构体 |  | 
|  | 要求 | 结构体 |  | 
|  | payouts\_enabled | 布尔值 |  | 
|  | future\_requirements | 结构体 |  | 
|  | external\_accounts | 结构体 |  | 
|  | 控制器 | 结构体 |  | 
|  | country | 字符串 |  | 
|  | 电子邮件 | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | business\_profile | 结构体 |  | 
|  | business\_type | 字符串 |  | 
|  | company | 结构体 |  | 
| 申请费 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 账户 | 字符串 |  | 
|  | 量 | 整数 | =, <, > | 
|  | amount\_refunded | 整数 | =, <, > | 
|  | 应用程序 | 字符串 |  | 
|  | balance\_transaction | 字符串 |  | 
|  | 费用 | 字符串 | = | 
|  | created | 日期时间 |  | 
|  | currency | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | originating\_transaction | 字符串 |  | 
|  | refunded | 布尔值 | = | 
|  | 退款 | 结构体 |  | 
|  | fee\_source | 结构体 |  | 
| 国家/地区具体要求 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | default\_currency | 字符串 |  | 
|  | supported\_bank\_account\_currencies | 结构体 |  | 
|  | supported\_payment\_currencies | 列表 |  | 
|  | supported\_payment\_methods | 列表 |  | 
|  | supported\_transfer\_countries | 列表 |  | 
|  | verification\_fields | 结构体 |  | 
| 转接 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | 量 | 整数 | =, <, > | 
|  | amount\_reversed | 整数 |  | 
|  | balance\_transaction | 字符串 |  | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | currency | 字符串 | = | 
|  | description | 字符串 |  | 
|  | destination | 字符串 | = | 
|  | destination\_payment | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | metadata | 结构体 |  | 
|  | reversals | 结构体 |  | 
|  | reversed | 布尔值 |  | 
|  | source\_transaction | 字符串 |  | 
|  | source\_type | 字符串 |  | 
|  | transfer\_group | 字符串 | = | 
| 欺诈预警 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | actionable | 布尔值 |  | 
|  | 费用 | 字符串 | = | 
|  | created | 日期时间 | =, >=, <=, <, > | 
|  | fraud\_type | 字符串 |  | 
|  | livemode | 布尔值 |  | 
|  | payment\_intent | 字符串 | = | 
| 报告类型 |  |  |  | 
|  | id | 字符串 |  | 
|  | object | 字符串 |  | 
|  | data\_available\_end | 日期时间 |  | 
|  | data\_available\_start | 日期时间 |  | 
|  | default\_columns | 列表 |  | 
|  | livemode | 布尔值 |  | 
|  | 名称 | 字符串 |  | 
|  | 已更新 | 日期时间 |  | 
|  | version | 整数 |  | 

 **对查询进行分区** 

 如果您想在 Spark 中利用并发，可以提供附加 Spark 选项 `PARTITION_FIELD`、`LOWER_BOUND`、`UPPER_BOUND` 和 `NUM_PARTITIONS`。使用这些参数，原始查询将被拆分为 `NUM_PARTITIONS` 个子查询，这些子查询可以由 Spark 任务同时执行。
+  `PARTITION_FIELD`：用于对查询进行分区的字段的名称。
+  `LOWER_BOUND`：所选分区字段的包含下限值。

   对于日期，我们接受 Spark SQL 查询中使用的 Spark 日期格式。有效值示例：`"2024-07-01T00:00:00.000Z"`。
+  `UPPER_BOUND`：所选分区字段的排除上限值。
+  `NUM_PARTITIONS`：分区的数量。

 基于实体的分区字段支持详细信息如下表中所示。


| 实体名称 | 分区字段 | 数据类型 | 
| --- | --- | --- | 
| 余额交易 | created | 日期时间 | 
| 收费 | created | 日期时间 | 
| 争议 | created | 日期时间 | 
| 文件链接 | created | 日期时间 | 
| 付款意图 | created | 日期时间 | 
| 设置意图 | created | 日期时间 | 
| 支出 | created | 日期时间 | 
| 退款 | created | 日期时间 | 
| 产品 | created | 日期时间 | 
| 价格 | created | 日期时间 | 
| 优惠券 | created | 日期时间 | 
| 促销代码 | created | 日期时间 | 
| 税率 | created | 日期时间 | 
| 运费 | created | 日期时间 | 
| 会话 | created | 日期时间 | 
| 信用票据 | created | 日期时间 | 
| Customer | created | 日期时间 | 
| 账单 | created | 日期时间 | 
| 计划 | created | 日期时间 | 
| 订阅 | created | 日期时间 | 
| 订阅计划 | created | 日期时间 | 
| 账户 | created | 日期时间 | 
| 申请费 | created | 日期时间 | 
| 转接 | created | 日期时间 | 
| 欺诈预警 | created | 日期时间 | 

 **示例** 

```
stripe_read = glueContext.create_dynamic_frame.from_options(
    connection_type="stripe",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "coupons",
        "API_VERSION": "v1",
        "PARTITION_FIELD": "created"
        "LOWER_BOUND": "2024-05-01T20:55:02.000Z"
        "UPPER_BOUND": "2024-07-11T20:55:02.000Z"
        "NUM_PARTITIONS": "10"
    }
)
```