

Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.

# Lettura da entità di Stripe
<a name="stripe-reading-from-entities"></a>

 **Prerequisiti** 
+  Un oggetto di Stripe da cui si desidera leggere. 

 **Entità supportate** 


| Entità | Può essere Filtrato | Supporta Limite | Supporta Ordina per | Supporta Seleziona \* | Supporta Partizionamento | 
| --- | --- | --- | --- | --- | --- | 
| Saldo | No | No | No | Sì | No | 
| Transazioni di saldo | Sì  | Sì | No | Sì | Sì | 
| Costi | Sì  | Sì | No | Sì | Sì | 
| Controversie | Sì  | Sì | No | Sì | Sì | 
| LInk ai file | Sì  | Sì | No | Sì | Sì | 
| PaymentIntents | Sì | Sì | No | Sì | Sì | 
| SetupIntents | Sì | Sì | No | Sì | Sì | 
| Pagamenti | Sì  | Sì | No | Sì | Sì | 
| Rimborsi | Sì  | Sì | No | Sì | Sì | 
| Prodotti | Sì  | Sì | No | Sì | Sì | 
| Prezzi | Sì  | Sì | No | Sì | Sì | 
| Coupon | Sì  | Sì | No | Sì | Sì | 
| Codici promozionali | Sì  | Sì | No | Sì | Sì | 
| Codici fiscali | No | Sì | No | Sì | No | 
| Aliquote fiscali | Sì  | Sì | No | Sì | Sì | 
| Tariffe di spedizione | Sì  | Sì | No | Sì | Sì | 
| Sessioni | Sì  | Sì | No | Sì | Sì | 
| Note di credito | Sì  | Sì | No | Sì | Sì | 
| Cliente | Sì  | Sì | No | Sì | Sì | 
| Fatture | Sì  | Sì | No | Sì | Sì | 
| Unità di fatturazione | Sì  | Sì | No | Sì | No | 
| Piani | Sì  | Sì | No | Sì | Sì | 
| Preventivi | Sì  | Sì | No | Sì | No | 
| Sottoscrizioni | Sì  | Sì | No | Sì |  | 
| Articoli di abbonamento | No | Sì | No | Sì | No | 
| Programmi di abbonamento | Sì  | Sì | No | Sì | Sì | 
| Account | No | Sì | No | Sì | Sì | 
| Tariffe di applicazione | Sì  | Sì | No | Sì | Sì | 
| Specifiche del Paese | No | Sì | No | Sì | No | 
| Trasferimenti | Sì  | Sì | No | Sì | Sì | 
| Avvisi anticipati di frode | Sì  | Sì | No | Sì | Sì | 
| Tipi di report | No | No | No | Sì | No | 

 **Esempio** 

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

 **Dettagli dell'entità e del campo di Stripe** 


