

# 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 \$1 | 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\$1reserved | Lista |  | 
|  | pendentes | Lista |  | 
|  | livemode | Booleano |  | 
|  | objeto | String |  | 
|  | instant\$1available | Lista |  | 
|  | emissão | Struct |  | 
| Equilibrar transações |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | available\$1on | DateTime | =, >=, <=,<,> | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | description | String |  | 
|  | exchange\$1rate | BigDecimal |  | 
|  | taxa | Inteiro |  | 
|  | fee\$1details | Lista |  | 
|  | net | Inteiro |  | 
|  | reporting\$1category | String |  | 
|  | origem | String | = | 
|  | status | String |  | 
|  | type | String | = | 
|  | cross\$1border\$1classification | String |  | 
| Cobranças |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | amount\$1captured | Inteiro |  | 
|  | amount\$1refunded | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\$1fee | String |  | 
|  | application\$1fee\$1amount | Inteiro |  | 
|  | balance\$1transaction | String |  | 
|  | billing\$1details | Struct |  | 
|  | calculated\$1statement\$1descriptor | String |  | 
|  | capturado | Booleano |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | description | String |  | 
|  | destination | String |  | 
|  | disputa | String |  | 
|  | disputado | Booleano | = | 
|  | failure\$1balance\$1transaction | String |  | 
|  | failure\$1code | String |  | 
|  | failure\$1message | String |  | 
|  | fraud\$1details | Struct |  | 
|  | fatura | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | on\$1behalf\$1of | String |  | 
|  | ordem | String |  | 
|  | outcome | Struct |  | 
|  | pago | Booleano |  | 
|  | payment\$1intent | String | = | 
|  | payment\$1method | String |  | 
|  | payment\$1method\$1details | Struct |  | 
|  | receipt\$1email | String |  | 
|  | receipt\$1number | String |  | 
|  | receipt\$1url | String |  | 
|  | reembolsado | Booleano | = | 
|  | reembolsos | Struct |  | 
|  | analisar | String |  | 
|  | envio | Struct |  | 
|  | origem | Struct |  | 
|  | source\$1transfer | String |  | 
|  | statement\$1descriptor | String |  | 
|  | statement\$1descriptor\$1suffix | String |  | 
|  | status | String |  | 
|  | transferência | String |  | 
|  | transfer\$1data | Struct |  | 
|  | transfer\$1group | String | = | 
| Disputas |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | balance\$1transaction | String |  | 
|  | balance\$1transactions | Lista |  | 
|  | cobrança | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | evidência | Struct |  | 
|  | evidence\$1details | Struct |  | 
|  | is\$1charge\$1refundable | Booleano |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | payment\$1intent | String | = | 
|  | reason | String | = | 
|  | status | String |  | 
|  | payment\$1method\$1details | Struct |  | 
| Links de arquivos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | expirado | Booleano | = | 
|  | expires\$1at | DateTime |  | 
|  | arquivo | String | = | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | url | String |  | 
| PaymentIntents |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | amount\$1capturable | Inteiro |  | 
|  | amount\$1details | Struct |  | 
|  | amount\$1received | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\$1fee\$1amount | Inteiro |  | 
|  | automatic\$1payment\$1methods | Struct |  | 
|  | canceled\$1at | DateTime |  | 
|  | cancellation\$1reason | String |  | 
|  | capture\$1method | String |  | 
|  | client\$1secret | String |  | 
|  | confirmation\$1method | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | description | String |  | 
|  | fatura | String |  | 
|  | last\$1payment\$1error | Struct |  | 
|  | latest\$1charge | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | next\$1action | Struct |  | 
|  | on\$1behalf\$1of | String |  | 
|  | payment\$1method | String |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | Lista |  | 
|  | payment\$1method\$1configuration\$1details | Struct |  | 
|  | processamento | Struct |  | 
|  | receipt\$1email | String |  | 
|  | analisar | String |  | 
|  | setup\$1future\$1usage | String |  | 
|  | envio | Struct |  | 
|  | origem | String |  | 
|  | statement\$1descriptor | String |  | 
|  | statement\$1descriptor\$1suffix | String |  | 
|  | status | String |  | 
|  | transfer\$1data | Struct |  | 
|  | transfer\$1group | String |  | 
| SetupIntents |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | aplicação | String |  | 
|  | cancellation\$1reason | String |  | 
|  | client\$1secret | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | customer | String | = | 
|  | description | String |  | 
|  | flow\$1directions | Lista |  | 
|  | last\$1setup\$1error | Struct |  | 
|  | latest\$1attempt | String |  | 
|  | livemode | Booleano |  | 
|  | mandato | String |  | 
|  | metadados | Struct |  | 
|  | next\$1action | Struct |  | 
|  | on\$1behalf\$1of | String |  | 
|  | payment\$1method | String |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | Lista |  | 
|  | single\$1use\$1mandate | String |  | 
|  | status | String |  | 
|  | uso | String |  | 
|  | automatic\$1payment\$1methods | Struct |  | 
| Pagamentos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | arrival\$1date | DateTime | =, >=, <=,<,> | 
|  | automatic | Booleano |  | 
|  | balance\$1transaction | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | description | String | = | 
|  | destination | String |  | 
|  | failure\$1balance\$1transaction | String |  | 
|  | failure\$1code | String |  | 
|  | failure\$1message | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | method | String |  | 
|  | original\$1payout | String |  | 
|  | reversed\$1by | String |  | 
|  | reconciliation\$1status | String |  | 
|  | source\$1type | String |  | 
|  | statement\$1descriptor | String |  | 
|  | status | String |  | 
|  | type | String |  | 
|  | application\$1fee | String |  | 
|  | application\$1fee\$1amount | Inteiro |  | 
| Reembolsos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | balance\$1transaction | String |  | 
|  | cobrança | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | metadados | Struct |  | 
|  | destination\$1details | Struct |  | 
|  | payment\$1intent | String | = | 
|  | reason | String |  | 
|  | receipt\$1number | String |  | 
|  | source\$1transfer\$1reversal | String |  | 
|  | status | String |  | 
|  | transfer\$1reversal | String |  | 
| Produtos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | attributes | Lista |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | default\$1price | String |  | 
|  | description | String |  | 
|  | imagens | Lista |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | nome | String |  | 
|  | package\$1dimensions | Struct |  | 
|  | enviável | Booleano |  | 
|  | statement\$1descriptor | String |  | 
|  | tax\$1code | String |  | 
|  | type | String | = | 
|  | unit\$1label | String |  | 
|  | updated | DateTime |  | 
|  | url | String |  | 
|  | recursos | Lista |  | 
| Preços |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | billing\$1scheme | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | custom\$1unit\$1amount | Struct |  | 
|  | livemode | Booleano |  | 
|  | lookup\$1key | String |  | 
|  | metadados | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | recorrente | Struct |  | 
|  | tax\$1behavior | String |  | 
|  | tiers\$1mode | String |  | 
|  | transform\$1quantity | Struct |  | 
|  | type | String | = | 
|  | unit\$1amount | Inteiro |  | 
|  | quantidade\$1unitária decimal | String |  | 
| Cupons |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | amount\$1off | Inteiro |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | duration | String | = | 
|  | duration\$1in\$1months | Inteiro | =,<,> | 
|  | livemode | Booleano |  | 
|  | max\$1redemptions | Inteiro | =, <, > | 
|  | metadados | Struct |  | 
|  | nome | String |  | 
|  | percent\$1off | Duplo | = | 
|  | redeem\$1by | DateTime | =, >=, <=, <, > | 
|  | times\$1redeemed | Inteiro |  | 
|  | valid | Booleano |  | 
| Códigos de promoção |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | código | String | = | 
|  | cupon | Struct |  | 
|  | created | DateTime | =,>=,<=,<,> | 
|  | customer | String |  | 
|  | expires\$1at | DateTime |  | 
|  | livemode | Booleano |  | 
|  | max\$1redemptions | Inteiro |  | 
|  | metadados | Struct |  | 
|  | restrições | Struct |  | 
|  | times\$1redeemed | 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\$1name | String |  | 
|  | inclusive | Booleano | = | 
|  | jurisdição | String |  | 
|  | jurisdiction\$1level | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | percentage | Duplo |  | 
|  | effective\$1percentage | Duplo |  | 
|  | estado | String |  | 
|  | tax\$1type | String |  | 
| Taxas de envio |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | delivery\$1estimate | Struct |  | 
|  | display\$1name | String |  | 
|  | fixed\$1amount | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | tax\$1behavior | String |  | 
|  | tax\$1code | String |  | 
|  | type | String |  | 
| Sessões |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | after\$1expiration | Struct |  | 
|  | allow\$1promotion\$1codes | Booleano |  | 
|  | amount\$1subtotal | Inteiro |  | 
|  | amount\$1total | Inteiro |  | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1address\$1collection | String |  | 
|  | cancel\$1url | String |  | 
|  | client\$1reference\$1id | String |  | 
|  | consentimento | Struct |  | 
|  | consent\$1collection | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\$1text | Struct |  | 
|  | customer | String |  | 
|  | customer\$1creation | String |  | 
|  | customer\$1details | Struct |  | 
|  | customer\$1email | String |  | 
|  | expires\$1at | DateTime |  | 
|  | fatura | String |  | 
|  | invoice\$1creation | Struct |  | 
|  | livemode | Booleano |  | 
|  | locale | String |  | 
|  | metadados | Struct |  | 
|  | modo | String |  | 
|  | payment\$1intent | String | = | 
|  | payment\$1link | String |  | 
|  | payment\$1method\$1collection | String |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | Lista |  | 
|  | payment\$1status | String |  | 
|  | phone\$1number\$1collection | Struct |  | 
|  | recovered\$1from | String |  | 
|  | setup\$1intent | String |  | 
|  | shipping\$1address\$1collection | Struct |  | 
|  | shipping\$1cost | Struct |  | 
|  | shipping\$1details | Struct |  | 
|  | shipping\$1options | Lista |  | 
|  | status | String |  | 
|  | submit\$1type | String |  | 
|  |  Assinatura | String |  | 
|  | success\$1url | String |  | 
|  | tax\$1id\$1collection | Struct |  | 
|  | total\$1details | Struct |  | 
|  | url | String |  | 
|  | ui\$1mode | String |  | 
| Notas de crédito |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | customer\$1balance\$1transaction | String |  | 
|  | discount\$1amount | Inteiro |  | 
|  | discount\$1amounts | Lista |  | 
|  | fatura | String | = | 
|  | lines | Struct |  | 
|  | livemode | Booleano |  | 
|  | memo | String |  | 
|  | metadados | Struct |  | 
|  | número | String |  | 
|  | out\$1of\$1band\$1amount | Inteiro |  | 
|  | pdf | String |  | 
|  | reason | String |  | 
|  | reembolso | String |  | 
|  | status | String |  | 
|  | subtotal | Inteiro |  | 
|  | subtotal\$1excluding\$1tax | Inteiro |  | 
|  | tax\$1amounts | Lista |  | 
|  | total | Inteiro |  | 
|  | total\$1excluding\$1tax | Inteiro |  | 
|  | type | String |  | 
|  | voided\$1at | DateTime |  | 
|  | amount\$1shipping | Inteiro |  | 
|  | effective\$1at | DateTime |  | 
|  | shipping\$1cost | Struct |  | 
| Cliente |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | address | Struct |  | 
|  | balance | Inteiro |  | 
|  | created | DateTime |  | 
|  | currency | String | =, >=, <=, <, > | 
|  | default\$1source | String |  | 
|  | delinquente | Booleano | = | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | email | String | = | 
|  | invoice\$1prefix | String |  | 
|  | invoice\$1settings | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | nome | String |  | 
|  | next\$1invoice\$1sequence | Inteiro |  | 
|  | phone | String |  | 
|  | preferred\$1locales | Lista |  | 
|  | envio | Struct |  | 
|  | tax\$1exempt | String |  | 
|  | test\$1clock | String |  | 
| Faturas |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | account\$1country | String |  | 
|  | account\$1name | String |  | 
|  | account\$1tax\$1ids | Lista |  | 
|  | amount\$1due | Inteiro |  | 
|  | amount\$1paid | Inteiro |  | 
|  | amount\$1remaining | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\$1fee\$1amount | Inteiro |  | 
|  | attempt\$1count | Inteiro |  | 
|  | tentado | Booleano | = | 
|  | auto\$1advance | Booleano | = | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1reason | String |  | 
|  | cobrança | String |  | 
|  | collection\$1method | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\$1fields | Lista |  | 
|  | customer | String | = | 
|  | customer\$1address | Struct |  | 
|  | customer\$1email | String |  | 
|  | customer\$1name | String |  | 
|  | customer\$1phone | String |  | 
|  | customer\$1shipping | Struct |  | 
|  | customer\$1tax\$1exempt | String |  | 
|  | customer\$1tax\$1ids | Lista |  | 
|  | default\$1payment\$1method | String |  | 
|  | default\$1source | String |  | 
|  | default\$1tax\$1rates | Lista |  | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | descontos | Lista |  | 
|  | due\$1date | DateTime | =, >=, <=, <, > | 
|  | ending\$1balance | Inteiro |  | 
|  | rodapé | String |  | 
|  | from\$1invoice | Struct |  | 
|  | hosted\$1invoice\$1url | String |  | 
|  | invoice\$1pdf | String |  | 
|  | last\$1finalization\$1error | Struct |  | 
|  | latest\$1revision | String |  | 
|  | lines | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | next\$1payment\$1attempt | DateTime |  | 
|  | número | String |  | 
|  | on\$1behalf\$1of | String |  | 
|  | pago | Booleano | = | 
|  | paid\$1out\$1of\$1band | Booleano |  | 
|  | payment\$1intent | String |  | 
|  | payment\$1settings | Struct |  | 
|  | period\$1end | DateTime | =, >=, <=, <, > | 
|  | period\$1start | DateTime | =, >=, <=, <, > | 
|  | post\$1payment\$1credit\$1notes\$1amount | Inteiro |  | 
|  | pre\$1payment\$1credit\$1notes\$1amount | Inteiro |  | 
|  | cotação | String |  | 
|  | receipt\$1number | String |  | 
|  | renderização | Struct |  | 
|  | rendering\$1options | Struct |  | 
|  | starting\$1balance | Inteiro |  | 
|  | statement\$1descriptor | String |  | 
|  | status | String | = | 
|  | status\$1transitions | Struct |  | 
|  |  Assinatura | String |  | 
|  | subscription\$1details | Struct |  | 
|  | subtotal | Inteiro | =, <, > | 
|  | subtotal\$1excluding\$1tax | Inteiro |  | 
|  | tax | Inteiro |  | 
|  | test\$1clock | String |  | 
|  | total | Inteiro | =, <, > | 
|  | total\$1discount\$1amounts | Lista |  | 
|  | total\$1excluding\$1tax | Inteiro |  | 
|  | total\$1tax\$1amounts | Lista |  | 
|  | transfer\$1data | Struct |  | 
|  | webhooks\$1delivered\$1at | DateTime |  | 
|  | automatically\$1finalizes\$1at | DateTime |  | 
|  | effective\$1at | 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\$1item | String |  | 
|  | tax\$1rates | Lista |  | 
|  | test\$1clock | String |  | 
|  | unit\$1amount | Inteiro |  | 
|  | quantidade\$1unitária decimal | String |  | 
| Planos |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | active | Booleano | = | 
|  | aggregate\$1usage | String |  | 
|  | valor | Inteiro |  | 
|  | amount\$1decimal | String |  | 
|  | billing\$1scheme | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | intervalo | String | = | 
|  | interval\$1count | Inteiro |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | tiers\$1mode | String |  | 
|  | transform\$1usage | Struct |  | 
|  | trial\$1period\$1days | Inteiro | =, <, > | 
|  | usage\$1type | String |  | 
|  | medida | String |  | 
| Cotações |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | amount\$1subtotal | Inteiro |  | 
|  | amount\$1total | Inteiro |  | 
|  | aplicação | String |  | 
|  | application\$1fee\$1amount | Inteiro |  | 
|  | application\$1fee\$1percent | Duplo |  | 
|  | automatic\$1tax | Struct |  | 
|  | collection\$1method | String |  | 
|  | computado | Struct |  | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | default\$1tax\$1rates | Lista |  | 
|  | description | String |  | 
|  | descontos | Lista |  | 
|  | expires\$1at | DateTime |  | 
|  | rodapé | String |  | 
|  | from\$1quote | Struct |  | 
|  | cabeçalho | String |  | 
|  | fatura | String |  | 
|  | invoice\$1settings | Struct |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | número | String |  | 
|  | on\$1behalf\$1of | String |  | 
|  | status | String | = | 
|  | status\$1transitions | Struct |  | 
|  |  Assinatura | String |  | 
|  | subscription\$1data | Struct |  | 
|  | subscription\$1schedule | String |  | 
|  | test\$1clock | String |  | 
|  | total\$1details | Struct |  | 
|  | transfer\$1data | Struct |  | 
| Assinaturas |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | aplicação | String |  | 
|  | application\$1fee\$1percent | Duplo |  | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1cycle\$1anchor | DateTime |  | 
|  | billing\$1thresholds | Struct |  | 
|  | cancel\$1at | DateTime |  | 
|  | cancel\$1at\$1period\$1end | Booleano |  | 
|  | canceled\$1at | DateTime |  | 
|  | collection\$1method | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | current\$1period\$1end | DateTime | =, >=, <= | 
|  | current\$1period\$1start | DateTime | =, >=, <= | 
|  | customer | String | = | 
|  | days\$1until\$1due | Inteiro |  | 
|  | default\$1payment\$1method | String |  | 
|  | default\$1source | String |  | 
|  | default\$1tax\$1rates | Lista |  | 
|  | description | String |  | 
|  | discount | Struct |  | 
|  | ended\$1at | DateTime |  | 
|  | itens | Struct |  | 
|  | latest\$1invoice | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | next\$1pending\$1invoice\$1item\$1invoice | DateTime |  | 
|  | pause\$1collection | Struct |  | 
|  | payment\$1settings | Struct |  | 
|  | pending\$1invoice\$1item\$1interval | Struct |  | 
|  | pending\$1setup\$1intent | String |  | 
|  | pending\$1update | Struct |  | 
|  | planejar | Struct |  | 
|  | quantity | Inteiro |  | 
|  | programar | String |  | 
|  | start\$1date | DateTime |  | 
|  | status | String | = | 
|  | test\$1clock | String |  | 
|  | transfer\$1data | Struct |  | 
|  | trial\$1end | DateTime |  | 
|  | trial\$1start | DateTime |  | 
| Itens de assinatura |  |  |  | 
|  | Id | String |  | 
|  | objeto | String |  | 
|  | billing\$1thresholds | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | metadados | Struct |  | 
|  | planejar | Struct |  | 
|  | preço | Struct |  | 
|  |  Assinatura | String |  | 
|  | tax\$1rates | Lista |  | 
|  | descontos | Lista |  | 
| Programa da assinatura |  |  |  | 
|  | objeto | String |  | 
|  | aplicação | String |  | 
|  | canceled\$1at | DateTime |  | 
|  | completed\$1at | DateTime |  | 
|  | created | DateTime |  | 
|  | current\$1phase | Struct |  | 
|  | customer | String | = | 
|  | default\$1settings | Struct |  | 
|  | end\$1behavior | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | phases | Lista |  | 
|  | released\$1at | DateTime |  | 
|  | released\$1subscription | String |  | 
|  | renewal\$1interval | String |  | 
|  | status | String |  | 
|  |  Assinatura | String |  | 
|  | test\$1clock | String |  | 
| Contas |  |  |  | 
|  | details\$1submitted | Booleano |  | 
|  | tos\$1acceptance | Struct |  | 
|  | type | String |  | 
|  | metadados | Struct |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | default\$1currency | String |  | 
|  | Capacidades | Struct |  | 
|  | charges\$1enabled | Booleano |  | 
|  | configurações | Struct |  | 
|  | requisitos | Struct |  | 
|  | payouts\$1enabled | Booleano |  | 
|  | future\$1requirements | Struct |  | 
|  | external\$1accounts | Struct |  | 
|  | controlador | Struct |  | 
|  | country | String |  | 
|  | email | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | business\$1profile | Struct |  | 
|  | business\$1type | String |  | 
|  | company | Struct |  | 
| Taxas de inscrição |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | conta | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | amount\$1refunded | Inteiro | =, <, > | 
|  | aplicação | String |  | 
|  | balance\$1transaction | String |  | 
|  | cobrança | String | = | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | livemode | Booleano |  | 
|  | originating\$1transaction | String |  | 
|  | reembolsado | Booleano | = | 
|  | reembolsos | Struct |  | 
|  | fee\$1source | Struct |  | 
| Especificações do país |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | default\$1currency | String |  | 
|  | supported\$1bank\$1account\$1currencies | Struct |  | 
|  | supported\$1payment\$1currencies | Lista |  | 
|  | supported\$1payment\$1methods | Lista |  | 
|  | supported\$1transfer\$1countries | Lista |  | 
|  | verification\$1fields | Struct |  | 
| Transferências |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | valor | Inteiro | =, <, > | 
|  | amount\$1reversed | Inteiro |  | 
|  | balance\$1transaction | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | description | String |  | 
|  | destination | String | = | 
|  | destination\$1payment | String |  | 
|  | livemode | Booleano |  | 
|  | metadados | Struct |  | 
|  | reversões | Struct |  | 
|  | revertido | Booleano |  | 
|  | source\$1transaction | String |  | 
|  | source\$1type | String |  | 
|  | transfer\$1group | String | = | 
| Avisos aantecipados de fraude |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | acionável | Booleano |  | 
|  | cobrança | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | fraud\$1type | String |  | 
|  | livemode | Booleano |  | 
|  | payment\$1intent | String | = | 
| Tipos de relatórios |  |  |  | 
|  | id | String |  | 
|  | objeto | String |  | 
|  | data\$1available\$1end | DateTime |  | 
|  | data\$1available\$1start | DateTime |  | 
|  | default\$1columns | 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"
    }
)
```