

Les traductions sont fournies par des outils de traduction automatique. En cas de conflit entre le contenu d'une traduction et celui de la version originale en anglais, la version anglaise prévaudra.

# Lecture à partir d’entités Stripe
<a name="stripe-reading-from-entities"></a>

 **Conditions préalables** 
+  Un objet Stripe à partir duquel vous souhaitez lire. 

 **Entités prises en charge** 


| Entité | Peut être filtré | Limit prise en charge | Order by prise en charge | Select prise en charge\* | Partitionnement pris en charge | 
| --- | --- | --- | --- | --- | --- | 
| Balance | Non | Non | Non | Oui | Non | 
| Balance Transactions | Oui | Oui | Non | Oui | Oui | 
| Frais | Oui | Oui | Non | Oui | Oui | 
| Disputes | Oui | Oui | Non | Oui | Oui | 
| File Links | Oui | Oui | Non | Oui | Oui | 
| PaymentIntents | Oui | Oui | Non | Oui | Oui | 
| SetupIntents | Oui | Oui | Non | Oui | Oui | 
| Payouts | Oui | Oui | Non | Oui | Oui | 
| Remboursements | Oui | Oui | Non | Oui | Oui | 
| Produits | Oui | Oui | Non | Oui | Oui | 
| Prices | Oui | Oui | Non | Oui | Oui | 
| Coupons | Oui | Oui | Non | Oui | Oui | 
| Promotion Codes | Oui | Oui | Non | Oui | Oui | 
| Tax Codes | Non | Oui | Non | Oui | Non | 
| Tax Rates | Oui | Oui | Non | Oui | Oui | 
| Shipping Rates | Oui | Oui | Non | Oui | Oui | 
| Séances | Oui | Oui | Non | Oui | Oui | 
| Credit Notes | Oui | Oui | Non | Oui | Oui | 
| Client | Oui | Oui | Non | Oui | Oui | 
| Factures | Oui | Oui | Non | Oui | Oui | 
| Invoice Items | Oui | Oui | Non | Oui | Non | 
| Plans | Oui | Oui | Non | Oui | Oui | 
| Quotes | Oui | Oui | Non | Oui | Non | 
| Abonnements | Oui | Oui | Non | Oui |  | 
| Subscription Items | Non | Oui | Non | Oui | Non | 
| Subscription Schedules | Oui | Oui | Non | Oui | Oui | 
| Comptes | Non | Oui | Non | Oui | Oui | 
| Application Fees | Oui | Oui | Non | Oui | Oui | 
| Country Specs | Non | Oui | Non | Oui | Non | 
| Transferts | Oui | Oui | Non | Oui | Oui | 
| Early Fraud Warnings | Oui | Oui | Non | Oui | Oui | 
| Types de rapport | Non | Non | Non | Oui | Non | 

 **Exemple** 

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

 **Détails des entités et des champs Stripe** 