| Entità | Campo | Tipo di dati | Operatori supportati | 
| --- | --- | --- | --- | 
| Saldo |  |  |  | 
|  | disponibile | List |  | 
|  | connect\_reserved | List |  | 
|  | in sospeso | List |  | 
|  | livemode | Booleano |  | 
|  | oggetto | Stringa |  | 
|  | instant\_available | List |  | 
|  | issuing | Struct |  | 
| Transazioni di saldo |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero |  | 
|  | available\_on | DateTime | =, >=, <=,<,> | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | description | Stringa |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | fee | Numero intero |  | 
|  | fee\_details | List |  | 
|  | net | Numero intero |  | 
|  | reporting\_category | Stringa |  | 
|  | origine | Stringa | = | 
|  | status | Stringa |  | 
|  | tipo | Stringa | = | 
|  | cross\_border\_classification | Stringa |  | 
| Costi |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero | =, <, > | 
|  | amount\_captured | Numero intero |  | 
|  | amount\_refunded | Numero intero |  | 
|  | applicazione | Stringa |  | 
|  | application\_fee | Stringa |  | 
|  | application\_fee\_amount | Numero intero |  | 
|  | balance\_transaction | Stringa |  | 
|  | billing\_details | Struct |  | 
|  | calculated\_statement\_descriptor | Stringa |  | 
|  | captured | Booleano |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | customer | Stringa | = | 
|  | description | Stringa |  | 
|  | destinazione | Stringa |  | 
|  | dispute | Stringa |  | 
|  | disputed | Booleano | = | 
|  | failure\_balance\_transaction | Stringa |  | 
|  | failure\_code | Stringa |  | 
|  | failure\_message | Stringa |  | 
|  | fraud\_details | Struct |  | 
|  | fattura | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | on\_behalf\_of | Stringa |  | 
|  | order | Stringa |  | 
|  | outcome | Struct |  | 
|  | paid | Booleano |  | 
|  | payment\_intent | Stringa | = | 
|  | payment\_method | Stringa |  | 
|  | payment\_method\_details | Struct |  | 
|  | receipt\_email | Stringa |  | 
|  | receipt\_number | Stringa |  | 
|  | receipt\_url | Stringa |  | 
|  | refunded | Booleano | = | 
|  | refunds | Struct |  | 
|  | review | Stringa |  | 
|  | shipping | Struct |  | 
|  | origine | Struct |  | 
|  | source\_transfer | Stringa |  | 
|  | statement\_descriptor | Stringa |  | 
|  | statement\_descriptor\_suffix | Stringa |  | 
|  | status | Stringa |  | 
|  | transfer | Stringa |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | Stringa | = | 
| Controversie |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero | =, <, > | 
|  | balance\_transaction | Stringa |  | 
|  | balance\_transactions | List |  | 
|  | charge | Stringa | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | evidence | Struct |  | 
|  | evidence\_details | Struct |  | 
|  | is\_charge\_refundable | Booleano |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | payment\_intent | Stringa | = | 
|  | motivo | Stringa | = | 
|  | status | Stringa |  | 
|  | payment\_method\_details | Struct |  | 
| Link ai file |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | expired | Booleano | = | 
|  | expires\_at | DateTime |  | 
|  | file | Stringa | = | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | url | Stringa |  | 
| PaymentIntents |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero |  | 
|  | amount\_capturable | Numero intero |  | 
|  | amount\_details | Struct |  | 
|  | amount\_received | Numero intero |  | 
|  | applicazione | Stringa |  | 
|  | application\_fee\_amount | Numero intero |  | 
|  | automatic\_payment\_methods | Struct |  | 
|  | canceled\_at | DateTime |  | 
|  | cancellation\_reason | Stringa |  | 
|  | capture\_method | Stringa |  | 
|  | client\_secret | Stringa |  | 
|  | confirmation\_method | Stringa |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | customer | Stringa | = | 
|  | description | Stringa |  | 
|  | fattura | Stringa |  | 
|  | last\_payment\_error | Struct |  | 
|  | latest\_charge | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | Stringa |  | 
|  | payment\_method | Stringa |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | List |  | 
|  | payment\_method\_configuration\_details | Struct |  | 
|  | elaborazione | Struct |  | 
|  | receipt\_email | Stringa |  | 
|  | review | Stringa |  | 
|  | setup\_future\_usage | Stringa |  | 
|  | shipping | Struct |  | 
|  | origine | Stringa |  | 
|  | statement\_descriptor | Stringa |  | 
|  | statement\_descriptor\_suffix | Stringa |  | 
|  | status | Stringa |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | Stringa |  | 
| SetupIntents |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | applicazione | Stringa |  | 
|  | cancellation\_reason | Stringa |  | 
|  | client\_secret | Stringa |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | customer | Stringa | = | 
|  | description | Stringa |  | 
|  | flow\_directions | List |  | 
|  | last\_setup\_error | Struct |  | 
|  | latest\_attempt | Stringa |  | 
|  | livemode | Booleano |  | 
|  | mandate | Stringa |  | 
|  | metadati | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | Stringa |  | 
|  | payment\_method | Stringa |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | List |  | 
|  | single\_use\_mandate | Stringa |  | 
|  | status | Stringa |  | 
|  | utilizzo | Stringa |  | 
|  | automatic\_payment\_methods | Struct |  | 
| Pagamenti |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero | =, <, > | 
|  | arrival\_date | DateTime | =, >=, <=,<,> | 
|  | automatic | Booleano |  | 
|  | balance\_transaction | Stringa |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | description | Stringa | = | 
|  | destinazione | Stringa |  | 
|  | failure\_balance\_transaction | Stringa |  | 
|  | failure\_code | Stringa |  | 
|  | failure\_message | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | metodo | Stringa |  | 
|  | original\_payout | Stringa |  | 
|  | reversed\_by | Stringa |  | 
|  | reconciliation\_status | Stringa |  | 
|  | source\_type | Stringa |  | 
|  | statement\_descriptor | Stringa |  | 
|  | status | Stringa |  | 
|  | tipo | Stringa |  | 
|  | application\_fee | Stringa |  | 
|  | application\_fee\_amount | Numero intero |  | 
| Rimborsi |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero |  | 
|  | balance\_transaction | Stringa |  | 
|  | charge | Stringa | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | metadati | Struct |  | 
|  | destination\_details | Struct |  | 
|  | payment\_intent | Stringa | = | 
|  | motivo | Stringa |  | 
|  | receipt\_number | Stringa |  | 
|  | source\_transfer\_reversal | Stringa |  | 
|  | status | Stringa |  | 
|  | transfer\_reversal | Stringa |  | 
| Prodotti |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | attiva | Booleano | = | 
|  | attributes | List |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | default\_price | Stringa |  | 
|  | description | Stringa |  | 
|  | images | List |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | nome | Stringa |  | 
|  | package\_dimensions | Struct |  | 
|  | shippable | Booleano |  | 
|  | statement\_descriptor | Stringa |  | 
|  | tax\_code | Stringa |  | 
|  | tipo | Stringa | = | 
|  | unit\_label | Stringa |  | 
|  | updated | DateTime |  | 
|  | url | Stringa |  | 
|  | caratteristiche | List |  | 
| Prezzi |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | attiva | Booleano | = | 
|  | billing\_scheme | Stringa |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa | = | 
|  | custom\_unit\_amount | Struct |  | 
|  | livemode | Booleano |  | 
|  | lookup\_key | Stringa |  | 
|  | metadati | Struct |  | 
|  | nickname | Stringa |  | 
|  | product | Stringa | = | 
|  | recurring | Struct |  | 
|  | tax\_behavior | Stringa |  | 
|  | tiers\_mode | Stringa |  | 
|  | transform\_quantity | Struct |  | 
|  | tipo | Stringa | = | 
|  | unit\_amount | Numero intero |  | 
|  | unit\_amount\_decimal | Stringa |  | 
| Coupon |  |  |  | 
|  | Id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | amount\_off | Numero intero |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa | = | 
|  | durata | Stringa | = | 
|  | duration\_in\_months | Numero intero | =,<,> | 
|  | livemode | Booleano |  | 
|  | max\_redemptions | Numero intero | =, <, > | 
|  | metadati | Struct |  | 
|  | nome | Stringa |  | 
|  | percent\_off | Double | = | 
|  | redeem\_by | DateTime | =, >=, <=, <, > | 
|  | times\_redeemed | Numero intero |  | 
|  | valid | Booleano |  | 
| Codici promozionali |  |  |  | 
|  | Id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | attiva | Booleano | = | 
|  | code | Stringa | = | 
|  | coupon | Struct |  | 
|  | created | DateTime | =,>=,<=,<,> | 
|  | customer | Stringa |  | 
|  | expires\_at | DateTime |  | 
|  | livemode | Booleano |  | 
|  | max\_redemptions | Numero intero |  | 
|  | metadati | Struct |  | 
|  | restrizioni | Struct |  | 
|  | times\_redeemed | Numero intero |  | 
| Codici fiscali |  |  |  | 
|  | Id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | description | Stringa |  | 
|  | nome | Stringa |  | 
| Aliquote fiscali |  |  |  | 
|  | Id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | attiva | Booleano | = | 
|  | paese | Stringa |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | description | Stringa |  | 
|  | display\_name | Stringa |  | 
|  | inclusive | Booleano | = | 
|  | jurisdiction | Stringa |  | 
|  | jurisdiction\_level | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | percentage | Double |  | 
|  | effective\_percentage | Double |  | 
|  | stato | Stringa |  | 
|  | tax\_type | Stringa |  | 
| Tariffe di spedizione |  |  |  | 
|  | Id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | attiva | Booleano | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | delivery\_estimate | Struct |  | 
|  | display\_name | Stringa |  | 
|  | fixed\_amount | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | tax\_behavior | Stringa |  | 
|  | tax\_code | Stringa |  | 
|  | tipo | Stringa |  | 
| Sessioni |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | after\_expiration | Struct |  | 
|  | allow\_promotion\_codes | Booleano |  | 
|  | amount\_subtotal | Numero intero |  | 
|  | amount\_total | Numero intero |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_address\_collection | Stringa |  | 
|  | cancel\_url | Stringa |  | 
|  | client\_reference\_id | Stringa |  | 
|  | consent | Struct |  | 
|  | consent\_collection | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | Stringa |  | 
|  | custom\_text | Struct |  | 
|  | customer | Stringa |  | 
|  | customer\_creation | Stringa |  | 
|  | customer\_details | Struct |  | 
|  | customer\_email | Stringa |  | 
|  | expires\_at | DateTime |  | 
|  | fattura | Stringa |  | 
|  | invoice\_creation | Struct |  | 
|  | livemode | Booleano |  | 
|  | locale | Stringa |  | 
|  | metadati | Struct |  | 
|  | mode | Stringa |  | 
|  | payment\_intent | Stringa | = | 
|  | payment\_link | Stringa |  | 
|  | payment\_method\_collection | Stringa |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | List |  | 
|  | payment\_status | Stringa |  | 
|  | phone\_number\_collection | Struct |  | 
|  | recovered\_from | Stringa |  | 
|  | setup\_intent | Stringa |  | 
|  | shipping\_address\_collection | Struct |  | 
|  | shipping\_cost | Struct |  | 
|  | shipping\_details | Struct |  | 
|  | shipping\_options | List |  | 
|  | status | Stringa |  | 
|  | submit\_type | Stringa |  | 
|  | sottoscrizione | Stringa |  | 
|  | success\_url | Stringa |  | 
|  | tax\_id\_collection | Struct |  | 
|  | total\_details | Struct |  | 
|  | url | Stringa |  | 
|  | ui\_mode | Stringa |  | 
| Note di credito |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | Stringa |  | 
|  | customer | Stringa | = | 
|  | customer\_balance\_transaction | Stringa |  | 
|  | discount\_amount | Numero intero |  | 
|  | discount\_amounts | List |  | 
|  | fattura | Stringa | = | 
|  | lines | Struct |  | 
|  | livemode | Booleano |  | 
|  | memo | Stringa |  | 
|  | metadati | Struct |  | 
|  | numero | Stringa |  | 
|  | out\_of\_band\_amount | Numero intero |  | 
|  | pdf | Stringa |  | 
|  | motivo | Stringa |  | 
|  | refund | Stringa |  | 
|  | status | Stringa |  | 
|  | subtotal | Numero intero |  | 
|  | subtotal\_excluding\_tax | Numero intero |  | 
|  | tax\_amounts | List |  | 
|  | total | Numero intero |  | 
|  | total\_excluding\_tax | Numero intero |  | 
|  | tipo | Stringa |  | 
|  | voided\_at | DateTime |  | 
|  | amount\_shipping | Numero intero |  | 
|  | effective\_at | DateTime |  | 
|  | shipping\_cost | Struct |  | 
| Cliente |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | address | Struct |  | 
|  | balance | Numero intero |  | 
|  | created | DateTime |  | 
|  | currency | Stringa | =, >=, <=, <, > | 
|  | default\_source | Stringa |  | 
|  | delinquent | Booleano | = | 
|  | description | Stringa |  | 
|  | discount | Struct |  | 
|  | e-mail | Stringa | = | 
|  | invoice\_prefix | Stringa |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | nome | Stringa |  | 
|  | next\_invoice\_sequence | Numero intero |  | 
|  | telefono | Stringa |  | 
|  | preferred\_locales | List |  | 
|  | shipping | Struct |  | 
|  | tax\_exempt | Stringa |  | 
|  | test\_clock | Stringa |  | 
| Fatture |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | account\_country | Stringa |  | 
|  | account\_name | Stringa |  | 
|  | account\_tax\_ids | List |  | 
|  | amount\_due | Numero intero |  | 
|  | amount\_paid | Numero intero |  | 
|  | amount\_remaining | Numero intero |  | 
|  | applicazione | Stringa |  | 
|  | application\_fee\_amount | Numero intero |  | 
|  | attempt\_count | Numero intero |  | 
|  | attempted | Booleano | = | 
|  | auto\_advance | Booleano | = | 
|  | automatic\_tax | Struct |  | 
|  | billing\_reason | Stringa |  | 
|  | charge | Stringa |  | 
|  | collection\_method | Stringa | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | Stringa |  | 
|  | custom\_fields | List |  | 
|  | customer | Stringa | = | 
|  | customer\_address | Struct |  | 
|  | customer\_email | Stringa |  | 
|  | customer\_name | Stringa |  | 
|  | customer\_phone | Stringa |  | 
|  | customer\_shipping | Struct |  | 
|  | customer\_tax\_exempt | Stringa |  | 
|  | customer\_tax\_ids | List |  | 
|  | default\_payment\_method | Stringa |  | 
|  | default\_source | Stringa |  | 
|  | default\_tax\_rates | List |  | 
|  | description | Stringa |  | 
|  | discount | Struct |  | 
|  | discounts | List |  | 
|  | due\_date | DateTime | =, >=, <=, <, > | 
|  | ending\_balance | Numero intero |  | 
|  | footer | Stringa |  | 
|  | from\_invoice | Struct |  | 
|  | hosted\_invoice\_url | Stringa |  | 
|  | invoice\_pdf | Stringa |  | 
|  | last\_finalization\_error | Struct |  | 
|  | latest\_revision | Stringa |  | 
|  | lines | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | next\_payment\_attempt | DateTime |  | 
|  | numero | Stringa |  | 
|  | on\_behalf\_of | Stringa |  | 
|  | paid | Booleano | = | 
|  | paid\_out\_of\_band | Booleano |  | 
|  | payment\_intent | Stringa |  | 
|  | payment\_settings | Struct |  | 
|  | period\_end | DateTime | =, >=, <=, <, > | 
|  | period\_start | DateTime | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | Numero intero |  | 
|  | pre\_payment\_credit\_notes\_amount | Numero intero |  | 
|  | quote | Stringa |  | 
|  | receipt\_number | Stringa |  | 
|  | rendering | Struct |  | 
|  | rendering\_options | Struct |  | 
|  | starting\_balance | Numero intero |  | 
|  | statement\_descriptor | Stringa |  | 
|  | status | Stringa | = | 
|  | status\_transitions | Struct |  | 
|  | sottoscrizione | Stringa |  | 
|  | subscription\_details | Struct |  | 
|  | subtotal | Numero intero | =, <, > | 
|  | subtotal\_excluding\_tax | Numero intero |  | 
|  | tax | Numero intero |  | 
|  | test\_clock | Stringa |  | 
|  | total | Numero intero | =, <, > | 
|  | total\_discount\_amounts | List |  | 
|  | total\_excluding\_tax | Numero intero |  | 
|  | total\_tax\_amounts | List |  | 
|  | transfer\_data | Struct |  | 
|  | webhooks\_delivered\_at | DateTime |  | 
|  | automatically\_finalizes\_at | DateTime |  | 
|  | effective\_at | DateTime |  | 
|  | approvatore | Struct |  | 
| Unità di fatturazione |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero | =, <, > | 
|  | currency | Stringa |  | 
|  | customer | Stringa | = | 
|  | data | DateTime |  | 
|  | description | Stringa |  | 
|  | discountable | Booleano |  | 
|  | discounts | List |  | 
|  | fattura | Stringa | = | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | punto | Struct |  | 
|  | plan | Struct |  | 
|  | price | Struct |  | 
|  | proration | Booleano | = | 
|  | quantity | Numero intero |  | 
|  | sottoscrizione | Stringa |  | 
|  | subscription\_item | Stringa |  | 
|  | tax\_rates | List |  | 
|  | test\_clock | Stringa |  | 
|  | unit\_amount | Numero intero |  | 
|  | unit\_amount\_decimal | Stringa |  | 
| Piani |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | attiva | Booleano | = | 
|  | aggregate\_usage | Stringa |  | 
|  | quantità | Numero intero |  | 
|  | amount\_decimal | Stringa |  | 
|  | billing\_scheme | Stringa |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | Stringa | = | 
|  | intervallo | Stringa | = | 
|  | interval\_count | Numero intero |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | nickname | Stringa |  | 
|  | product | Stringa | = | 
|  | tiers\_mode | Stringa |  | 
|  | transform\_usage | Struct |  | 
|  | trial\_period\_days | Numero intero | =, <, > | 
|  | usage\_type | Stringa |  | 
|  | meter | Stringa |  | 
| Preventivi |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | amount\_subtotal | Numero intero |  | 
|  | amount\_total | Numero intero |  | 
|  | applicazione | Stringa |  | 
|  | application\_fee\_amount | Numero intero |  | 
|  | application\_fee\_percent | Double |  | 
|  | automatic\_tax | Struct |  | 
|  | collection\_method | Stringa |  | 
|  | calcolato | Struct |  | 
|  | created | DateTime |  | 
|  | currency | Stringa |  | 
|  | customer | Stringa | = | 
|  | default\_tax\_rates | List |  | 
|  | description | Stringa |  | 
|  | discounts | List |  | 
|  | expires\_at | DateTime |  | 
|  | footer | Stringa |  | 
|  | from\_quote | Struct |  | 
|  | intestazione | Stringa |  | 
|  | fattura | Stringa |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | numero | Stringa |  | 
|  | on\_behalf\_of | Stringa |  | 
|  | status | Stringa | = | 
|  | status\_transitions | Struct |  | 
|  | sottoscrizione | Stringa |  | 
|  | subscription\_data | Struct |  | 
|  | subscription\_schedule | Stringa |  | 
|  | test\_clock | Stringa |  | 
|  | total\_details | Struct |  | 
|  | transfer\_data | Struct |  | 
| Sottoscrizioni |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | applicazione | Stringa |  | 
|  | application\_fee\_percent | Double |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_cycle\_anchor | DateTime |  | 
|  | billing\_thresholds | Struct |  | 
|  | cancel\_at | DateTime |  | 
|  | cancel\_at\_period\_end | Booleano |  | 
|  | canceled\_at | DateTime |  | 
|  | collection\_method | Stringa | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | Stringa |  | 
|  | current\_period\_end | DateTime | =, >=, <= | 
|  | current\_period\_start | DateTime | =, >=, <= | 
|  | customer | Stringa | = | 
|  | days\_until\_due | Numero intero |  | 
|  | default\_payment\_method | Stringa |  | 
|  | default\_source | Stringa |  | 
|  | default\_tax\_rates | List |  | 
|  | description | Stringa |  | 
|  | discount | Struct |  | 
|  | ended\_at | DateTime |  | 
|  | items | Struct |  | 
|  | latest\_invoice | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | next\_pending\_invoice\_item\_invoice | DateTime |  | 
|  | pause\_collection | Struct |  | 
|  | payment\_settings | Struct |  | 
|  | pending\_invoice\_item\_interval | Struct |  | 
|  | pending\_setup\_intent | Stringa |  | 
|  | pending\_update | Struct |  | 
|  | plan | Struct |  | 
|  | quantity | Numero intero |  | 
|  | schedule | Stringa |  | 
|  | start\_date | DateTime |  | 
|  | status | Stringa | = | 
|  | test\_clock | Stringa |  | 
|  | transfer\_data | Struct |  | 
|  | trial\_end | DateTime |  | 
|  | trial\_start | DateTime |  | 
| Articoli di abbonamento |  |  |  | 
|  | Id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | billing\_thresholds | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | metadati | Struct |  | 
|  | plan | Struct |  | 
|  | price | Struct |  | 
|  | sottoscrizione | Stringa |  | 
|  | tax\_rates | List |  | 
|  | discounts | List |  | 
| Programmi di abbonamento |  |  |  | 
|  | oggetto | Stringa |  | 
|  | applicazione | Stringa |  | 
|  | canceled\_at | DateTime |  | 
|  | completed\_at | DateTime |  | 
|  | created | DateTime |  | 
|  | current\_phase | Struct |  | 
|  | customer | Stringa | = | 
|  | default\_settings | Struct |  | 
|  | end\_behavior | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | phases | List |  | 
|  | released\_at | DateTime |  | 
|  | released\_subscription | Stringa |  | 
|  | renewal\_interval | Stringa |  | 
|  | status | Stringa |  | 
|  | sottoscrizione | Stringa |  | 
|  | test\_clock | Stringa |  | 
| Account |  |  |  | 
|  | details\_submitted | Booleano |  | 
|  | tos\_acceptance | Struct |  | 
|  | tipo | Stringa |  | 
|  | metadati | Struct |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | default\_currency | Stringa |  | 
|  | capabilities | Struct |  | 
|  | charges\_enabled | Booleano |  | 
|  | impostazioni | Struct |  | 
|  | requirements | Struct |  | 
|  | payouts\_enabled | Booleano |  | 
|  | future\_requirements | Struct |  | 
|  | external\_accounts | Struct |  | 
|  | controller | Struct |  | 
|  | paese | Stringa |  | 
|  | e-mail | Stringa |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | business\_profile | Struct |  | 
|  | business\_type | Stringa |  | 
|  | company | Struct |  | 
| Tariffe di applicazione |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | account | Stringa |  | 
|  | quantità | Numero intero | =, <, > | 
|  | amount\_refunded | Numero intero | =, <, > | 
|  | applicazione | Stringa |  | 
|  | balance\_transaction | Stringa |  | 
|  | charge | Stringa | = | 
|  | created | DateTime |  | 
|  | currency | Stringa |  | 
|  | livemode | Booleano |  | 
|  | originating\_transaction | Stringa |  | 
|  | refunded | Booleano | = | 
|  | refunds | Struct |  | 
|  | fee\_source | Struct |  | 
| Specifiche del Paese |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | default\_currency | Stringa |  | 
|  | supported\_bank\_account\_currencies | Struct |  | 
|  | supported\_payment\_currencies | List |  | 
|  | supported\_payment\_methods | List |  | 
|  | supported\_transfer\_countries | List |  | 
|  | verification\_fields | Struct |  | 
| Trasferimenti |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | quantità | Numero intero | =, <, > | 
|  | amount\_reversed | Numero intero |  | 
|  | balance\_transaction | Stringa |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | Stringa | = | 
|  | description | Stringa |  | 
|  | destinazione | Stringa | = | 
|  | destination\_payment | Stringa |  | 
|  | livemode | Booleano |  | 
|  | metadati | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | Booleano |  | 
|  | source\_transaction | Stringa |  | 
|  | source\_type | Stringa |  | 
|  | transfer\_group | Stringa | = | 
| Avvisi anticipati di frode |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | actionable | Booleano |  | 
|  | charge | Stringa | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | fraud\_type | Stringa |  | 
|  | livemode | Booleano |  | 
|  | payment\_intent | Stringa | = | 
| Tipi di report |  |  |  | 
|  | id | Stringa |  | 
|  | oggetto | Stringa |  | 
|  | data\_available\_end | DateTime |  | 
|  | data\_available\_start | DateTime |  | 
|  | default\_columns | List |  | 
|  | livemode | Booleano |  | 
|  | nome | Stringa |  | 
|  | updated | DateTime |  | 
|  | version | Numero intero |  | 

 **Query di partizionamento** 

 Se si desidera utilizzare la simultaneità in Spark, possono essere fornite opzioni Spark `PARTITION_FIELD`, `LOWER_BOUND`, `UPPER_BOUND`, `NUM_PARTITIONS` aggiuntive. Con questi parametri, la query originale viene suddivisa in `NUM_PARTITIONS` query secondarie che possono essere eseguite contemporaneamente dalle attività Spark. 
