

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 從 Stripe 實體中讀取
<a name="stripe-reading-from-entities"></a>

 **先決條件** 
+  您要從中讀取的 Stripe 物件。

 **支援的實體** 


| 實體 | 可以篩選 | 支援限制 | 支援排序依據 | 支援選取 \* | 支援分區 | 
| --- | --- | --- | --- | --- | --- | 
| 餘額 | 否 | 否 | 否 | 是 | 否 | 
| 餘額交易 | 是 | 是 | 否 | 是 | 是 | 
| 費用 | 是 | 是 | 否 | 是 | 是 | 
| 爭論 | 是 | 是 | 否 | 是 | 是 | 
| 檔案連結 | 是 | 是 | 否 | 是 | 是 | 
| PaymentIntents | 是 | 是 | 否 | 是 | 是 | 
| SetupIntents | 是 | 是 | 否 | 是 | 是 | 
| 支出 | 是 | 是 | 否 | 是 | 是 | 
| 退款 | 是 | 是 | 否 | 是 | 是 | 
| 產品 | 是 | 是 | 否 | 是 | 是 | 
| 價格 | 是 | 是 | 否 | 是 | 是 | 
| 優惠券 | 是 | 是 | 否 | 是 | 是 | 
| 促銷代碼 | 是 | 是 | 否 | 是 | 是 | 
| 稅務代碼 | 否 | 是 | 否 | 是 | 否 | 
| 稅率 | 是 | 是 | 否 | 是 | 是 | 
| 運費 | 是 | 是 | 否 | 是 | 是 | 
| 工作階段 | 是 | 是 | 否 | 是 | 是 | 
| 貸記通知單 | 是 | 是 | 否 | 是 | 是 | 
| 客戶 | 是 | 是 | 否 | 是 | 是 | 
| 發票 | 是 | 是 | 否 | 是 | 是 | 
| 發票項目 | 是 | 是 | 否 | 是 | 否 | 
| 計劃 | 是 | 是 | 否 | 是 | 是 | 
| 報價 | 是 | 是 | 否 | 是 | 否 | 
| Subscriptions | 是 | 是 | 否 | 是 |  | 
| 訂閱項目 | 否 | 是 | 否 | 是 | 否 | 
| 訂閱排程 | 是 | 是 | 否 | 是 | 是 | 
| 帳戶 | 否 | 是 | 否 | 是 | 是 | 
| 應用程式費用 | 是 | 是 | 否 | 是 | 是 | 
| 國家/地區規格 | 否 | 是 | 否 | 是 | 否 | 
| 轉接 | 是 | 是 | 否 | 是 | 是 | 
| 早期詐騙警告 | 是 | 是 | 否 | 是 | 是 | 
| 報告類型 | 否 | 否 | 否 | 是 | 否 | 

 **範例** 

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

 **Stripe 實體和欄位詳細資訊** 