| Entité | Champ | Type de données | Opérateurs pris en charge | 
| --- | --- | --- | --- | 
| Balance |  |  |  | 
|  | available | List |  | 
|  | connect\_reserved | List |  | 
|  | en suspens | List |  | 
|  | livemode | Booléen |  | 
|  | objet | String |  | 
|  | instant\_available | List |  | 
|  | issuing | Struct |  | 
| Balance Transactions |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier |  | 
|  | available\_on | DateTime | =, >=, <=,<,> | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | description | String |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | fee | Entier |  | 
|  | fee\_details | List |  | 
|  | net | Entier |  | 
|  | reporting\_category | String |  | 
|  | source | String | = | 
|  | status | String |  | 
|  | type | String | = | 
|  | cross\_border\_classification | String |  | 
| Frais |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier | =, <, > | 
|  | amount\_captured | Entier |  | 
|  | amount\_refunded | Entier |  | 
|  | vigie | String |  | 
|  | application\_fee | String |  | 
|  | application\_fee\_amount | Entier |  | 
|  | balance\_transaction | String |  | 
|  | billing\_details | Struct |  | 
|  | calculated\_statement\_descriptor | String |  | 
|  | captured | Booléen |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | description | String |  | 
|  | destination | String |  | 
|  | dispute | String |  | 
|  | disputed | Booléen | = | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | fraud\_details | Struct |  | 
|  | facture | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | order | String |  | 
|  | outcome | Struct |  | 
|  | paid | Booléen |  | 
|  | payment\_intent | String | = | 
|  | payment\_method | String |  | 
|  | payment\_method\_details | Struct |  | 
|  | receipt\_email | String |  | 
|  | receipt\_number | String |  | 
|  | receipt\_url | String |  | 
|  | refunded | Booléen | = | 
|  | refunds | Struct |  | 
|  | review | String |  | 
|  | shipping | Struct |  | 
|  | source | Struct |  | 
|  | source\_transfer | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | transfert | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String | = | 
| Disputes |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier | =, <, > | 
|  | balance\_transaction | String |  | 
|  | balance\_transactions | List |  | 
|  | charge | String | = | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | evidence | Struct |  | 
|  | evidence\_details | Struct |  | 
|  | is\_charge\_refundable | Booléen |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | payment\_intent | String | = | 
|  | raison | String | = | 
|  | status | String |  | 
|  | payment\_method\_details | Struct |  | 
| File Links |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | expired | Booléen | = | 
|  | expires\_at | DateTime |  | 
|  | dans le fichier | String | = | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | url | String |  | 
| PaymentIntents |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier |  | 
|  | amount\_capturable | Entier |  | 
|  | amount\_details | Struct |  | 
|  | amount\_received | Entier |  | 
|  | vigie | String |  | 
|  | application\_fee\_amount | Entier |  | 
|  | automatic\_payment\_methods | Struct |  | 
|  | canceled\_at | DateTime |  | 
|  | cancellation\_reason | String |  | 
|  | capture\_method | String |  | 
|  | client\_secret | String |  | 
|  | confirmation\_method | String |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | description | String |  | 
|  | facture | String |  | 
|  | last\_payment\_error | Struct |  | 
|  | latest\_charge | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | List |  | 
|  | payment\_method\_configuration\_details | Struct |  | 
|  | traitement | 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 |  | 
|  | objet | String |  | 
|  | vigie | String |  | 
|  | cancellation\_reason | String |  | 
|  | client\_secret | String |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | customer | String | = | 
|  | description | String |  | 
|  | flow\_directions | List |  | 
|  | last\_setup\_error | Struct |  | 
|  | latest\_attempt | String |  | 
|  | livemode | Booléen |  | 
|  | mandate | String |  | 
|  | metadata | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | List |  | 
|  | single\_use\_mandate | String |  | 
|  | status | String |  | 
|  | utilisation | String |  | 
|  | automatic\_payment\_methods | Struct |  | 
| Payouts |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier | =, <, > | 
|  | arrival\_date | DateTime | =, >=, <=,<,> | 
|  | automatic | Booléen |  | 
|  | balance\_transaction | String |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | description | String | = | 
|  | destination | String |  | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | méthode | 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 | Entier |  | 
| Remboursements |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier |  | 
|  | balance\_transaction | String |  | 
|  | charge | String | = | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | metadata | Struct |  | 
|  | destination\_details | Struct |  | 
|  | payment\_intent | String | = | 
|  | raison | String |  | 
|  | receipt\_number | String |  | 
|  | source\_transfer\_reversal | String |  | 
|  | status | String |  | 
|  | transfer\_reversal | String |  | 
| Produits |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | actif | Booléen | = | 
|  | attributs | List |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | default\_price | String |  | 
|  | description | String |  | 
|  | images | List |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | package\_dimensions | Struct |  | 
|  | shippable | Booléen |  | 
|  | statement\_descriptor | String |  | 
|  | tax\_code | String |  | 
|  | type | String | = | 
|  | unit\_label | String |  | 
|  | updated | DateTime |  | 
|  | url | String |  | 
|  | fonctionnalités | List |  | 
| Prices |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | actif | Booléen | = | 
|  | billing\_scheme | String |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | custom\_unit\_amount | Struct |  | 
|  | livemode | Booléen |  | 
|  | lookup\_key | String |  | 
|  | metadata | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | recurring | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tiers\_mode | String |  | 
|  | transform\_quantity | Struct |  | 
|  | type | String | = | 
|  | unit\_amount | Entier |  | 
|  | unit\_montant\_decimal | String |  | 
| Coupons |  |  |  | 
|  | Id | String |  | 
|  | objet | String |  | 
|  | amount\_off | Entier |  | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | duration | String | = | 
|  | duration\_in\_months | Entier | =,<,> | 
|  | livemode | Booléen |  | 
|  | max\_redemptions | Entier | =, <, > | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | percent\_off | Double | = | 
|  | redeem\_by | DateTime | =, >=, <=, <, > | 
|  | times\_redeemed | Entier |  | 
|  | valid | Booléen |  | 
| Promotion Codes |  |  |  | 
|  | Id | String |  | 
|  | objet | String |  | 
|  | actif | Booléen | = | 
|  | code | String | = | 
|  | coupon | Struct |  | 
|  | créé | DateTime | =,>=,<=,<,> | 
|  | customer | String |  | 
|  | expires\_at | DateTime |  | 
|  | livemode | Booléen |  | 
|  | max\_redemptions | Entier |  | 
|  | metadata | Struct |  | 
|  | restrictions | Struct |  | 
|  | times\_redeemed | Entier |  | 
| Tax Codes |  |  |  | 
|  | Id | String |  | 
|  | objet | String |  | 
|  | description | String |  | 
|  | name | String |  | 
| Tax Rates |  |  |  | 
|  | Id | String |  | 
|  | objet | String |  | 
|  | actif | Booléen | = | 
|  | country | String |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | description | String |  | 
|  | display\_name | String |  | 
|  | inclusive | Booléen | = | 
|  | jurisdiction | String |  | 
|  | jurisdiction\_level | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | percentage | Double |  | 
|  | effective\_percentage | Double |  | 
|  | state | String |  | 
|  | tax\_type | String |  | 
| Shipping Rates |  |  |  | 
|  | Id | String |  | 
|  | objet | String |  | 
|  | actif | Booléen | = | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | delivery\_estimate | Struct |  | 
|  | display\_name | String |  | 
|  | fixed\_amount | Struct |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tax\_code | String |  | 
|  | type | String |  | 
| Séances |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | after\_expiration | Struct |  | 
|  | allow\_promotion\_codes | Booléen |  | 
|  | amount\_subtotal | Entier |  | 
|  | amount\_total | Entier |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_address\_collection | String |  | 
|  | cancel\_url | String |  | 
|  | client\_reference\_id | String |  | 
|  | consent | Struct |  | 
|  | consent\_collection | Struct |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_text | Struct |  | 
|  | customer | String |  | 
|  | customer\_creation | String |  | 
|  | customer\_details | Struct |  | 
|  | customer\_email | String |  | 
|  | expires\_at | DateTime |  | 
|  | facture | String |  | 
|  | invoice\_creation | Struct |  | 
|  | livemode | Booléen |  | 
|  | locale | String |  | 
|  | metadata | Struct |  | 
|  | mode | String |  | 
|  | payment\_intent | String | = | 
|  | payment\_link | String |  | 
|  | payment\_method\_collection | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | List |  | 
|  | 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 | List |  | 
|  | status | String |  | 
|  | submit\_type | String |  | 
|  | abonnement | String |  | 
|  | success\_url | String |  | 
|  | tax\_id\_collection | Struct |  | 
|  | total\_details | Struct |  | 
|  | url | String |  | 
|  | ui\_mode | String |  | 
| Credit Notes |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | customer\_balance\_transaction | String |  | 
|  | discount\_amount | Entier |  | 
|  | discount\_amounts | List |  | 
|  | facture | String | = | 
|  | lines | Struct |  | 
|  | livemode | Booléen |  | 
|  | memo | String |  | 
|  | metadata | Struct |  | 
|  | number | String |  | 
|  | out\_of\_band\_amount | Entier |  | 
|  | pdf | String |  | 
|  | raison | String |  | 
|  | refund | String |  | 
|  | status | String |  | 
|  | subtotal | Entier |  | 
|  | subtotal\_excluding\_tax | Entier |  | 
|  | tax\_amounts | List |  | 
|  | total | Entier |  | 
|  | total\_excluding\_tax | Entier |  | 
|  | type | String |  | 
|  | voided\_at | DateTime |  | 
|  | amount\_shipping | Entier |  | 
|  | effective\_at | DateTime |  | 
|  | shipping\_cost | Struct |  | 
| Client |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | adresse | Struct |  | 
|  | balance | Entier |  | 
|  | créé | DateTime |  | 
|  | currency | String | =, >=, <=, <, > | 
|  | default\_source | String |  | 
|  | delinquent | Booléen | = | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | e-mail | String | = | 
|  | invoice\_prefix | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | next\_invoice\_sequence | Entier |  | 
|  | phone | String |  | 
|  | preferred\_locales | List |  | 
|  | shipping | Struct |  | 
|  | tax\_exempt | String |  | 
|  | test\_clock | String |  | 
| Factures |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | account\_country | String |  | 
|  | account\_name | String |  | 
|  | account\_tax\_ids | List |  | 
|  | amount\_due | Entier |  | 
|  | amount\_paid | Entier |  | 
|  | amount\_remaining | Entier |  | 
|  | vigie | String |  | 
|  | application\_fee\_amount | Entier |  | 
|  | attempt\_count | Entier |  | 
|  | attempted | Booléen | = | 
|  | auto\_advance | Booléen | = | 
|  | automatic\_tax | Struct |  | 
|  | billing\_reason | String |  | 
|  | charge | String |  | 
|  | collection\_method | String | = | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_fields | List |  | 
|  | customer | String | = | 
|  | customer\_address | Struct |  | 
|  | customer\_email | String |  | 
|  | customer\_name | String |  | 
|  | customer\_phone | String |  | 
|  | customer\_shipping | Struct |  | 
|  | customer\_tax\_exempt | String |  | 
|  | customer\_tax\_ids | List |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | List |  | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | discounts | List |  | 
|  | due\_date | DateTime | =, >=, <=, <, > | 
|  | ending\_balance | Entier |  | 
|  | footer | String |  | 
|  | from\_invoice | Struct |  | 
|  | hosted\_invoice\_url | String |  | 
|  | invoice\_pdf | String |  | 
|  | last\_finalization\_error | Struct |  | 
|  | latest\_revision | String |  | 
|  | lines | Struct |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | next\_payment\_attempt | DateTime |  | 
|  | number | String |  | 
|  | on\_behalf\_of | String |  | 
|  | paid | Booléen | = | 
|  | paid\_out\_of\_band | Booléen |  | 
|  | payment\_intent | String |  | 
|  | payment\_settings | Struct |  | 
|  | period\_end | DateTime | =, >=, <=, <, > | 
|  | period\_start | DateTime | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | Entier |  | 
|  | pre\_payment\_credit\_notes\_amount | Entier |  | 
|  | quote | String |  | 
|  | receipt\_number | String |  | 
|  | rendering | Struct |  | 
|  | rendering\_options | Struct |  | 
|  | starting\_balance | Entier |  | 
|  | statement\_descriptor | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  | abonnement | String |  | 
|  | subscription\_details | Struct |  | 
|  | subtotal | Entier | =, <, > | 
|  | subtotal\_excluding\_tax | Entier |  | 
|  | tax | Entier |  | 
|  | test\_clock | String |  | 
|  | total | Entier | =, <, > | 
|  | total\_discount\_amounts | List |  | 
|  | total\_excluding\_tax | Entier |  | 
|  | total\_tax\_amounts | List |  | 
|  | transfer\_data | Struct |  | 
|  | webhooks\_delivered\_at | DateTime |  | 
|  | automatically\_finalizes\_at | DateTime |  | 
|  | effective\_at | DateTime |  | 
|  | émetteur | Struct |  | 
| Invoice Items |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier | =, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | date | DateTime |  | 
|  | description | String |  | 
|  | discountable | Booléen |  | 
|  | discounts | List |  | 
|  | facture | String | = | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | point | Struct |  | 
|  | plan | Struct |  | 
|  | prix | Struct |  | 
|  | proration | Booléen | = | 
|  | quantity | Entier |  | 
|  | abonnement | String |  | 
|  | subscription\_item | String |  | 
|  | tax\_rates | List |  | 
|  | test\_clock | String |  | 
|  | unit\_amount | Entier |  | 
|  | unit\_montant\_decimal | String |  | 
| Plans |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | actif | Booléen | = | 
|  | aggregate\_usage | String |  | 
|  | montant | Entier |  | 
|  | amount\_decimal | String |  | 
|  | billing\_scheme | String |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | interval | String | = | 
|  | interval\_count | Entier |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | tiers\_mode | String |  | 
|  | transform\_usage | Struct |  | 
|  | trial\_period\_days | Entier | =, <, > | 
|  | usage\_type | String |  | 
|  | meter | String |  | 
| Quotes |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | amount\_subtotal | Entier |  | 
|  | amount\_total | Entier |  | 
|  | vigie | String |  | 
|  | application\_fee\_amount | Entier |  | 
|  | application\_fee\_percent | Double |  | 
|  | automatic\_tax | Struct |  | 
|  | collection\_method | String |  | 
|  | computed | Struct |  | 
|  | créé | DateTime |  | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | default\_tax\_rates | List |  | 
|  | description | String |  | 
|  | discounts | List |  | 
|  | expires\_at | DateTime |  | 
|  | footer | String |  | 
|  | from\_quote | Struct |  | 
|  | header | String |  | 
|  | facture | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | number | String |  | 
|  | on\_behalf\_of | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  | abonnement | String |  | 
|  | subscription\_data | Struct |  | 
|  | subscription\_schedule | String |  | 
|  | test\_clock | String |  | 
|  | total\_details | Struct |  | 
|  | transfer\_data | Struct |  | 
| Abonnements |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | vigie | String |  | 
|  | application\_fee\_percent | Double |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_cycle\_anchor | DateTime |  | 
|  | billing\_thresholds | Struct |  | 
|  | cancel\_at | DateTime |  | 
|  | cancel\_at\_period\_end | Booléen |  | 
|  | canceled\_at | DateTime |  | 
|  | collection\_method | String | = | 
|  | créé | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | current\_period\_end | DateTime | =, >=, <= | 
|  | current\_period\_start | DateTime | =, >=, <= | 
|  | customer | String | = | 
|  | days\_until\_due | Entier |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | List |  | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | ended\_at | DateTime |  | 
|  | items | Struct |  | 
|  | latest\_invoice | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | 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 |  | 
|  | quantity | Entier |  | 
|  | schedule | String |  | 
|  | start\_date | DateTime |  | 
|  | status | String | = | 
|  | test\_clock | String |  | 
|  | transfer\_data | Struct |  | 
|  | trial\_end | DateTime |  | 
|  | trial\_start | DateTime |  | 
| Subscription Items |  |  |  | 
|  | Id | String |  | 
|  | objet | String |  | 
|  | billing\_thresholds | Struct |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | metadata | Struct |  | 
|  | plan | Struct |  | 
|  | prix | Struct |  | 
|  | abonnement | String |  | 
|  | tax\_rates | List |  | 
|  | discounts | List |  | 
| Subscription Schedules |  |  |  | 
|  | objet | String |  | 
|  | vigie | String |  | 
|  | canceled\_at | DateTime |  | 
|  | completed\_at | DateTime |  | 
|  | créé | DateTime |  | 
|  | current\_phase | Struct |  | 
|  | customer | String | = | 
|  | default\_settings | Struct |  | 
|  | end\_behavior | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | phases | List |  | 
|  | released\_at | DateTime |  | 
|  | released\_subscription | String |  | 
|  | renewal\_interval | String |  | 
|  | status | String |  | 
|  | abonnement | String |  | 
|  | test\_clock | String |  | 
| Comptes |  |  |  | 
|  | details\_submitted | Booléen |  | 
|  | tos\_acceptance | Struct |  | 
|  | type | String |  | 
|  | metadata | Struct |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | default\_currency | String |  | 
|  | caractéristiques | Struct |  | 
|  | charges\_enabled | Booléen |  | 
|  | paramètres | Struct |  | 
|  | requirements | Struct |  | 
|  | payouts\_enabled | Booléen |  | 
|  | future\_requirements | Struct |  | 
|  | external\_accounts | Struct |  | 
|  | contrôleur | Struct |  | 
|  | country | String |  | 
|  | e-mail | String |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | business\_profile | Struct |  | 
|  | business\_type | String |  | 
|  | company | Struct |  | 
| Application Fees |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | compte | String |  | 
|  | montant | Entier | =, <, > | 
|  | amount\_refunded | Entier | =, <, > | 
|  | vigie | String |  | 
|  | balance\_transaction | String |  | 
|  | charge | String | = | 
|  | créé | DateTime |  | 
|  | currency | String |  | 
|  | livemode | Booléen |  | 
|  | originating\_transaction | String |  | 
|  | refunded | Booléen | = | 
|  | refunds | Struct |  | 
|  | fee\_source | Struct |  | 
| Country Specs |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | default\_currency | String |  | 
|  | supported\_bank\_account\_currencies | Struct |  | 
|  | supported\_payment\_currencies | List |  | 
|  | supported\_payment\_methods | List |  | 
|  | supported\_transfer\_countries | List |  | 
|  | verification\_fields | Struct |  | 
| Transferts |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | montant | Entier | =, <, > | 
|  | amount\_reversed | Entier |  | 
|  | balance\_transaction | String |  | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | description | String |  | 
|  | destination | String | = | 
|  | destination\_payment | String |  | 
|  | livemode | Booléen |  | 
|  | metadata | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | Booléen |  | 
|  | source\_transaction | String |  | 
|  | source\_type | String |  | 
|  | transfer\_group | String | = | 
| Early Fraud Warnings |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | actionable | Booléen |  | 
|  | charge | String | = | 
|  | créé | DateTime | =, >=, <=, <, > | 
|  | fraud\_type | String |  | 
|  | livemode | Booléen |  | 
|  | payment\_intent | String | = | 
| Types de rapport |  |  |  | 
|  | id | String |  | 
|  | objet | String |  | 
|  | data\_available\_end | DateTime |  | 
|  | data\_available\_start | DateTime |  | 
|  | default\_columns | List |  | 
|  | livemode | Booléen |  | 
|  | name | String |  | 
|  | updated | DateTime |  | 
|  | version | Entier |  | 

 **Requêtes de partitionnement** 

 Les options Spark supplémentaires `PARTITION_FIELD`, `LOWER_BOUND`, `UPPER_BOUND` et `NUM_PARTITIONS` peuvent être indiquées si vous souhaitez utiliser la simultanéité dans Spark. Avec ces paramètres, la requête d’origine serait divisée en `NUM_PARTITIONS` nombres de sous-requêtes pouvant être exécutées simultanément par les tâches Spark. 
