

# Stripe エンティティからの読み取り
<a name="stripe-reading-from-entities"></a>

 **前提条件** 
+  読み取り元の Stripe オブジェクト。

 **サポートされているエンティティ** 


| エンティティ | フィルタリング可能 | 制限をサポートする | Order By をサポートする | Select \* をサポートする | パーティション分割をサポートする | 
| --- | --- | --- | --- | --- | --- | 
| Balance | なし | なし | なし | あり | なし | 
| Balance Transactions | はい | あり | なし | あり | あり | 
| 料金 | はい | あり | なし | あり | あり | 
| Disputes | はい | あり | なし | あり | あり | 
| File Links | はい | あり | なし | あり | あり | 
| PaymentIntents | はい | あり | なし | あり | あり | 
| SetupIntents | はい | あり | なし | あり | あり | 
| Payouts | はい | あり | なし | あり | あり | 
| Refunds | はい | あり | なし | あり | あり | 
| 製品 | はい | あり | なし | あり | あり | 
| Prices | はい | あり | なし | あり | あり | 
| Coupons | はい | あり | なし | あり | あり | 
| Promotion Codes | はい | あり | なし | あり | あり | 
| Tax Codes | なし | あり | なし | あり | なし | 
| Tax Rates | はい | あり | なし | あり | あり | 
| Shipping Rates | はい | あり | なし | あり | あり | 
| セッション | はい | あり | なし | あり | あり | 
| Credit Notes | はい | あり | なし | あり | あり | 
| お客様 | はい | あり | なし | あり | あり | 
| 請求書 | はい | あり | なし | あり | あり | 
| Invoice Items | はい | あり | なし | あり | なし | 
| プラン | はい | あり | なし | あり | あり | 
| Quotes | はい | あり | なし | あり | なし | 
| サブスクリプション | はい | あり | なし | あり |  | 
| Subscription Items | なし | あり | なし | あり | なし | 
| Subscription Schedules | はい | あり | なし | あり | あり | 
| アカウント | なし | あり | なし | あり | あり | 
| Application Fees | はい | あり | なし | あり | あり | 
| Country Specs | なし | あり | なし | あり | なし | 
| 転送 | はい | あり | なし | あり | あり | 
| Early Fraud Warnings | はい | あり | なし | あり | あり | 
| レポートタイプ | なし | なし | なし | あり | なし | 

 **例** 

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

 **ストライプエンティティとフィールドの詳細** 