| 實體 | 欄位 | 資料類型 | 支援的運算子 | 
| --- | --- | --- | --- | 
| 餘額 |  |  |  | 
|  | 有用 | 清單 |  | 
|  | connect\_reserved | 清單 |  | 
|  | 待定 | 清單 |  | 
|  | livemode | Boolean |  | 
|  | object | String |  | 
|  | instant\_available | 清單 |  | 
|  | issuing | Struct |  | 
| 餘額交易 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer |  | 
|  | available\_on | DateTime | =, >=, <=,<,> | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 描述 | String |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | fee | Integer |  | 
|  | fee\_details | 清單 |  | 
|  | net | Integer |  | 
|  | report\_category | String |  | 
|  | source | String | = | 
|  | status | String |  | 
|  | type | String | = | 
|  | cross\_border\_classification | String |  | 
| 費用 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\_captured | Integer |  | 
|  | amount\_refunded | Integer |  | 
|  | 應用程式 | String |  | 
|  | application\_fee | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | balance\_transaction | String |  | 
|  | billing\_details | Struct |  | 
|  | calculated\_statement\_descriptor | String |  | 
|  | captured | Boolean |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | 描述 | String |  | 
|  | 目的地 | String |  | 
|  | dispute | String |  | 
|  | disputed | Boolean | = | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | fraud\_details | Struct |  | 
|  | 發票 | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | order | String |  | 
|  | outcome | Struct |  | 
|  | paid | Boolean |  | 
|  | payment\_intent | String | = | 
|  | payment\_method | String |  | 
|  | payment\_method\_details | Struct |  | 
|  | receipt\_email | String |  | 
|  | receipt\_number | String |  | 
|  | receipt\_url | String |  | 
|  | refunded | Boolean | = | 
|  | refunds | Struct |  | 
|  | review | String |  | 
|  | shipping | Struct |  | 
|  | source | Struct |  | 
|  | source\_transfer | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | 傳輸 | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String | = | 
| 爭論 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer | =, <, > | 
|  | balance\_transaction | String |  | 
|  | balance\_transactions | 清單 |  | 
|  | charge | String | = | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | evidence | Struct |  | 
|  | evidence\_details | Struct |  | 
|  | is\_charge\_refundable | Boolean |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | payment\_intent | String | = | 
|  | reason | String | = | 
|  | status | String |  | 
|  | payment\_method\_details | Struct |  | 
| 檔案連結 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | expired | Boolean | = | 
|  | expires\_at | DateTime |  | 
|  | file | String | = | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | url | String |  | 
| PaymentIntents |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer |  | 
|  | amount\_capturable | Integer |  | 
|  | amount\_details | Struct |  | 
|  | amount\_received | Integer |  | 
|  | 應用程式 | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | auto\_payment\_methods | Struct |  | 
|  | canceled\_at | DateTime |  | 
|  | cancellation\_reason | String |  | 
|  | capture\_method | String |  | 
|  | client\_secret | String |  | 
|  | confirmation\_method | String |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | 描述 | String |  | 
|  | 發票 | String |  | 
|  | last\_payment\_error | Struct |  | 
|  | latest\_charge | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | 清單 |  | 
|  | payment\_method\_configuration\_details | Struct |  | 
|  | 處理 | Struct |  | 
|  | receipt\_email | String |  | 
|  | review | String |  | 
|  | setup\_future\_usage | String |  | 
|  | shipping | Struct |  | 
|  | source | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String |  | 
| SetupIntents |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | 應用程式 | String |  | 
|  | cancellation\_reason | String |  | 
|  | client\_secret | String |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | customer | String | = | 
|  | 描述 | String |  | 
|  | flow\_directions | 清單 |  | 
|  | last\_setup\_error | Struct |  | 
|  | latest\_attempt | String |  | 
|  | livemode | Boolean |  | 
|  | mandate | String |  | 
|  | 中繼資料 | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | 清單 |  | 
|  | single\_use\_mandate | String |  | 
|  | status | String |  | 
|  | 使用方式 | String |  | 
|  | auto\_payment\_methods | Struct |  | 
| 支出 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer | =, <, > | 
|  | arrival\_date | DateTime | =, >=, <=,<,> | 
|  | automatic | Boolean |  | 
|  | balance\_transaction | String |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 描述 | String | = | 
|  | 目的地 | String |  | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | 方法 | String |  | 
|  | original\_payout | String |  | 
|  | reversed\_by | String |  | 
|  | reconciliation\_status | String |  | 
|  | source\_type | String |  | 
|  | statement\_descriptor | String |  | 
|  | status | String |  | 
|  | type | String |  | 
|  | application\_fee | String |  | 
|  | application\_fee\_amount | Integer |  | 
| 退款 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer |  | 
|  | balance\_transaction | String |  | 
|  | charge | String | = | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 中繼資料 | Struct |  | 
|  | destination\_details | Struct |  | 
|  | payment\_intent | String | = | 
|  | reason | String |  | 
|  | receipt\_number | String |  | 
|  | source\_transfer\_reversal | String |  | 
|  | status | String |  | 
|  | transfer\_reversal | String |  | 
| 產品 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | active | Boolean | = | 
|  | 屬性 | 清單 |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | default\_price | String |  | 
|  | 描述 | String |  | 
|  | images | 清單 |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | name | String |  | 
|  | package\_dimensions | Struct |  | 
|  | shippable | Boolean |  | 
|  | statement\_descriptor | String |  | 
|  | tax\_code | String |  | 
|  | type | String | = | 
|  | unit\_label | String |  | 
|  | 已更新 | DateTime |  | 
|  | url | String |  | 
|  | 功能 | 清單 |  | 
| 價格 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | active | Boolean | = | 
|  | billing\_scheme | String |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | custom\_unit\_amount | Struct |  | 
|  | livemode | Boolean |  | 
|  | lookup\_key | String |  | 
|  | 中繼資料 | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | recurring | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tiers\_mode | String |  | 
|  | transform\_quantity | Struct |  | 
|  | type | String | = | 
|  | unit\_amount | Integer |  | 
|  | unit\_amount\_decimal | String |  | 
| 優惠券 |  |  |  | 
|  | Id | String |  | 
|  | object | String |  | 
|  | amount\_off | Integer |  | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | duration | String | = | 
|  | duration\_in\_months | Integer | =,<,> | 
|  | livemode | Boolean |  | 
|  | max\_redemptions | Integer | =, <, > | 
|  | 中繼資料 | Struct |  | 
|  | name | String |  | 
|  | percent\_off | Double | = | 
|  | redeem\_by | DateTime | =, >=, <=, <, > | 
|  | times\_redeemed | Integer |  | 
|  | 有效 | Boolean |  | 
| 促銷代碼 |  |  |  | 
|  | Id | String |  | 
|  | object | String |  | 
|  | active | Boolean | = | 
|  | code | String | = | 
|  | coupon | Struct |  | 
|  | 已建立 | DateTime | =,>=,<=,<,> | 
|  | customer | String |  | 
|  | expires\_at | DateTime |  | 
|  | livemode | Boolean |  | 
|  | max\_redemptions | Integer |  | 
|  | 中繼資料 | Struct |  | 
|  | 限制 | Struct |  | 
|  | times\_redeemed | Integer |  | 
| 稅務代碼 |  |  |  | 
|  | Id | String |  | 
|  | object | String |  | 
|  | 描述 | String |  | 
|  | name | String |  | 
| 稅率 |  |  |  | 
|  | Id | String |  | 
|  | object | String |  | 
|  | active | Boolean | = | 
|  | 國家/地區 | String |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | 描述 | String |  | 
|  | display\_name | String |  | 
|  | inclusive | Boolean | = | 
|  | jurisdiction | String |  | 
|  | jurisdiction\_level | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | 百分比 | Double |  | 
|  | effective\_percentage | Double |  | 
|  | state | String |  | 
|  | tax\_type | String |  | 
| 運費 |  |  |  | 
|  | Id | String |  | 
|  | object | String |  | 
|  | active | Boolean | = | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | delivery\_estimate | Struct |  | 
|  | display\_name | String |  | 
|  | fixed\_amount | Struct |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tax\_code | String |  | 
|  | type | String |  | 
| 工作階段 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | after\_expiration | Struct |  | 
|  | allow\_promotion\_codes | Boolean |  | 
|  | amount\_subtotal | Integer |  | 
|  | amount\_total | Integer |  | 
|  | auto\_tax | Struct |  | 
|  | billing\_address\_collection | String |  | 
|  | cancel\_url | String |  | 
|  | client\_reference\_id | String |  | 
|  | consent | Struct |  | 
|  | consent\_collection | Struct |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_text | Struct |  | 
|  | customer | String |  | 
|  | customer\_creation | String |  | 
|  | customer\_details | Struct |  | 
|  | customer\_email | String |  | 
|  | expires\_at | DateTime |  | 
|  | 發票 | String |  | 
|  | invoice\_creation | Struct |  | 
|  | livemode | Boolean |  | 
|  | locale | String |  | 
|  | 中繼資料 | Struct |  | 
|  | 模式 | String |  | 
|  | payment\_intent | String | = | 
|  | payment\_link | String |  | 
|  | payment\_method\_collection | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | 清單 |  | 
|  | payment\_status | String |  | 
|  | phone\_number\_collection | Struct |  | 
|  | recovered\_from | String |  | 
|  | setup\_intent | String |  | 
|  | shipping\_address\_collection | Struct |  | 
|  | shipping\_cost | Struct |  | 
|  | shipping\_details | Struct |  | 
|  | shipping\_options | 清單 |  | 
|  | status | String |  | 
|  | submit\_type | String |  | 
|  | 訂閱 | String |  | 
|  | success\_url | String |  | 
|  | tax\_id\_collection | Struct |  | 
|  | total\_details | Struct |  | 
|  | url | String |  | 
|  | ui\_mode | String |  | 
| 貸記通知單 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | customer\_balance\_transaction | String |  | 
|  | discount\_amount | Integer |  | 
|  | discount\_amounts | 清單 |  | 
|  | 發票 | String | = | 
|  | lines | Struct |  | 
|  | livemode | Boolean |  | 
|  | memo | String |  | 
|  | 中繼資料 | Struct |  | 
|  | number | String |  | 
|  | out\_of\_band\_amount | Integer |  | 
|  | pdf | String |  | 
|  | reason | String |  | 
|  | refund | String |  | 
|  | status | String |  | 
|  | subtotal | Integer |  | 
|  | subtotal\_excluding\_tax | Integer |  | 
|  | tax\_amounts | 清單 |  | 
|  | total | Integer |  | 
|  | total\_excluding\_tax | Integer |  | 
|  | type | String |  | 
|  | voided\_at | DateTime |  | 
|  | amount\_shipping | Integer |  | 
|  | effective\_at | DateTime |  | 
|  | shipping\_cost | Struct |  | 
| 客戶 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | address | Struct |  | 
|  | balance | Integer |  | 
|  | 已建立 | DateTime |  | 
|  | currency | String | =, >=, <=, <, > | 
|  | default\_source | String |  | 
|  | delinquent | Boolean | = | 
|  | 描述 | String |  | 
|  | discount | Struct |  | 
|  | email | String | = | 
|  | invoice\_prefix | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | name | String |  | 
|  | next\_invoice\_sequence | Integer |  | 
|  | phone | String |  | 
|  | preferred\_locales | 清單 |  | 
|  | shipping | Struct |  | 
|  | tax\_exempt | String |  | 
|  | test\_clock | String |  | 
| 發票 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | account\_country | String |  | 
|  | account\_name | String |  | 
|  | account\_tax\_ids | 清單 |  | 
|  | amount\_due | Integer |  | 
|  | amount\_paid | Integer |  | 
|  | amount\_remaining | Integer |  | 
|  | 應用程式 | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | attempt\_count | Integer |  | 
|  | attempted | Boolean | = | 
|  | auto\_advance | Boolean | = | 
|  | auto\_tax | Struct |  | 
|  | billing\_reason | String |  | 
|  | charge | String |  | 
|  | collection\_method | String | = | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_fields | 清單 |  | 
|  | customer | String | = | 
|  | customer\_address | Struct |  | 
|  | customer\_email | String |  | 
|  | customer\_name | String |  | 
|  | customer\_phone | String |  | 
|  | customer\_shipping | Struct |  | 
|  | customer\_tax\_exempt | String |  | 
|  | customer\_tax\_ids | 清單 |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | 清單 |  | 
|  | 描述 | String |  | 
|  | discount | Struct |  | 
|  | discounts | 清單 |  | 
|  | due\_date | DateTime | =, >=, <=, <, > | 
|  | ending\_balance | Integer |  | 
|  | footer | String |  | 
|  | from\_invoice | Struct |  | 
|  | hosted\_invoice\_url | String |  | 
|  | invoice\_pdf | String |  | 
|  | last\_finalization\_error | Struct |  | 
|  | latest\_revision | String |  | 
|  | lines | Struct |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | next\_payment\_attempt | DateTime |  | 
|  | number | String |  | 
|  | on\_behalf\_of | String |  | 
|  | paid | Boolean | = | 
|  | paid\_out\_of\_band | Boolean |  | 
|  | payment\_intent | String |  | 
|  | payment\_settings | Struct |  | 
|  | period\_end | DateTime | =, >=, <=, <, > | 
|  | period\_start | DateTime | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | Integer |  | 
|  | pre\_payment\_credit\_notes\_amount | Integer |  | 
|  | quote | String |  | 
|  | receipt\_number | String |  | 
|  | rendering | Struct |  | 
|  | rendering\_options | Struct |  | 
|  | start\_balance | Integer |  | 
|  | statement\_descriptor | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  | 訂閱 | String |  | 
|  | subscription\_details | Struct |  | 
|  | subtotal | Integer | =, <, > | 
|  | subtotal\_excluding\_tax | Integer |  | 
|  | tax | Integer |  | 
|  | test\_clock | String |  | 
|  | total | Integer | =, <, > | 
|  | total\_discount\_amounts | 清單 |  | 
|  | total\_excluding\_tax | Integer |  | 
|  | total\_tax\_amounts | 清單 |  | 
|  | transfer\_data | Struct |  | 
|  | webhooks\_delivered\_at | DateTime |  | 
|  | automatically\_finalizes\_at | DateTime |  | 
|  | effective\_at | DateTime |  | 
|  | 發行者 | Struct |  | 
| 發票項目 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer | =, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | date | DateTime |  | 
|  | 描述 | String |  | 
|  | discountable | Boolean |  | 
|  | discounts | 清單 |  | 
|  | 發票 | String | = | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | period | Struct |  | 
|  | plan | Struct |  | 
|  | 價格 | Struct |  | 
|  | proration | Boolean | = | 
|  | 數量 | Integer |  | 
|  | 訂閱 | String |  | 
|  | subscription\_item | String |  | 
|  | tax\_rates | 清單 |  | 
|  | test\_clock | String |  | 
|  | unit\_amount | Integer |  | 
|  | unit\_amount\_decimal | String |  | 
| 計劃 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | active | Boolean | = | 
|  | aggregate\_usage | String |  | 
|  | amount | Integer |  | 
|  | amount\_decimal | String |  | 
|  | billing\_scheme | String |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | 間隔 | String | = | 
|  | interval\_count | Integer |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | tiers\_mode | String |  | 
|  | transform\_usage | Struct |  | 
|  | trial\_period\_days | Integer | =, <, > | 
|  | usage\_type | String |  | 
|  | meter | String |  | 
| 報價 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount\_subtotal | Integer |  | 
|  | amount\_total | Integer |  | 
|  | 應用程式 | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | application\_fee\_percent | Double |  | 
|  | auto\_tax | Struct |  | 
|  | collection\_method | String |  | 
|  | computed | Struct |  | 
|  | 已建立 | DateTime |  | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | default\_tax\_rates | 清單 |  | 
|  | 描述 | String |  | 
|  | discounts | 清單 |  | 
|  | expires\_at | DateTime |  | 
|  | footer | String |  | 
|  | from\_quote | Struct |  | 
|  | header | String |  | 
|  | 發票 | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | number | String |  | 
|  | on\_behalf\_of | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  | 訂閱 | String |  | 
|  | subscription\_data | Struct |  | 
|  | subscription\_schedule | String |  | 
|  | test\_clock | String |  | 
|  | total\_details | Struct |  | 
|  | transfer\_data | Struct |  | 
| Subscriptions |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | 應用程式 | String |  | 
|  | application\_fee\_percent | Double |  | 
|  | auto\_tax | Struct |  | 
|  | billing\_cycle\_anchor | DateTime |  | 
|  | billing\_thresholds | Struct |  | 
|  | cancel\_at | DateTime |  | 
|  | cancel\_at\_period\_end | Boolean |  | 
|  | canceled\_at | DateTime |  | 
|  | collection\_method | String | = | 
|  | 已建立 | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | current\_period\_end | DateTime | =, >=, <= | 
|  | current\_period\_start | DateTime | =, >=, <= | 
|  | customer | String | = | 
|  | days\_until\_due | Integer |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | 清單 |  | 
|  | 描述 | String |  | 
|  | discount | Struct |  | 
|  | ended\_at | DateTime |  | 
|  | items | Struct |  | 
|  | latest\_invoice | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | next\_pending\_invoice\_item\_invoice | DateTime |  | 
|  | pause\_collection | Struct |  | 
|  | payment\_settings | Struct |  | 
|  | pending\_invoice\_item\_interval | Struct |  | 
|  | pending\_setup\_intent | String |  | 
|  | pending\_update | Struct |  | 
|  | plan | Struct |  | 
|  | 數量 | Integer |  | 
|  | schedule | String |  | 
|  | start\_date | DateTime |  | 
|  | status | String | = | 
|  | test\_clock | String |  | 
|  | transfer\_data | Struct |  | 
|  | trial\_end | DateTime |  | 
|  | trial\_start | DateTime |  | 
| 訂閱項目 |  |  |  | 
|  | Id | String |  | 
|  | object | String |  | 
|  | billing\_thresholds | Struct |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | 中繼資料 | Struct |  | 
|  | plan | Struct |  | 
|  | 價格 | Struct |  | 
|  | 訂閱 | String |  | 
|  | tax\_rates | 清單 |  | 
|  | discounts | 清單 |  | 
| 訂閱排程 |  |  |  | 
|  | object | String |  | 
|  | 應用程式 | String |  | 
|  | canceled\_at | DateTime |  | 
|  | completed\_at | DateTime |  | 
|  | 已建立 | DateTime |  | 
|  | current\_phase | Struct |  | 
|  | customer | String | = | 
|  | default\_settings | Struct |  | 
|  | end\_behavior | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | 階段 | 清單 |  | 
|  | released\_at | DateTime |  | 
|  | released\_subscription | String |  | 
|  | renewal\_interval | String |  | 
|  | status | String |  | 
|  | 訂閱 | String |  | 
|  | test\_clock | String |  | 
| 帳戶 |  |  |  | 
|  | details\_submitted | Boolean |  | 
|  | tos\_acceptance | Struct |  | 
|  | type | String |  | 
|  | 中繼資料 | Struct |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | default\_currency | String |  | 
|  | capabilities | Struct |  | 
|  | charges\_enabled | Boolean |  | 
|  | 設定 | Struct |  | 
|  | requirements | Struct |  | 
|  | payouts\_enabled | Boolean |  | 
|  | future\_requirements | Struct |  | 
|  | external\_accounts | Struct |  | 
|  | 控制器 | Struct |  | 
|  | 國家/地區 | String |  | 
|  | email | String |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | business\_profile | Struct |  | 
|  | business\_type | String |  | 
|  | company | Struct |  | 
| 應用程式費用 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | 帳戶 | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\_refunded | Integer | =, <, > | 
|  | 應用程式 | String |  | 
|  | balance\_transaction | String |  | 
|  | charge | String | = | 
|  | 已建立 | DateTime |  | 
|  | currency | String |  | 
|  | livemode | Boolean |  | 
|  | originating\_transaction | String |  | 
|  | refunded | Boolean | = | 
|  | refunds | Struct |  | 
|  | fee\_source | Struct |  | 
| 國家/地區規格 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | default\_currency | String |  | 
|  | supported\_bank\_account\_currencies | Struct |  | 
|  | supported\_payment\_currencies | 清單 |  | 
|  | supported\_payment\_methods | 清單 |  | 
|  | supported\_transfer\_countries | 清單 |  | 
|  | verification\_fields | Struct |  | 
| 轉接 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\_reversed | Integer |  | 
|  | balance\_transaction | String |  | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | 描述 | String |  | 
|  | 目的地 | String | = | 
|  | destination\_payment | String |  | 
|  | livemode | Boolean |  | 
|  | 中繼資料 | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | Boolean |  | 
|  | source\_transaction | String |  | 
|  | source\_type | String |  | 
|  | transfer\_group | String | = | 
| 早期詐騙警告 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | actionable | Boolean |  | 
|  | charge | String | = | 
|  | 已建立 | DateTime | =, >=, <=, <, > | 
|  | fraud\_type | String |  | 
|  | livemode | Boolean |  | 
|  | payment\_intent | String | = | 
| 報告類型 |  |  |  | 
|  | id | String |  | 
|  | object | String |  | 
|  | data\_available\_end | DateTime |  | 
|  | data\_available\_start | DateTime |  | 
|  | default\_columns | 清單 |  | 
|  | livemode | Boolean |  | 
|  | name | String |  | 
|  | 已更新 | DateTime |  | 
|  | version | Integer |  | 

 **分區查詢** 

 如果想要在 Spark 中使用並行，可以提供其他 Spark 選項 `PARTITION_FIELD`、`LOWER_BOUND`、`UPPER_BOUND`、`NUM_PARTITIONS`。使用這些參數，原始查詢會分區為可由 Spark 任務並行執行的子查詢的 `NUM_PARTITIONS` 數目。