+  `PARTITION_FIELD` : le nom du champ à utiliser pour partitionner la requête. 
+  `LOWER_BOUND` : une valeur limite inférieure inclusive du champ de partition choisi. 

   Pour le champ Date, nous acceptons le format de date Spark utilisé dans les requêtes SQL Spark. Exemple de valeur valide : `"2024-07-01T00:00:00.000Z"`. 
+  `UPPER_BOUND` : une valeur limite supérieure exclusive du champ de partition choisi. 
+  `NUM_PARTITIONS` : nombre de partitions. 

 Les détails relatifs à la prise en charge des champs de partitionnement par entité sont présentés dans le tableau ci-dessous. 


| Nom de l'entité | Champ de partitionnement | Type de données | 
| --- | --- | --- | 
| Balance Transactions | créé | DateTime | 
| Frais | créé | DateTime | 
| Disputes | créé | DateTime | 
| File Links | créé | DateTime | 
| PaymentIntents | créé | DateTime | 
| SetupIntents | créé | DateTime | 
| Payouts | créé | DateTime | 
| Remboursements | créé | DateTime | 
| Produits | créé | DateTime | 
| Prices | créé | DateTime | 
| Coupons | créé | DateTime | 
| Promotion Codes | créé | DateTime | 
| Tax Rates | créé | DateTime | 
| Shipping Rates | créé | DateTime | 
| Séances | créé | DateTime | 
| Credit Notes | créé | DateTime | 
| Client | créé | DateTime | 
| Factures | créé | DateTime | 
| Plans | créé | DateTime | 
| Abonnements | créé | DateTime | 
| Subscription Schedules | créé | DateTime | 
| Comptes | créé | DateTime | 
| Application Fees | créé | DateTime | 
| Transferts | créé | DateTime | 
| Early Fraud Warnings | créé | DateTime | 

 **Exemple** 

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