

# Leitura de entidades do Stripe
<a name="stripe-reading-from-entities"></a>

 **Pré-requisitos** 
+  Um objeto do Stripe do qual você deseja ler. 

 **Entidades compatíveis** 


| Entidade | Pode ser filtrada | Oferece suporte a limite | Oferece suporte a Ordenar por | Oferece suporte a Selecionar \* | Oferece suporte a particionamento | 
| --- | --- | --- | --- | --- | --- | 
| Equilibrar | Não | Não | Não | Sim | Não | 
| Equilibrar transações | Sim | Sim | Não | Sim | Sim | 
| Cobranças | Sim | Sim | Não | Sim | Sim | 
| Disputas | Sim | Sim | Não | Sim | Sim | 
| Links de arquivos | Sim | Sim | Não | Sim | Sim | 
| PaymentIntents | Sim | Sim | Não | Sim | Sim | 
| SetupIntents | Sim | Sim | Não | Sim | Sim | 
| Pagamentos | Sim | Sim | Não | Sim | Sim | 
| Reembolsos | Sim | Sim | Não | Sim | Sim | 
| Produtos | Sim | Sim | Não | Sim | Sim | 
| Preços | Sim | Sim | Não | Sim | Sim | 
| Cupons | Sim | Sim | Não | Sim | Sim | 
| Códigos de promoção | Sim | Sim | Não | Sim | Sim | 
| Códigos tributários | Não | Sim | Não | Sim | Não | 
| Alíquotas | Sim | Sim | Não | Sim | Sim | 
| Taxas de envio | Sim | Sim | Não | Sim | Sim | 
| Sessões | Sim | Sim | Não | Sim | Sim | 
| Notas de crédito | Sim | Sim | Não | Sim | Sim | 
| Cliente | Sim | Sim | Não | Sim | Sim | 
| Faturas | Sim | Sim | Não | Sim | Sim | 
| Itens da fatura | Sim | Sim | Não | Sim | Não | 
| Planos | Sim | Sim | Não | Sim | Sim | 
| Cotações | Sim | Sim | Não | Sim | Não | 
| Assinaturas | Sim | Sim | Não | Sim |  | 
| Itens de assinatura | Não | Sim | Não | Sim | Não | 
| Programa da assinatura | Sim | Sim | Não | Sim | Sim | 
| Contas | Não | Sim | Não | Sim | Sim | 
| Taxas de inscrição | Sim | Sim | Não | Sim | Sim | 
| Especificações do país | Não | Sim | Não | Sim | Não | 
| Transferências | Sim | Sim | Não | Sim | Sim | 
| Avisos aantecipados de fraude | Sim | Sim | Não | Sim | Sim | 
| Tipos de relatórios | Não | Não | Não | Sim | Não | 

 **Exemplo** 

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

 **Detalhes das entidades e dos campos do Stripe** 