| エンティティ | フィールド | データタイプ | サポートされている演算子 | 
| --- | --- | --- | --- | 
| Balance |  |  |  | 
|  | 使用可能 | リスト |  | 
|  | connect\_reserved | リスト |  | 
|  | 保留中 | リスト |  | 
|  | livemode | ブール値 |  | 
|  | オブジェクト | 文字列 |  | 
|  | instant\_available | リスト |  | 
|  | issuing | Struct |  | 
| Balance Transactions |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | available\_on | DateTime | =, >=, <=,<,> | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | description | 文字列 |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | fee | 整数 |  | 
|  | fee\_details | リスト |  | 
|  | net | 整数 |  | 
|  | reporting\_category | 文字列 |  | 
|  | ソース | 文字列 | = | 
|  | ステータス | 文字列 |  | 
|  | type | 文字列 | = | 
|  | cross\_border\_classification | 文字列 |  | 
| 料金 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | amount\_captured | 整数 |  | 
|  | amount\_refunded | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\_fee | 文字列 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | balance\_transaction | 文字列 |  | 
|  | billing\_details | Struct |  | 
|  | calculated\_statement\_descriptor | 文字列 |  | 
|  | captured | ブール値 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | description | 文字列 |  | 
|  | destination | 文字列 |  | 
|  | dispute | 文字列 |  | 
|  | disputed | ブール値 | = | 
|  | failure\_balance\_transaction | 文字列 |  | 
|  | failure\_code | 文字列 |  | 
|  | failure\_message | 文字列 |  | 
|  | fraud\_details | Struct |  | 
|  | 請求書 | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | on\_behalf\_of | 文字列 |  | 
|  | order | 文字列 |  | 
|  | outcome | Struct |  | 
|  | paid | ブール値 |  | 
|  | payment\_intent | 文字列 | = | 
|  | payment\_method | 文字列 |  | 
|  | payment\_method\_details | Struct |  | 
|  | receipt\_email | 文字列 |  | 
|  | receipt\_number | 文字列 |  | 
|  | receipt\_url | 文字列 |  | 
|  | refunded | ブール値 | = | 
|  | 返金 | Struct |  | 
|  | 確認 | 文字列 |  | 
|  | shipping | Struct |  | 
|  | ソース | Struct |  | 
|  | source\_transfer | 文字列 |  | 
|  | statement\_descriptor | 文字列 |  | 
|  | statement\_descriptor\_suffix | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | 移管 | 文字列 |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | 文字列 | = | 
| Disputes |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | balance\_transaction | 文字列 |  | 
|  | balance\_transactions | リスト |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | evidence | Struct |  | 
|  | evidence\_details | Struct |  | 
|  | is\_charge\_refundable | ブール値 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | payment\_intent | 文字列 | = | 
|  | 理由 | 文字列 | = | 
|  | ステータス | 文字列 |  | 
|  | payment\_method\_details | Struct |  | 
| File Links |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | expired | ブール値 | = | 
|  | expires\_at | DateTime |  | 
|  | ファイル | 文字列 | = | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | url | 文字列 |  | 
| PaymentIntents |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | amount\_capturable | 整数 |  | 
|  | amount\_details | Struct |  | 
|  | amount\_received | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | automatic\_payment\_methods | Struct |  | 
|  | cancelled\_at | DateTime |  | 
|  | cancellation\_reason | 文字列 |  | 
|  | capture\_method | 文字列 |  | 
|  | client\_secret | 文字列 |  | 
|  | confirmation\_method | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | description | 文字列 |  | 
|  | 請求書 | 文字列 |  | 
|  | last\_payment\_error | Struct |  | 
|  | latest\_charge | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | 文字列 |  | 
|  | payment\_method | 文字列 |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | リスト |  | 
|  | payment\_method\_configuration\_details | Struct |  | 
|  | 処理 | Struct |  | 
|  | receipt\_email | 文字列 |  | 
|  | 確認 | 文字列 |  | 
|  | setup\_future\_usage | 文字列 |  | 
|  | shipping | Struct |  | 
|  | ソース | 文字列 |  | 
|  | statement\_descriptor | 文字列 |  | 
|  | statement\_descriptor\_suffix | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | 文字列 |  | 
| SetupIntents |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アプリケーション | 文字列 |  | 
|  | cancellation\_reason | 文字列 |  | 
|  | client\_secret | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | カスタマー | 文字列 | = | 
|  | description | 文字列 |  | 
|  | flow\_directions | リスト |  | 
|  | last\_setup\_error | Struct |  | 
|  | latest\_attempt | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | mandate | 文字列 |  | 
|  | metadata | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | 文字列 |  | 
|  | payment\_method | 文字列 |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | リスト |  | 
|  | single\_use\_mandate | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | 使用 | 文字列 |  | 
|  | automatic\_payment\_methods | Struct |  | 
| Payouts |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | arrival\_date | DateTime | =, >=, <=,<,> | 
|  | automatic | ブール値 |  | 
|  | balance\_transaction | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | description | 文字列 | = | 
|  | destination | 文字列 |  | 
|  | failure\_balance\_transaction | 文字列 |  | 
|  | failure\_code | 文字列 |  | 
|  | failure\_message | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | method | 文字列 |  | 
|  | original\_payout | 文字列 |  | 
|  | reversed\_by | 文字列 |  | 
|  | reconciliation\_status | 文字列 |  | 
|  | source\_type | 文字列 |  | 
|  | statement\_descriptor | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | type | 文字列 |  | 
|  | application\_fee | 文字列 |  | 
|  | application\_fee\_amount | 整数 |  | 
| Refunds |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | balance\_transaction | 文字列 |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | metadata | Struct |  | 
|  | destination\_details | Struct |  | 
|  | payment\_intent | 文字列 | = | 
|  | 理由 | 文字列 |  | 
|  | receipt\_number | 文字列 |  | 
|  | source\_transfer\_reversal | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | transfer\_reversal | 文字列 |  | 
| 製品 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | 属性 | リスト |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | default\_price | 文字列 |  | 
|  | description | 文字列 |  | 
|  | 画像 | リスト |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 名前 | 文字列 |  | 
|  | package\_dimensions | Struct |  | 
|  | shippable | ブール値 |  | 
|  | statement\_descriptor | 文字列 |  | 
|  | tax\_code | 文字列 |  | 
|  | type | 文字列 | = | 
|  | unit\_label | 文字列 |  | 
|  | 更新済み | DateTime |  | 
|  | url | 文字列 |  | 
|  | 機能 | リスト |  | 
| Prices |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | billing\_scheme | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 | = | 
|  | custom\_unit\_amount | Struct |  | 
|  | livemode | ブール値 |  | 
|  | lookup\_key | 文字列 |  | 
|  | metadata | Struct |  | 
|  | nickname | 文字列 |  | 
|  | product | 文字列 | = | 
|  | recurring | Struct |  | 
|  | tax\_behavior | 文字列 |  | 
|  | tiers\_mode | 文字列 |  | 
|  | transform\_quantity | Struct |  | 
|  | type | 文字列 | = | 
|  | unit\_amount | 整数 |  | 
|  | unit\_amount\_decimal | 文字列 |  | 
| Coupons |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount\_off | 整数 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 | = | 
|  | duration | 文字列 | = | 
|  | duration\_in\_months | 整数 | =,<,> | 
|  | livemode | ブール値 |  | 
|  | max\_redemptions | 整数 | =, <, > | 
|  | metadata | Struct |  | 
|  | 名前 | 文字列 |  | 
|  | percent\_off | 倍精度 | = | 
|  | redeem\_by | DateTime | =, >=, <=, <, > | 
|  | times\_redeemed | 整数 |  | 
|  | valid | ブール値 |  | 
| Promotion Codes |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | コード | 文字列 | = | 
|  | coupon | Struct |  | 
|  | 作成済み | DateTime | =,>=,<=,<,> | 
|  | カスタマー | 文字列 |  | 
|  | expires\_at | DateTime |  | 
|  | livemode | ブール値 |  | 
|  | max\_redemptions | 整数 |  | 
|  | metadata | Struct |  | 
|  | 制限 | Struct |  | 
|  | times\_redeemed | 整数 |  | 
| Tax Codes |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | description | 文字列 |  | 
|  | 名前 | 文字列 |  | 
| Tax Rates |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | country | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | description | 文字列 |  | 
|  | display\_name | 文字列 |  | 
|  | inclusive | ブール値 | = | 
|  | jurisdiction | 文字列 |  | 
|  | jurisdiction\_level | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 割合(%) | 倍精度 |  | 
|  | effective\_percentage | 倍精度 |  | 
|  | state | 文字列 |  | 
|  | tax\_type | 文字列 |  | 
| Shipping Rates |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | delivery\_estimate | Struct |  | 
|  | display\_name | 文字列 |  | 
|  | fixed\_amount | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | tax\_behavior | 文字列 |  | 
|  | tax\_code | 文字列 |  | 
|  | type | 文字列 |  | 
| セッション |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | after\_expiration | Struct |  | 
|  | allow\_promotion\_codes | ブール値 |  | 
|  | amount\_subtotal | 整数 |  | 
|  | amount\_total | 整数 |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_address\_collection | 文字列 |  | 
|  | cancel\_url | 文字列 |  | 
|  | client\_reference\_id | 文字列 |  | 
|  | consent | Struct |  | 
|  | consent\_collection | Struct |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 |  | 
|  | custom\_text | Struct |  | 
|  | カスタマー | 文字列 |  | 
|  | customer\_creation | 文字列 |  | 
|  | customer\_details | Struct |  | 
|  | customer\_email | 文字列 |  | 
|  | expires\_at | DateTime |  | 
|  | 請求書 | 文字列 |  | 
|  | invoice\_creation | Struct |  | 
|  | livemode | ブール値 |  | 
|  | サイト | 文字列 |  | 
|  | metadata | Struct |  | 
|  | モード | 文字列 |  | 
|  | payment\_intent | 文字列 | = | 
|  | payment\_link | 文字列 |  | 
|  | payment\_method\_collection | 文字列 |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | リスト |  | 
|  | payment\_status | 文字列 |  | 
|  | phone\_number\_collection | Struct |  | 
|  | recovered\_from | 文字列 |  | 
|  | setup\_intent | 文字列 |  | 
|  | shipping\_address\_collection | Struct |  | 
|  | shipping\_cost | Struct |  | 
|  | shipping\_details | Struct |  | 
|  | shipping\_options | リスト |  | 
|  | ステータス | 文字列 |  | 
|  | submit\_type | 文字列 |  | 
|  | サブスクリプション | 文字列 |  | 
|  | success\_url | 文字列 |  | 
|  | tax\_id\_collection | Struct |  | 
|  | total\_details | Struct |  | 
|  | url | 文字列 |  | 
|  | ui\_mode | 文字列 |  | 
| Credit Notes |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | customer\_balance\_transaction | 文字列 |  | 
|  | discount\_amount | 整数 |  | 
|  | discount\_amounts | リスト |  | 
|  | 請求書 | 文字列 | = | 
|  | lines | Struct |  | 
|  | livemode | ブール値 |  | 
|  | memo | 文字列 |  | 
|  | metadata | Struct |  | 
|  | 数値 | 文字列 |  | 
|  | out\_of\_band\_amount | 整数 |  | 
|  | pdf | 文字列 |  | 
|  | 理由 | 文字列 |  | 
|  | refund | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | subtotal | 整数 |  | 
|  | subtotal\_excluding\_tax | 整数 |  | 
|  | tax\_amounts | リスト |  | 
|  | total | 整数 |  | 
|  | total\_excluding\_tax | 整数 |  | 
|  | type | 文字列 |  | 
|  | voided\_at | DateTime |  | 
|  | amount\_shipping | 整数 |  | 
|  | effective\_at | DateTime |  | 
|  | shipping\_cost | Struct |  | 
| お客様 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アドレス | Struct |  | 
|  | balance | 整数 |  | 
|  | 作成済み | DateTime |  | 
|  | currency | 文字列 | =, >=, <=, <, > | 
|  | default\_source | 文字列 |  | 
|  | delinquent | ブール値 | = | 
|  | description | 文字列 |  | 
|  | discount | Struct |  | 
|  | email | 文字列 | = | 
|  | invoice\_prefix | 文字列 |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 名前 | 文字列 |  | 
|  | next\_invoice\_sequence | 整数 |  | 
|  | phone | 文字列 |  | 
|  | preferred\_locales | リスト |  | 
|  | shipping | Struct |  | 
|  | tax\_exempt | 文字列 |  | 
|  | test\_clock | 文字列 |  | 
| 請求書 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | account\_country | 文字列 |  | 
|  | account\_name | 文字列 |  | 
|  | account\_tax\_ids | リスト |  | 
|  | amount\_due | 整数 |  | 
|  | amount\_paid | 整数 |  | 
|  | amount\_remaining | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | attempt\_count | 整数 |  | 
|  | attempted | ブール値 | = | 
|  | auto\_advance | ブール値 | = | 
|  | automatic\_tax | Struct |  | 
|  | billing\_reason | 文字列 |  | 
|  | 料金 | 文字列 |  | 
|  | collection\_method | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 |  | 
|  | custom\_fields | リスト |  | 
|  | カスタマー | 文字列 | = | 
|  | customer\_address | Struct |  | 
|  | customer\_email | 文字列 |  | 
|  | customer\_name | 文字列 |  | 
|  | customer\_phone | 文字列 |  | 
|  | customer\_shipping | Struct |  | 
|  | customer\_tax\_exempt | 文字列 |  | 
|  | customer\_tax\_ids | リスト |  | 
|  | default\_payment\_method | 文字列 |  | 
|  | default\_source | 文字列 |  | 
|  | default\_tax\_rates | リスト |  | 
|  | description | 文字列 |  | 
|  | discount | Struct |  | 
|  | discounts | リスト |  | 
|  | due\_date | DateTime | =, >=, <=, <, > | 
|  | ending\_balance | 整数 |  | 
|  | footer | 文字列 |  | 
|  | from\_invoice | Struct |  | 
|  | hosted\_invoice\_url | 文字列 |  | 
|  | invoice\_pdf | 文字列 |  | 
|  | last\_finalization\_error | Struct |  | 
|  | latest\_revision | 文字列 |  | 
|  | lines | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | next\_payment\_attempt | DateTime |  | 
|  | 数値 | 文字列 |  | 
|  | on\_behalf\_of | 文字列 |  | 
|  | paid | ブール値 | = | 
|  | paid\_out\_of\_band | ブール値 |  | 
|  | payment\_intent | 文字列 |  | 
|  | payment\_settings | Struct |  | 
|  | period\_end | DateTime | =, >=, <=, <, > | 
|  | period\_start | DateTime | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | 整数 |  | 
|  | pre\_payment\_credit\_notes\_amount | 整数 |  | 
|  | quote | 文字列 |  | 
|  | receipt\_number | 文字列 |  | 
|  | rendering | Struct |  | 
|  | rendering\_options | Struct |  | 
|  | starting\_balance | 整数 |  | 
|  | statement\_descriptor | 文字列 |  | 
|  | ステータス | 文字列 | = | 
|  | status\_transitions | Struct |  | 
|  | サブスクリプション | 文字列 |  | 
|  | subscription\_details | Struct |  | 
|  | subtotal | 整数 | =, <, > | 
|  | subtotal\_excluding\_tax | 整数 |  | 
|  | tax | 整数 |  | 
|  | test\_clock | 文字列 |  | 
|  | total | 整数 | =, <, > | 
|  | total\_discount\_amounts | リスト |  | 
|  | total\_excluding\_tax | 整数 |  | 
|  | total\_tax\_amounts | リスト |  | 
|  | transfer\_data | Struct |  | 
|  | webhooks\_delivered\_at | DateTime |  | 
|  | automatically\_finalizes\_at | DateTime |  | 
|  | effective\_at | DateTime |  | 
|  | 発行者 | Struct |  | 
| Invoice Items |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | date | DateTime |  | 
|  | description | 文字列 |  | 
|  | discountable | ブール値 |  | 
|  | discounts | リスト |  | 
|  | 請求書 | 文字列 | = | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 期間 | Struct |  | 
|  | 計画 | Struct |  | 
|  | 料金 | Struct |  | 
|  | proration | ブール値 | = | 
|  | 数量 | 整数 |  | 
|  | サブスクリプション | 文字列 |  | 
|  | subscription\_item | 文字列 |  | 
|  | tax\_rates | リスト |  | 
|  | test\_clock | 文字列 |  | 
|  | unit\_amount | 整数 |  | 
|  | unit\_amount\_decimal | 文字列 |  | 
| プラン |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | aggregate\_usage | 文字列 |  | 
|  | amount | 整数 |  | 
|  | amount\_decimal | 文字列 |  | 
|  | billing\_scheme | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 | = | 
|  | interval | 文字列 | = | 
|  | interval\_count | 整数 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | nickname | 文字列 |  | 
|  | product | 文字列 | = | 
|  | tiers\_mode | 文字列 |  | 
|  | transform\_usage | Struct |  | 
|  | trial\_period\_days | 整数 | =, <, > | 
|  | usage\_type | 文字列 |  | 
|  | 測定 | 文字列 |  | 
| Quotes |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount\_subtotal | 整数 |  | 
|  | amount\_total | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\_fee\_amount | 整数 |  | 
|  | application\_fee\_percent | 倍精度 |  | 
|  | automatic\_tax | Struct |  | 
|  | collection\_method | 文字列 |  | 
|  | computed | Struct |  | 
|  | 作成済み | DateTime |  | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | default\_tax\_rates | リスト |  | 
|  | description | 文字列 |  | 
|  | discounts | リスト |  | 
|  | expires\_at | DateTime |  | 
|  | footer | 文字列 |  | 
|  | from\_quote | Struct |  | 
|  | ヘッダー | 文字列 |  | 
|  | 請求書 | 文字列 |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 数値 | 文字列 |  | 
|  | on\_behalf\_of | 文字列 |  | 
|  | ステータス | 文字列 | = | 
|  | status\_transitions | Struct |  | 
|  | サブスクリプション | 文字列 |  | 
|  | subscription\_data | Struct |  | 
|  | subscription\_schedule | 文字列 |  | 
|  | test\_clock | 文字列 |  | 
|  | total\_details | Struct |  | 
|  | transfer\_data | Struct |  | 
| サブスクリプション |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\_fee\_percent | 倍精度 |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_cycle\_anchor | DateTime |  | 
|  | billing\_thresholds | Struct |  | 
|  | cancel\_at | DateTime |  | 
|  | cancel\_at\_period\_end | ブール値 |  | 
|  | cancelled\_at | DateTime |  | 
|  | collection\_method | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | current\_period\_end | DateTime | =, >=, <= | 
|  | current\_period\_start | DateTime | =, >=, <= | 
|  | カスタマー | 文字列 | = | 
|  | days\_until\_due | 整数 |  | 
|  | default\_payment\_method | 文字列 |  | 
|  | default\_source | 文字列 |  | 
|  | default\_tax\_rates | リスト |  | 
|  | description | 文字列 |  | 
|  | discount | Struct |  | 
|  | ended\_at | DateTime |  | 
|  | 項目 | Struct |  | 
|  | latest\_invoice | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | next\_pending\_invoice\_item\_invoice | DateTime |  | 
|  | pause\_collection | Struct |  | 
|  | payment\_settings | Struct |  | 
|  | pending\_invoice\_item\_interval | Struct |  | 
|  | pending\_setup\_intent | 文字列 |  | 
|  | pending\_update | Struct |  | 
|  | 計画 | Struct |  | 
|  | 数量 | 整数 |  | 
|  | スケジュール | 文字列 |  | 
|  | start\_date | DateTime |  | 
|  | ステータス | 文字列 | = | 
|  | test\_clock | 文字列 |  | 
|  | transfer\_data | Struct |  | 
|  | trial\_end | DateTime |  | 
|  | trial\_start | DateTime |  | 
| Subscription Items |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | billing\_thresholds | Struct |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | metadata | Struct |  | 
|  | 計画 | Struct |  | 
|  | 料金 | Struct |  | 
|  | サブスクリプション | 文字列 |  | 
|  | tax\_rates | リスト |  | 
|  | discounts | リスト |  | 
| Subscription Schedules |  |  |  | 
|  | オブジェクト | 文字列 |  | 
|  | アプリケーション | 文字列 |  | 
|  | cancelled\_at | DateTime |  | 
|  | completed\_at | DateTime |  | 
|  | 作成済み | DateTime |  | 
|  | current\_phase | Struct |  | 
|  | カスタマー | 文字列 | = | 
|  | default\_settings | Struct |  | 
|  | end\_behavior | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | phases | リスト |  | 
|  | released\_at | DateTime |  | 
|  | released\_subscription | 文字列 |  | 
|  | renewal\_interval | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | サブスクリプション | 文字列 |  | 
|  | test\_clock | 文字列 |  | 
| アカウント |  |  |  | 
|  | details\_submitted | ブール値 |  | 
|  | tos\_acceptance | Struct |  | 
|  | type | 文字列 |  | 
|  | metadata | Struct |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | default\_currency | 文字列 |  | 
|  | 機能 | Struct |  | 
|  | charges\_enabled | ブール値 |  | 
|  | 設定 | Struct |  | 
|  | 要件 | Struct |  | 
|  | payouts\_enabled | ブール値 |  | 
|  | future\_requirements | Struct |  | 
|  | external\_accounts | Struct |  | 
|  | コントローラ | Struct |  | 
|  | country | 文字列 |  | 
|  | email | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | business\_profile | Struct |  | 
|  | business\_type | 文字列 |  | 
|  | company | Struct |  | 
| Application Fees |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アカウント | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | amount\_refunded | 整数 | =, <, > | 
|  | アプリケーション | 文字列 |  | 
|  | balance\_transaction | 文字列 |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime |  | 
|  | currency | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | originating\_transaction | 文字列 |  | 
|  | refunded | ブール値 | = | 
|  | 返金 | Struct |  | 
|  | fee\_source | Struct |  | 
| Country Specs |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | default\_currency | 文字列 |  | 
|  | supported\_bank\_account\_currencies | Struct |  | 
|  | supported\_payment\_currencies | リスト |  | 
|  | supported\_payment\_methods | リスト |  | 
|  | supported\_transfer\_countries | リスト |  | 
|  | verification\_fields | Struct |  | 
| 転送 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | amount\_reversed | 整数 |  | 
|  | balance\_transaction | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 | = | 
|  | description | 文字列 |  | 
|  | destination | 文字列 | = | 
|  | destination\_payment | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | ブール値 |  | 
|  | source\_transaction | 文字列 |  | 
|  | source\_type | 文字列 |  | 
|  | transfer\_group | 文字列 | = | 
| Early Fraud Warnings |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | actionable | ブール値 |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | fraud\_type | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | payment\_intent | 文字列 | = | 
| レポートタイプ |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | data\_available\_end | DateTime |  | 
|  | data\_available\_start | DateTime |  | 
|  | default\_columns | リスト |  | 
|  | livemode | ブール値 |  | 
|  | 名前 | 文字列 |  | 
|  | 更新済み | DateTime |  | 
|  | version | 整数 |  | 

 **パーティショニングクエリ** 

 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`: パーティション数。

 エンティティごとのパーティション分割フィールドのサポートの詳細は、以下の表にまとめられています。


| エンティティ名 | Partitioning Field | データタイプ | 
| --- | --- | --- | 
| Balance Transactions | 作成済み | DateTime | 
| 料金 | 作成済み | DateTime | 
| Disputes | 作成済み | DateTime | 
| File Links | 作成済み | DateTime | 
| PaymentIntents | 作成済み | DateTime | 
| SetupIntents | 作成済み | DateTime | 
| Payouts | 作成済み | DateTime | 
| Refunds | 作成済み | DateTime | 
| 製品 | 作成済み | DateTime | 
| Prices | 作成済み | DateTime | 
| Coupons | 作成済み | DateTime | 
| Promotion Codes | 作成済み | DateTime | 
| Tax Rates | 作成済み | DateTime | 
| Shipping Rates | 作成済み | DateTime | 
| セッション | 作成済み | DateTime | 
| Credit Notes | 作成済み | DateTime | 
| お客様 | 作成済み | DateTime | 
| 請求書 | 作成済み | DateTime | 
| プラン | 作成済み | DateTime | 
| サブスクリプション | 作成済み | DateTime | 
| Subscription Schedules | 作成済み | DateTime | 
| アカウント | 作成済み | DateTime | 
| Application Fees | 作成済み | DateTime | 
| 転送 | 作成済み | DateTime | 
| Early Fraud Warnings | 作成済み | 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"
    }
)
```