

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

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

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


| エンティティ | フィルタリング可能 | 制限をサポートする | Order By をサポートする | Select \$1 をサポートする | パーティション分割をサポートする | 
| --- | --- | --- | --- | --- | --- | 
| 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\$1reserved | リスト |  | 
|  | 保留中 | リスト |  | 
|  | livemode | ブール値 |  | 
|  | オブジェクト | 文字列 |  | 
|  | instant\$1available | リスト |  | 
|  | issuing | Struct |  | 
| Balance Transactions |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | available\$1on | DateTime | =, >=, <=,<,> | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | description | 文字列 |  | 
|  | exchange\$1rate | BigDecimal |  | 
|  | fee | 整数 |  | 
|  | fee\$1details | リスト |  | 
|  | net | 整数 |  | 
|  | reporting\$1category | 文字列 |  | 
|  | ソース | 文字列 | = | 
|  | ステータス | 文字列 |  | 
|  | type | 文字列 | = | 
|  | cross\$1border\$1classification | 文字列 |  | 
| 料金 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | amount\$1captured | 整数 |  | 
|  | amount\$1refunded | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\$1fee | 文字列 |  | 
|  | application\$1fee\$1amount | 整数 |  | 
|  | balance\$1transaction | 文字列 |  | 
|  | billing\$1details | Struct |  | 
|  | calculated\$1statement\$1descriptor | 文字列 |  | 
|  | captured | ブール値 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | description | 文字列 |  | 
|  | destination | 文字列 |  | 
|  | dispute | 文字列 |  | 
|  | disputed | ブール値 | = | 
|  | failure\$1balance\$1transaction | 文字列 |  | 
|  | failure\$1code | 文字列 |  | 
|  | failure\$1message | 文字列 |  | 
|  | fraud\$1details | Struct |  | 
|  | 請求書 | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | on\$1behalf\$1of | 文字列 |  | 
|  | order | 文字列 |  | 
|  | outcome | Struct |  | 
|  | paid | ブール値 |  | 
|  | payment\$1intent | 文字列 | = | 
|  | payment\$1method | 文字列 |  | 
|  | payment\$1method\$1details | Struct |  | 
|  | receipt\$1email | 文字列 |  | 
|  | receipt\$1number | 文字列 |  | 
|  | receipt\$1url | 文字列 |  | 
|  | refunded | ブール値 | = | 
|  | 返金 | Struct |  | 
|  | 確認 | 文字列 |  | 
|  | shipping | Struct |  | 
|  | ソース | Struct |  | 
|  | source\$1transfer | 文字列 |  | 
|  | statement\$1descriptor | 文字列 |  | 
|  | statement\$1descriptor\$1suffix | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | 移管 | 文字列 |  | 
|  | transfer\$1data | Struct |  | 
|  | transfer\$1group | 文字列 | = | 
| Disputes |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | balance\$1transaction | 文字列 |  | 
|  | balance\$1transactions | リスト |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | evidence | Struct |  | 
|  | evidence\$1details | Struct |  | 
|  | is\$1charge\$1refundable | ブール値 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | payment\$1intent | 文字列 | = | 
|  | 理由 | 文字列 | = | 
|  | ステータス | 文字列 |  | 
|  | payment\$1method\$1details | Struct |  | 
| File Links |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | expired | ブール値 | = | 
|  | expires\$1at | DateTime |  | 
|  | ファイル | 文字列 | = | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | url | 文字列 |  | 
| PaymentIntents |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | amount\$1capturable | 整数 |  | 
|  | amount\$1details | Struct |  | 
|  | amount\$1received | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\$1fee\$1amount | 整数 |  | 
|  | automatic\$1payment\$1methods | Struct |  | 
|  | cancelled\$1at | DateTime |  | 
|  | cancellation\$1reason | 文字列 |  | 
|  | capture\$1method | 文字列 |  | 
|  | client\$1secret | 文字列 |  | 
|  | confirmation\$1method | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | description | 文字列 |  | 
|  | 請求書 | 文字列 |  | 
|  | last\$1payment\$1error | Struct |  | 
|  | latest\$1charge | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | next\$1action | Struct |  | 
|  | on\$1behalf\$1of | 文字列 |  | 
|  | payment\$1method | 文字列 |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | リスト |  | 
|  | payment\$1method\$1configuration\$1details | Struct |  | 
|  | 処理 | Struct |  | 
|  | receipt\$1email | 文字列 |  | 
|  | 確認 | 文字列 |  | 
|  | setup\$1future\$1usage | 文字列 |  | 
|  | shipping | Struct |  | 
|  | ソース | 文字列 |  | 
|  | statement\$1descriptor | 文字列 |  | 
|  | statement\$1descriptor\$1suffix | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | transfer\$1data | Struct |  | 
|  | transfer\$1group | 文字列 |  | 
| SetupIntents |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アプリケーション | 文字列 |  | 
|  | cancellation\$1reason | 文字列 |  | 
|  | client\$1secret | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | カスタマー | 文字列 | = | 
|  | description | 文字列 |  | 
|  | flow\$1directions | リスト |  | 
|  | last\$1setup\$1error | Struct |  | 
|  | latest\$1attempt | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | mandate | 文字列 |  | 
|  | metadata | Struct |  | 
|  | next\$1action | Struct |  | 
|  | on\$1behalf\$1of | 文字列 |  | 
|  | payment\$1method | 文字列 |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | リスト |  | 
|  | single\$1use\$1mandate | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | 使用 | 文字列 |  | 
|  | automatic\$1payment\$1methods | Struct |  | 
| Payouts |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | arrival\$1date | DateTime | =, >=, <=,<,> | 
|  | automatic | ブール値 |  | 
|  | balance\$1transaction | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | description | 文字列 | = | 
|  | destination | 文字列 |  | 
|  | failure\$1balance\$1transaction | 文字列 |  | 
|  | failure\$1code | 文字列 |  | 
|  | failure\$1message | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | method | 文字列 |  | 
|  | original\$1payout | 文字列 |  | 
|  | reversed\$1by | 文字列 |  | 
|  | reconciliation\$1status | 文字列 |  | 
|  | source\$1type | 文字列 |  | 
|  | statement\$1descriptor | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | type | 文字列 |  | 
|  | application\$1fee | 文字列 |  | 
|  | application\$1fee\$1amount | 整数 |  | 
| Refunds |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | balance\$1transaction | 文字列 |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | metadata | Struct |  | 
|  | destination\$1details | Struct |  | 
|  | payment\$1intent | 文字列 | = | 
|  | 理由 | 文字列 |  | 
|  | receipt\$1number | 文字列 |  | 
|  | source\$1transfer\$1reversal | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | transfer\$1reversal | 文字列 |  | 
| 製品 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | 属性 | リスト |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | default\$1price | 文字列 |  | 
|  | description | 文字列 |  | 
|  | 画像 | リスト |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 名前 | 文字列 |  | 
|  | package\$1dimensions | Struct |  | 
|  | shippable | ブール値 |  | 
|  | statement\$1descriptor | 文字列 |  | 
|  | tax\$1code | 文字列 |  | 
|  | type | 文字列 | = | 
|  | unit\$1label | 文字列 |  | 
|  | 更新済み | DateTime |  | 
|  | url | 文字列 |  | 
|  | 機能 | リスト |  | 
| Prices |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | billing\$1scheme | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 | = | 
|  | custom\$1unit\$1amount | Struct |  | 
|  | livemode | ブール値 |  | 
|  | lookup\$1key | 文字列 |  | 
|  | metadata | Struct |  | 
|  | nickname | 文字列 |  | 
|  | product | 文字列 | = | 
|  | recurring | Struct |  | 
|  | tax\$1behavior | 文字列 |  | 
|  | tiers\$1mode | 文字列 |  | 
|  | transform\$1quantity | Struct |  | 
|  | type | 文字列 | = | 
|  | unit\$1amount | 整数 |  | 
|  | unit\$1amount\$1decimal | 文字列 |  | 
| Coupons |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount\$1off | 整数 |  | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 | = | 
|  | duration | 文字列 | = | 
|  | duration\$1in\$1months | 整数 | =,<,> | 
|  | livemode | ブール値 |  | 
|  | max\$1redemptions | 整数 | =, <, > | 
|  | metadata | Struct |  | 
|  | 名前 | 文字列 |  | 
|  | percent\$1off | 倍精度 | = | 
|  | redeem\$1by | DateTime | =, >=, <=, <, > | 
|  | times\$1redeemed | 整数 |  | 
|  | valid | ブール値 |  | 
| Promotion Codes |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | コード | 文字列 | = | 
|  | coupon | Struct |  | 
|  | 作成済み | DateTime | =,>=,<=,<,> | 
|  | カスタマー | 文字列 |  | 
|  | expires\$1at | DateTime |  | 
|  | livemode | ブール値 |  | 
|  | max\$1redemptions | 整数 |  | 
|  | metadata | Struct |  | 
|  | 制限 | Struct |  | 
|  | times\$1redeemed | 整数 |  | 
| Tax Codes |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | description | 文字列 |  | 
|  | 名前 | 文字列 |  | 
| Tax Rates |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | country | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | description | 文字列 |  | 
|  | display\$1name | 文字列 |  | 
|  | inclusive | ブール値 | = | 
|  | jurisdiction | 文字列 |  | 
|  | jurisdiction\$1level | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 割合(%) | 倍精度 |  | 
|  | effective\$1percentage | 倍精度 |  | 
|  | state | 文字列 |  | 
|  | tax\$1type | 文字列 |  | 
| Shipping Rates |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | delivery\$1estimate | Struct |  | 
|  | display\$1name | 文字列 |  | 
|  | fixed\$1amount | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | tax\$1behavior | 文字列 |  | 
|  | tax\$1code | 文字列 |  | 
|  | type | 文字列 |  | 
| セッション |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | after\$1expiration | Struct |  | 
|  | allow\$1promotion\$1codes | ブール値 |  | 
|  | amount\$1subtotal | 整数 |  | 
|  | amount\$1total | 整数 |  | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1address\$1collection | 文字列 |  | 
|  | cancel\$1url | 文字列 |  | 
|  | client\$1reference\$1id | 文字列 |  | 
|  | consent | Struct |  | 
|  | consent\$1collection | Struct |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 |  | 
|  | custom\$1text | Struct |  | 
|  | カスタマー | 文字列 |  | 
|  | customer\$1creation | 文字列 |  | 
|  | customer\$1details | Struct |  | 
|  | customer\$1email | 文字列 |  | 
|  | expires\$1at | DateTime |  | 
|  | 請求書 | 文字列 |  | 
|  | invoice\$1creation | Struct |  | 
|  | livemode | ブール値 |  | 
|  | サイト | 文字列 |  | 
|  | metadata | Struct |  | 
|  | モード | 文字列 |  | 
|  | payment\$1intent | 文字列 | = | 
|  | payment\$1link | 文字列 |  | 
|  | payment\$1method\$1collection | 文字列 |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | リスト |  | 
|  | payment\$1status | 文字列 |  | 
|  | phone\$1number\$1collection | Struct |  | 
|  | recovered\$1from | 文字列 |  | 
|  | setup\$1intent | 文字列 |  | 
|  | shipping\$1address\$1collection | Struct |  | 
|  | shipping\$1cost | Struct |  | 
|  | shipping\$1details | Struct |  | 
|  | shipping\$1options | リスト |  | 
|  | ステータス | 文字列 |  | 
|  | submit\$1type | 文字列 |  | 
|  | サブスクリプション | 文字列 |  | 
|  | success\$1url | 文字列 |  | 
|  | tax\$1id\$1collection | Struct |  | 
|  | total\$1details | Struct |  | 
|  | url | 文字列 |  | 
|  | ui\$1mode | 文字列 |  | 
| Credit Notes |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | customer\$1balance\$1transaction | 文字列 |  | 
|  | discount\$1amount | 整数 |  | 
|  | discount\$1amounts | リスト |  | 
|  | 請求書 | 文字列 | = | 
|  | lines | Struct |  | 
|  | livemode | ブール値 |  | 
|  | memo | 文字列 |  | 
|  | metadata | Struct |  | 
|  | 数値 | 文字列 |  | 
|  | out\$1of\$1band\$1amount | 整数 |  | 
|  | pdf | 文字列 |  | 
|  | 理由 | 文字列 |  | 
|  | refund | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | subtotal | 整数 |  | 
|  | subtotal\$1excluding\$1tax | 整数 |  | 
|  | tax\$1amounts | リスト |  | 
|  | total | 整数 |  | 
|  | total\$1excluding\$1tax | 整数 |  | 
|  | type | 文字列 |  | 
|  | voided\$1at | DateTime |  | 
|  | amount\$1shipping | 整数 |  | 
|  | effective\$1at | DateTime |  | 
|  | shipping\$1cost | Struct |  | 
| お客様 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アドレス | Struct |  | 
|  | balance | 整数 |  | 
|  | 作成済み | DateTime |  | 
|  | currency | 文字列 | =, >=, <=, <, > | 
|  | default\$1source | 文字列 |  | 
|  | delinquent | ブール値 | = | 
|  | description | 文字列 |  | 
|  | discount | Struct |  | 
|  | email | 文字列 | = | 
|  | invoice\$1prefix | 文字列 |  | 
|  | invoice\$1settings | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 名前 | 文字列 |  | 
|  | next\$1invoice\$1sequence | 整数 |  | 
|  | phone | 文字列 |  | 
|  | preferred\$1locales | リスト |  | 
|  | shipping | Struct |  | 
|  | tax\$1exempt | 文字列 |  | 
|  | test\$1clock | 文字列 |  | 
| 請求書 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | account\$1country | 文字列 |  | 
|  | account\$1name | 文字列 |  | 
|  | account\$1tax\$1ids | リスト |  | 
|  | amount\$1due | 整数 |  | 
|  | amount\$1paid | 整数 |  | 
|  | amount\$1remaining | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\$1fee\$1amount | 整数 |  | 
|  | attempt\$1count | 整数 |  | 
|  | attempted | ブール値 | = | 
|  | auto\$1advance | ブール値 | = | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1reason | 文字列 |  | 
|  | 料金 | 文字列 |  | 
|  | collection\$1method | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 |  | 
|  | custom\$1fields | リスト |  | 
|  | カスタマー | 文字列 | = | 
|  | customer\$1address | Struct |  | 
|  | customer\$1email | 文字列 |  | 
|  | customer\$1name | 文字列 |  | 
|  | customer\$1phone | 文字列 |  | 
|  | customer\$1shipping | Struct |  | 
|  | customer\$1tax\$1exempt | 文字列 |  | 
|  | customer\$1tax\$1ids | リスト |  | 
|  | default\$1payment\$1method | 文字列 |  | 
|  | default\$1source | 文字列 |  | 
|  | default\$1tax\$1rates | リスト |  | 
|  | description | 文字列 |  | 
|  | discount | Struct |  | 
|  | discounts | リスト |  | 
|  | due\$1date | DateTime | =, >=, <=, <, > | 
|  | ending\$1balance | 整数 |  | 
|  | footer | 文字列 |  | 
|  | from\$1invoice | Struct |  | 
|  | hosted\$1invoice\$1url | 文字列 |  | 
|  | invoice\$1pdf | 文字列 |  | 
|  | last\$1finalization\$1error | Struct |  | 
|  | latest\$1revision | 文字列 |  | 
|  | lines | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | next\$1payment\$1attempt | DateTime |  | 
|  | 数値 | 文字列 |  | 
|  | on\$1behalf\$1of | 文字列 |  | 
|  | paid | ブール値 | = | 
|  | paid\$1out\$1of\$1band | ブール値 |  | 
|  | payment\$1intent | 文字列 |  | 
|  | payment\$1settings | Struct |  | 
|  | period\$1end | DateTime | =, >=, <=, <, > | 
|  | period\$1start | DateTime | =, >=, <=, <, > | 
|  | post\$1payment\$1credit\$1notes\$1amount | 整数 |  | 
|  | pre\$1payment\$1credit\$1notes\$1amount | 整数 |  | 
|  | quote | 文字列 |  | 
|  | receipt\$1number | 文字列 |  | 
|  | rendering | Struct |  | 
|  | rendering\$1options | Struct |  | 
|  | starting\$1balance | 整数 |  | 
|  | statement\$1descriptor | 文字列 |  | 
|  | ステータス | 文字列 | = | 
|  | status\$1transitions | Struct |  | 
|  | サブスクリプション | 文字列 |  | 
|  | subscription\$1details | Struct |  | 
|  | subtotal | 整数 | =, <, > | 
|  | subtotal\$1excluding\$1tax | 整数 |  | 
|  | tax | 整数 |  | 
|  | test\$1clock | 文字列 |  | 
|  | total | 整数 | =, <, > | 
|  | total\$1discount\$1amounts | リスト |  | 
|  | total\$1excluding\$1tax | 整数 |  | 
|  | total\$1tax\$1amounts | リスト |  | 
|  | transfer\$1data | Struct |  | 
|  | webhooks\$1delivered\$1at | DateTime |  | 
|  | automatically\$1finalizes\$1at | DateTime |  | 
|  | effective\$1at | DateTime |  | 
|  | 発行者 | Struct |  | 
| Invoice Items |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | date | DateTime |  | 
|  | description | 文字列 |  | 
|  | discountable | ブール値 |  | 
|  | discounts | リスト |  | 
|  | 請求書 | 文字列 | = | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 期間 | Struct |  | 
|  | 計画 | Struct |  | 
|  | 料金 | Struct |  | 
|  | proration | ブール値 | = | 
|  | 数量 | 整数 |  | 
|  | サブスクリプション | 文字列 |  | 
|  | subscription\$1item | 文字列 |  | 
|  | tax\$1rates | リスト |  | 
|  | test\$1clock | 文字列 |  | 
|  | unit\$1amount | 整数 |  | 
|  | unit\$1amount\$1decimal | 文字列 |  | 
| プラン |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | ACTIVE | ブール値 | = | 
|  | aggregate\$1usage | 文字列 |  | 
|  | amount | 整数 |  | 
|  | amount\$1decimal | 文字列 |  | 
|  | billing\$1scheme | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 | = | 
|  | interval | 文字列 | = | 
|  | interval\$1count | 整数 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | nickname | 文字列 |  | 
|  | product | 文字列 | = | 
|  | tiers\$1mode | 文字列 |  | 
|  | transform\$1usage | Struct |  | 
|  | trial\$1period\$1days | 整数 | =, <, > | 
|  | usage\$1type | 文字列 |  | 
|  | 測定 | 文字列 |  | 
| Quotes |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount\$1subtotal | 整数 |  | 
|  | amount\$1total | 整数 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\$1fee\$1amount | 整数 |  | 
|  | application\$1fee\$1percent | 倍精度 |  | 
|  | automatic\$1tax | Struct |  | 
|  | collection\$1method | 文字列 |  | 
|  | computed | Struct |  | 
|  | 作成済み | DateTime |  | 
|  | currency | 文字列 |  | 
|  | カスタマー | 文字列 | = | 
|  | default\$1tax\$1rates | リスト |  | 
|  | description | 文字列 |  | 
|  | discounts | リスト |  | 
|  | expires\$1at | DateTime |  | 
|  | footer | 文字列 |  | 
|  | from\$1quote | Struct |  | 
|  | ヘッダー | 文字列 |  | 
|  | 請求書 | 文字列 |  | 
|  | invoice\$1settings | Struct |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | 数値 | 文字列 |  | 
|  | on\$1behalf\$1of | 文字列 |  | 
|  | ステータス | 文字列 | = | 
|  | status\$1transitions | Struct |  | 
|  | サブスクリプション | 文字列 |  | 
|  | subscription\$1data | Struct |  | 
|  | subscription\$1schedule | 文字列 |  | 
|  | test\$1clock | 文字列 |  | 
|  | total\$1details | Struct |  | 
|  | transfer\$1data | Struct |  | 
| サブスクリプション |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アプリケーション | 文字列 |  | 
|  | application\$1fee\$1percent | 倍精度 |  | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1cycle\$1anchor | DateTime |  | 
|  | billing\$1thresholds | Struct |  | 
|  | cancel\$1at | DateTime |  | 
|  | cancel\$1at\$1period\$1end | ブール値 |  | 
|  | cancelled\$1at | DateTime |  | 
|  | collection\$1method | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=,<,> | 
|  | currency | 文字列 |  | 
|  | current\$1period\$1end | DateTime | =, >=, <= | 
|  | current\$1period\$1start | DateTime | =, >=, <= | 
|  | カスタマー | 文字列 | = | 
|  | days\$1until\$1due | 整数 |  | 
|  | default\$1payment\$1method | 文字列 |  | 
|  | default\$1source | 文字列 |  | 
|  | default\$1tax\$1rates | リスト |  | 
|  | description | 文字列 |  | 
|  | discount | Struct |  | 
|  | ended\$1at | DateTime |  | 
|  | 項目 | Struct |  | 
|  | latest\$1invoice | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | next\$1pending\$1invoice\$1item\$1invoice | DateTime |  | 
|  | pause\$1collection | Struct |  | 
|  | payment\$1settings | Struct |  | 
|  | pending\$1invoice\$1item\$1interval | Struct |  | 
|  | pending\$1setup\$1intent | 文字列 |  | 
|  | pending\$1update | Struct |  | 
|  | 計画 | Struct |  | 
|  | 数量 | 整数 |  | 
|  | スケジュール | 文字列 |  | 
|  | start\$1date | DateTime |  | 
|  | ステータス | 文字列 | = | 
|  | test\$1clock | 文字列 |  | 
|  | transfer\$1data | Struct |  | 
|  | trial\$1end | DateTime |  | 
|  | trial\$1start | DateTime |  | 
| Subscription Items |  |  |  | 
|  | ID | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | billing\$1thresholds | Struct |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | metadata | Struct |  | 
|  | 計画 | Struct |  | 
|  | 料金 | Struct |  | 
|  | サブスクリプション | 文字列 |  | 
|  | tax\$1rates | リスト |  | 
|  | discounts | リスト |  | 
| Subscription Schedules |  |  |  | 
|  | オブジェクト | 文字列 |  | 
|  | アプリケーション | 文字列 |  | 
|  | cancelled\$1at | DateTime |  | 
|  | completed\$1at | DateTime |  | 
|  | 作成済み | DateTime |  | 
|  | current\$1phase | Struct |  | 
|  | カスタマー | 文字列 | = | 
|  | default\$1settings | Struct |  | 
|  | end\$1behavior | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | phases | リスト |  | 
|  | released\$1at | DateTime |  | 
|  | released\$1subscription | 文字列 |  | 
|  | renewal\$1interval | 文字列 |  | 
|  | ステータス | 文字列 |  | 
|  | サブスクリプション | 文字列 |  | 
|  | test\$1clock | 文字列 |  | 
| アカウント |  |  |  | 
|  | details\$1submitted | ブール値 |  | 
|  | tos\$1acceptance | Struct |  | 
|  | type | 文字列 |  | 
|  | metadata | Struct |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | default\$1currency | 文字列 |  | 
|  | 機能 | Struct |  | 
|  | charges\$1enabled | ブール値 |  | 
|  | 設定 | Struct |  | 
|  | 要件 | Struct |  | 
|  | payouts\$1enabled | ブール値 |  | 
|  | future\$1requirements | Struct |  | 
|  | external\$1accounts | Struct |  | 
|  | コントローラ | Struct |  | 
|  | country | 文字列 |  | 
|  | email | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | business\$1profile | Struct |  | 
|  | business\$1type | 文字列 |  | 
|  | company | Struct |  | 
| Application Fees |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | アカウント | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | amount\$1refunded | 整数 | =, <, > | 
|  | アプリケーション | 文字列 |  | 
|  | balance\$1transaction | 文字列 |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime |  | 
|  | currency | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | originating\$1transaction | 文字列 |  | 
|  | refunded | ブール値 | = | 
|  | 返金 | Struct |  | 
|  | fee\$1source | Struct |  | 
| Country Specs |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | default\$1currency | 文字列 |  | 
|  | supported\$1bank\$1account\$1currencies | Struct |  | 
|  | supported\$1payment\$1currencies | リスト |  | 
|  | supported\$1payment\$1methods | リスト |  | 
|  | supported\$1transfer\$1countries | リスト |  | 
|  | verification\$1fields | Struct |  | 
| 転送 |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | amount | 整数 | =, <, > | 
|  | amount\$1reversed | 整数 |  | 
|  | balance\$1transaction | 文字列 |  | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | currency | 文字列 | = | 
|  | description | 文字列 |  | 
|  | destination | 文字列 | = | 
|  | destination\$1payment | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | metadata | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | ブール値 |  | 
|  | source\$1transaction | 文字列 |  | 
|  | source\$1type | 文字列 |  | 
|  | transfer\$1group | 文字列 | = | 
| Early Fraud Warnings |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | actionable | ブール値 |  | 
|  | 料金 | 文字列 | = | 
|  | 作成済み | DateTime | =, >=, <=, <, > | 
|  | fraud\$1type | 文字列 |  | 
|  | livemode | ブール値 |  | 
|  | payment\$1intent | 文字列 | = | 
| レポートタイプ |  |  |  | 
|  | id | 文字列 |  | 
|  | オブジェクト | 文字列 |  | 
|  | data\$1available\$1end | DateTime |  | 
|  | data\$1available\$1start | DateTime |  | 
|  | default\$1columns | リスト |  | 
|  | 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"
    }
)
```