| Entidade | Campo | Tipo de dado | Operadores com suporte | 
| --- | --- | --- | --- | 
| Equilibrar |  |  |  | 
|  | available | Lista |  | 
|  | connect\_reserved | Lista |  | 
|  | pendentes | Lista |  | 
|  | livemode | Booleano |  | 
|  | objeto | String |  | 
|  | instant\_available | Lista |  | 
|  | emissão | Struct |  | 
| Equilibrar transações |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | available\_on | DateTime | =, >=, <=,<,> | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | description | String |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | taxa | Inteiro |  | 
|  | fee\_details | Lista |  | 
|  | net | Inteiro |  | 
|  | reporting\_category | String |  | 
|  | origem | String | = | 
|  | status | String |  | 
|  | type | String | = | 
|  | cross\_border\_classification | String |  | 
| Cobranças |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | amount\_captured | Inteiro |  | 
|  | amount\_refunded | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\_fee | String |  | 
|  | application\_fee\_amount | Inteiro |  | 
|  | balance\_transaction | String |  | 
|  | billing\_details | Struct |  | 
|  | calculated\_statement\_descriptor | String |  | 
|  | capturado | Booleano |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | description | String |  | 
|  | destination | String |  | 
|  | disputa | String |  | 
|  | disputado | Booleano | = | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | fraud\_details | Struct |  | 
|  | fatura | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | ordem | String |  | 
|  | outcome | Struct |  | 
|  | pago | Booleano |  | 
|  | payment\_intent | String | = | 
|  | payment\_method | String |  | 
|  | payment\_method\_details | Struct |  | 
|  | receipt\_email | String |  | 
|  | receipt\_number | String |  | 
|  | receipt\_url | String |  | 
|  | reembolsado | Booleano | = | 
|  | reembolsos | Struct |  | 
|  | analisar | String |  | 
|  | envio | Struct |  | 
|  | origem | Struct |  | 
|  | source\_transfer | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | transferência | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String | = | 
| Disputas |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | balance\_transaction | String |  | 
|  | balance\_transactions | Lista |  | 
|  | cobrança | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | evidência | Struct |  | 
|  | evidence\_details | Struct |  | 
|  | is\_charge\_refundable | Booleano |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | payment\_intent | String | = | 
|  | reason | String | = | 
|  | status | String |  | 
|  | payment\_method\_details | Struct |  | 
| Links de arquivos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | expirado | Booleano | = | 
|  | expires\_at | DateTime |  | 
|  | arquivo | String | = | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | url | String |  | 
| PaymentIntents |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | amount\_capturable | Inteiro |  | 
|  | amount\_details | Struct |  | 
|  | amount\_received | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\_fee\_amount | Inteiro |  | 
|  | automatic\_payment\_methods | Struct |  | 
|  | canceled\_at | DateTime |  | 
|  | cancellation\_reason | String |  | 
|  | capture\_method | String |  | 
|  | client\_secret | String |  | 
|  | confirmation\_method | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | description | String |  | 
|  | fatura | String |  | 
|  | last\_payment\_error | Struct |  | 
|  | latest\_charge | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | Lista |  | 
|  | payment\_method\_configuration\_details | Struct |  | 
|  | processamento | Struct |  | 
|  | receipt\_email | String |  | 
|  | analisar | String |  | 
|  | setup\_future\_usage | String |  | 
|  | envio | Struct |  | 
|  | origem | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String |  | 
| SetupIntents |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | aplicação | String |  | 
|  | cancellation\_reason | String |  | 
|  | client\_secret | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | customer | String | = | 
|  | description | String |  | 
|  | flow\_directions | Lista |  | 
|  | last\_setup\_error | Struct |  | 
|  | latest\_attempt | String |  | 
|  | livemode | Booleano |  | 
|  | mandato | String |  | 
|  | metadados | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | Lista |  | 
|  | single\_use\_mandate | String |  | 
|  | status | String |  | 
|  | uso | String |  | 
|  | automatic\_payment\_methods | Struct |  | 
| Pagamentos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | arrival\_date | DateTime | =, >=, <=,<,> | 
|  | automatic | Booleano |  | 
|  | balance\_transaction | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | description | String | = | 
|  | destination | String |  | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | method | 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 | Inteiro |  | 
| Reembolsos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | balance\_transaction | String |  | 
|  | cobrança | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | metadados | Struct |  | 
|  | destination\_details | Struct |  | 
|  | payment\_intent | String | = | 
|  | reason | String |  | 
|  | receipt\_number | String |  | 
|  | source\_transfer\_reversal | String |  | 
|  | status | String |  | 
|  | transfer\_reversal | String |  | 
| Produtos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | attributes | Lista |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | default\_price | String |  | 
|  | description | String |  | 
|  | imagens | Lista |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | nome | String |  | 
|  | package\_dimensions | Struct |  | 
|  | enviável | Booleano |  | 
|  | statement\_descriptor | String |  | 
|  | tax\_code | String |  | 
|  | type | String | = | 
|  | unit\_label | String |  | 
|  | updated | DateTime |  | 
|  | url | String |  | 
|  | recursos | Lista |  | 
| Preços |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | billing\_scheme | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | custom\_unit\_amount | Struct |  | 
|  | livemode | Booleano |  | 
|  | lookup\_key | String |  | 
|  | metadados | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | recorrente | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tiers\_mode | String |  | 
|  | transform\_quantity | Struct |  | 
|  | type | String | = | 
|  | unit\_amount | Inteiro |  | 
|  | quantidade\_unitária decimal | String |  | 
| Cupons |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | amount\_off | Inteiro |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | duration | String | = | 
|  | duration\_in\_months | Inteiro | =,<,> | 
|  | livemode | Booleano |  | 
|  | max\_redemptions | Inteiro | =, <, > | 
|  | metadados | Struct |  | 
|  | nome | String |  | 
|  | percent\_off | Duplo | = | 
|  | redeem\_by | DateTime | =, >=, <=, <, > | 
|  | times\_redeemed | Inteiro |  | 
|  | valid | Booleano |  | 
| Códigos de promoção |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | código | String | = | 
|  | cupon | Struct |  | 
|  | created | DateTime | =,>=,<=,<,> | 
|  | customer | String |  | 
|  | expires\_at | DateTime |  | 
|  | livemode | Booleano |  | 
|  | max\_redemptions | Inteiro |  | 
|  | metadados | Struct |  | 
|  | restrições | Struct |  | 
|  | times\_redeemed | Inteiro |  | 
| Códigos tributários |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | description | String |  | 
|  | nome | String |  | 
| Alíquotas |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | country | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | description | String |  | 
|  | display\_name | String |  | 
|  | inclusive | Booleano | = | 
|  | jurisdição | String |  | 
|  | jurisdiction\_level | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | percentage | Duplo |  | 
|  | effective\_percentage | Duplo |  | 
|  | estado | String |  | 
|  | tax\_type | String |  | 
| Taxas de envio |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | delivery\_estimate | Struct |  | 
|  | display\_name | String |  | 
|  | fixed\_amount | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tax\_code | String |  | 
|  | type | String |  | 
| Sessões |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | after\_expiration | Struct |  | 
|  | allow\_promotion\_codes | Booleano |  | 
|  | amount\_subtotal | Inteiro |  | 
|  | amount\_total | Inteiro |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_address\_collection | String |  | 
|  | cancel\_url | String |  | 
|  | client\_reference\_id | String |  | 
|  | consentimento | Struct |  | 
|  | consent\_collection | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_text | Struct |  | 
|  | customer | String |  | 
|  | customer\_creation | String |  | 
|  | customer\_details | Struct |  | 
|  | customer\_email | String |  | 
|  | expires\_at | DateTime |  | 
|  | fatura | String |  | 
|  | invoice\_creation | Struct |  | 
|  | livemode | Booleano |  | 
|  | locale | String |  | 
|  | metadados | Struct |  | 
|  | modo | String |  | 
|  | payment\_intent | String | = | 
|  | payment\_link | String |  | 
|  | payment\_method\_collection | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | Lista |  | 
|  | 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 | Lista |  | 
|  | status | String |  | 
|  | submit\_type | String |  | 
|  |  Assinatura | String |  | 
|  | success\_url | String |  | 
|  | tax\_id\_collection | Struct |  | 
|  | total\_details | Struct |  | 
|  | url | String |  | 
|  | ui\_mode | String |  | 
| Notas de crédito |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | customer\_balance\_transaction | String |  | 
|  | discount\_amount | Inteiro |  | 
|  | discount\_amounts | Lista |  | 
|  | fatura | String | = | 
|  | lines | Struct |  | 
|  | livemode | Booleano |  | 
|  | memo | String |  | 
|  | metadados | Struct |  | 
|  | número | String |  | 
|  | out\_of\_band\_amount | Inteiro |  | 
|  | pdf | String |  | 
|  | reason | String |  | 
|  | reembolso | String |  | 
|  | status | String |  | 
|  | subtotal | Inteiro |  | 
|  | subtotal\_excluding\_tax | Inteiro |  | 
|  | tax\_amounts | Lista |  | 
|  | total | Inteiro |  | 
|  | total\_excluding\_tax | Inteiro |  | 
|  | type | String |  | 
|  | voided\_at | DateTime |  | 
|  | amount\_shipping | Inteiro |  | 
|  | effective\_at | DateTime |  | 
|  | shipping\_cost | Struct |  | 
| Cliente |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | address | Struct |  | 
|  | balance | Inteiro |  | 
|  | created | DateTime |  | 
|  | currency | String | =, >=, <=, <, > | 
|  | default\_source | String |  | 
|  | delinquente | Booleano | = | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | email | String | = | 
|  | invoice\_prefix | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | nome | String |  | 
|  | next\_invoice\_sequence | Inteiro |  | 
|  | phone | String |  | 
|  | preferred\_locales | Lista |  | 
|  | envio | Struct |  | 
|  | tax\_exempt | String |  | 
|  | test\_clock | String |  | 
| Faturas |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | account\_country | String |  | 
|  | account\_name | String |  | 
|  | account\_tax\_ids | Lista |  | 
|  | amount\_due | Inteiro |  | 
|  | amount\_paid | Inteiro |  | 
|  | amount\_remaining | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\_fee\_amount | Inteiro |  | 
|  | attempt\_count | Inteiro |  | 
|  | tentado | Booleano | = | 
|  | auto\_advance | Booleano | = | 
|  | automatic\_tax | Struct |  | 
|  | billing\_reason | String |  | 
|  | cobrança | String |  | 
|  | collection\_method | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_fields | Lista |  | 
|  | customer | String | = | 
|  | customer\_address | Struct |  | 
|  | customer\_email | String |  | 
|  | customer\_name | String |  | 
|  | customer\_phone | String |  | 
|  | customer\_shipping | Struct |  | 
|  | customer\_tax\_exempt | String |  | 
|  | customer\_tax\_ids | Lista |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | Lista |  | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | descontos | Lista |  | 
|  | due\_date | DateTime | =, >=, <=, <, > | 
|  | ending\_balance | Inteiro |  | 
|  | rodapé | String |  | 
|  | from\_invoice | Struct |  | 
|  | hosted\_invoice\_url | String |  | 
|  | invoice\_pdf | String |  | 
|  | last\_finalization\_error | Struct |  | 
|  | latest\_revision | String |  | 
|  | lines | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | next\_payment\_attempt | DateTime |  | 
|  | número | String |  | 
|  | on\_behalf\_of | String |  | 
|  | pago | Booleano | = | 
|  | paid\_out\_of\_band | Booleano |  | 
|  | payment\_intent | String |  | 
|  | payment\_settings | Struct |  | 
|  | period\_end | DateTime | =, >=, <=, <, > | 
|  | period\_start | DateTime | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | Inteiro |  | 
|  | pre\_payment\_credit\_notes\_amount | Inteiro |  | 
|  | cotação | String |  | 
|  | receipt\_number | String |  | 
|  | renderização | Struct |  | 
|  | rendering\_options | Struct |  | 
|  | starting\_balance | Inteiro |  | 
|  | statement\_descriptor | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  |  Assinatura | String |  | 
|  | subscription\_details | Struct |  | 
|  | subtotal | Inteiro | =, <, > | 
|  | subtotal\_excluding\_tax | Inteiro |  | 
|  | tax | Inteiro |  | 
|  | test\_clock | String |  | 
|  | total | Inteiro | =, <, > | 
|  | total\_discount\_amounts | Lista |  | 
|  | total\_excluding\_tax | Inteiro |  | 
|  | total\_tax\_amounts | Lista |  | 
|  | transfer\_data | Struct |  | 
|  | webhooks\_delivered\_at | DateTime |  | 
|  | automatically\_finalizes\_at | DateTime |  | 
|  | effective\_at | DateTime |  | 
|  | issuer (emissor) | Struct |  | 
| Itens da fatura |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | date | DateTime |  | 
|  | description | String |  | 
|  | descontável | Booleano |  | 
|  | descontos | Lista |  | 
|  | fatura | String | = | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | período | Struct |  | 
|  | planejar | Struct |  | 
|  | preço | Struct |  | 
|  | rateio | Booleano | = | 
|  | quantity | Inteiro |  | 
|  |  Assinatura | String |  | 
|  | subscription\_item | String |  | 
|  | tax\_rates | Lista |  | 
|  | test\_clock | String |  | 
|  | unit\_amount | Inteiro |  | 
|  | quantidade\_unitária decimal | String |  | 
| Planos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | aggregate\_usage | String |  | 
|  | valor | Inteiro |  | 
|  | amount\_decimal | String |  | 
|  | billing\_scheme | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | intervalo | String | = | 
|  | interval\_count | Inteiro |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | tiers\_mode | String |  | 
|  | transform\_usage | Struct |  | 
|  | trial\_period\_days | Inteiro | =, <, > | 
|  | usage\_type | String |  | 
|  | medida | String |  | 
| Cotações |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | amount\_subtotal | Inteiro |  | 
|  | amount\_total | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\_fee\_amount | Inteiro |  | 
|  | application\_fee\_percent | Duplo |  | 
|  | automatic\_tax | Struct |  | 
|  | collection\_method | String |  | 
|  | computado | Struct |  | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | default\_tax\_rates | Lista |  | 
|  | description | String |  | 
|  | descontos | Lista |  | 
|  | expires\_at | DateTime |  | 
|  | rodapé | String |  | 
|  | from\_quote | Struct |  | 
|  | cabeçalho | String |  | 
|  | fatura | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | número | String |  | 
|  | on\_behalf\_of | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  |  Assinatura | String |  | 
|  | subscription\_data | Struct |  | 
|  | subscription\_schedule | String |  | 
|  | test\_clock | String |  | 
|  | total\_details | Struct |  | 
|  | transfer\_data | Struct |  | 
| Assinaturas |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | aplicação | String |  | 
|  | application\_fee\_percent | Duplo |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_cycle\_anchor | DateTime |  | 
|  | billing\_thresholds | Struct |  | 
|  | cancel\_at | DateTime |  | 
|  | cancel\_at\_period\_end | Booleano |  | 
|  | canceled\_at | DateTime |  | 
|  | collection\_method | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | current\_period\_end | DateTime | =, >=, <= | 
|  | current\_period\_start | DateTime | =, >=, <= | 
|  | customer | String | = | 
|  | days\_until\_due | Inteiro |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | Lista |  | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | ended\_at | DateTime |  | 
|  | itens | Struct |  | 
|  | latest\_invoice | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | 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 |  | 
|  | planejar | Struct |  | 
|  | quantity | Inteiro |  | 
|  | programar | String |  | 
|  | start\_date | DateTime |  | 
|  | status | String | = | 
|  | test\_clock | String |  | 
|  | transfer\_data | Struct |  | 
|  | trial\_end | DateTime |  | 
|  | trial\_start | DateTime |  | 
| Itens de assinatura |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | billing\_thresholds | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | metadados | Struct |  | 
|  | planejar | Struct |  | 
|  | preço | Struct |  | 
|  |  Assinatura | String |  | 
|  | tax\_rates | Lista |  | 
|  | descontos | Lista |  | 
| Programa da assinatura |  |  |  | 
|  | objeto | String |  | 
|  | aplicação | String |  | 
|  | canceled\_at | DateTime |  | 
|  | completed\_at | DateTime |  | 
|  | created | DateTime |  | 
|  | current\_phase | Struct |  | 
|  | customer | String | = | 
|  | default\_settings | Struct |  | 
|  | end\_behavior | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | phases | Lista |  | 
|  | released\_at | DateTime |  | 
|  | released\_subscription | String |  | 
|  | renewal\_interval | String |  | 
|  | status | String |  | 
|  |  Assinatura | String |  | 
|  | test\_clock | String |  | 
| Contas |  |  |  | 
|  | details\_submitted | Booleano |  | 
|  | tos\_acceptance | Struct |  | 
|  | type | String |  | 
|  | metadados | Struct |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | default\_currency | String |  | 
|  | Capacidades | Struct |  | 
|  | charges\_enabled | Booleano |  | 
|  | configurações | Struct |  | 
|  | requisitos | Struct |  | 
|  | payouts\_enabled | Booleano |  | 
|  | future\_requirements | Struct |  | 
|  | external\_accounts | Struct |  | 
|  | controlador | Struct |  | 
|  | country | String |  | 
|  | email | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | business\_profile | Struct |  | 
|  | business\_type | String |  | 
|  | company | Struct |  | 
| Taxas de inscrição |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | conta | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | amount\_refunded | Inteiro | =, <, > | 
|  | aplicação | String |  | 
|  | balance\_transaction | String |  | 
|  | cobrança | String | = | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | livemode | Booleano |  | 
|  | originating\_transaction | String |  | 
|  | reembolsado | Booleano | = | 
|  | reembolsos | Struct |  | 
|  | fee\_source | Struct |  | 
| Especificações do país |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | default\_currency | String |  | 
|  | supported\_bank\_account\_currencies | Struct |  | 
|  | supported\_payment\_currencies | Lista |  | 
|  | supported\_payment\_methods | Lista |  | 
|  | supported\_transfer\_countries | Lista |  | 
|  | verification\_fields | Struct |  | 
| Transferências |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | amount\_reversed | Inteiro |  | 
|  | balance\_transaction | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | description | String |  | 
|  | destination | String | = | 
|  | destination\_payment | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | reversões | Struct |  | 
|  | revertido | Booleano |  | 
|  | source\_transaction | String |  | 
|  | source\_type | String |  | 
|  | transfer\_group | String | = | 
| Avisos aantecipados de fraude |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | acionável | Booleano |  | 
|  | cobrança | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | fraud\_type | String |  | 
|  | livemode | Booleano |  | 
|  | payment\_intent | String | = | 
| Tipos de relatórios |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | data\_available\_end | DateTime |  | 
|  | data\_available\_start | DateTime |  | 
|  | default\_columns | Lista |  | 
|  | livemode | Booleano |  | 
|  | nome | String |  | 
|  | updated | DateTime |  | 
|  | version | Inteiro |  | 

 **Particionamento de consultas** 

 Podem ser fornecidas as opções adicionais do Spark `PARTITION_FIELD`, `LOWER_BOUND`, `UPPER_BOUND` e `NUM_PARTITIONS` se você quiser utilizar a simultaneidade no Spark. Com esses parâmetros, a consulta original seria dividida em `NUM_PARTITIONS` subconsultas, que poderiam ser executadas pelas tarefas do Spark simultaneamente. 