+  `PARTITION_FIELD`: il nome del campo da utilizzare per partizionare la query. 
+  `LOWER_BOUND`: un valore limite inferiore inclusivo del campo di partizione scelto. 

   Per la data, accettiamo il formato di data di Spark utilizzato nelle query di Spark SQL. Esempio di valore valido: `"2024-07-01T00:00:00.000Z"`. 
+  `UPPER_BOUND`: un valore limite superiore esclusivo del campo di partizione scelto. 
+  `NUM_PARTITIONS`: numero di partizioni. 

 I dettagli di supporto del campo di partizionamento per entità sono riportati nella tabella di seguito. 


| Nome entità | Campo di partizionamento | Tipo di dati | 
| --- | --- | --- | 
| Transazioni di saldo | created | DateTime | 
| Costi | created | DateTime | 
| Controversie | created | DateTime | 
| Link ai file | created | DateTime | 
| PaymentIntents | created | DateTime | 
| SetupIntents | created | DateTime | 
| Pagamenti | created | DateTime | 
| Rimborsi | created | DateTime | 
| Prodotti | created | DateTime | 
| Prezzi | created | DateTime | 
| Coupon | created | DateTime | 
| Codici promozionali | created | DateTime | 
| Aliquote fiscali | created | DateTime | 
| Tariffe di spedizione | created | DateTime | 
| Sessioni | created | DateTime | 
| Note di credito | created | DateTime | 
| Cliente | created | DateTime | 
| Fatture | created | DateTime | 
| Piani | created | DateTime | 
| Sottoscrizioni | created | DateTime | 
| Programmi di abbonamento | created | DateTime | 
| Account | created | DateTime | 
| Tariffe di applicazione | created | DateTime | 
| Trasferimenti | created | DateTime | 
| Avvisi anticipati di frode | created | DateTime | 

 **Esempio** 

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