+  `PARTITION_FIELD`：用來分區查詢的欄位名稱。
+  `LOWER_BOUND`：所選分區欄位的包含下限值。

   對於日期，我們接受 Spark SQL 查詢中使用的 Spark 日期格式。有效值範例：`"2024-07-01T00:00:00.000Z"`。
+  `UPPER_BOUND`：所選分區欄位的唯一上限值。
+  `NUM_PARTITIONS`：分區數目。

 實體分區欄位支援詳細資訊如下表所示。


| 實體名稱 | 分區欄位 | 資料類型 | 
| --- | --- | --- | 
| 餘額交易 | 已建立 | DateTime | 
| 費用 | 已建立 | DateTime | 
| 爭論 | 已建立 | DateTime | 
| 檔案連結 | 已建立 | DateTime | 
| PaymentIntents | 已建立 | DateTime | 
| SetupIntents | 已建立 | DateTime | 
| 支出 | 已建立 | DateTime | 
| 退款 | 已建立 | DateTime | 
| 產品 | 已建立 | DateTime | 
| 價格 | 已建立 | DateTime | 
| 優惠券 | 已建立 | DateTime | 
| 促銷代碼 | 已建立 | DateTime | 
| 稅率 | 已建立 | DateTime | 
| 運費 | 已建立 | DateTime | 
| 工作階段 | 已建立 | DateTime | 
| 貸記通知單 | 已建立 | DateTime | 
| 客戶 | 已建立 | DateTime | 
| 發票 | 已建立 | DateTime | 
| 計劃 | 已建立 | DateTime | 
| Subscriptions | 已建立 | DateTime | 
| 訂閱排程 | 已建立 | DateTime | 
| 帳戶 | 已建立 | DateTime | 
| 應用程式費用 | 已建立 | DateTime | 
| 轉接 | 已建立 | DateTime | 
| 早期詐騙警告 | 已建立 | DateTime | 

 **範例** 

```
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"
    }
)
```