+  `PARTITION_FIELD`: o nome do campo a ser usado para particionar a consulta. 
+  `LOWER_BOUND`: um valor limite inferior inclusivo do campo de partição escolhido. 

   Na data, aceitamos o formato de data do Spark usado em consultas SQL do Spark. Exemplo de valor válido: `"2024-07-01T00:00:00.000Z"`. 
+  `UPPER_BOUND`: um valor limite superior exclusivo do campo de partição escolhido. 
+  `NUM_PARTITIONS`: número de partições. 

 Os detalhes do suporte do campo de particionamento relativo às entidades são capturados na tabela a seguir. 


| Entity Name | Campo de particionamento | Tipo de dado | 
| --- | --- | --- | 
| Equilibrar transações | created | DateTime | 
| Cobranças | created | DateTime | 
| Disputas | created | DateTime | 
| Links de arquivos | created | DateTime | 
| PaymentIntents | created | DateTime | 
| SetupIntents | created | DateTime | 
| Pagamentos | created | DateTime | 
| Reembolsos | created | DateTime | 
| Produtos | created | DateTime | 
| Preços | created | DateTime | 
| Cupons | created | DateTime | 
| Códigos de promoção | created | DateTime | 
| Alíquotas | created | DateTime | 
| Taxas de envio | created | DateTime | 
| Sessões | created | DateTime | 
| Notas de crédito | created | DateTime | 
| Cliente | created | DateTime | 
| Faturas | created | DateTime | 
| Planos | created | DateTime | 
| Assinaturas | created | DateTime | 
| Programa da assinatura | created | DateTime | 
| Contas | created | DateTime | 
| Taxas de inscrição | created | DateTime | 
| Transferências | created | DateTime | 
| Avisos aantecipados de fraude | created | DateTime | 

 **Exemplo** 

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