

# Stripe 엔터티에서 읽기
<a name="stripe-reading-from-entities"></a>

 **사전 조건** 
+  읽으려는 Stripe 객체.

 **지원되는 엔터티** 


| 개체 | 필터링 가능 | 제한 지원 | 정렬 기준 지원 | Select \$1 지원 | 분할 지원 | 
| --- | --- | --- | --- | --- | --- | 
| 밸런스 | 아니요 | 아니요 | 아니요 | 예 | 아니요 | 
| 밸런스 트랜잭션 | 예 | 예 | 아니요 | 예 | 예 | 
| 요금 | 예 | 예 | 아니요 | 예 | 예 | 
| 이의 | 예 | 예 | 아니요 | 예 | 예 | 
| 파일 링크 | 예 | 예 | 아니요 | 예 | 예 | 
| PaymentIntents | 예 | 예 | 아니요 | 예 | 예 | 
| SetupIntents | 예 | 예 | 아니요 | 예 | 예 | 
| 결제 금액 | 예 | 예 | 아니요 | 예 | 예 | 
| 환불 | 예 | 예 | 아니요 | 예 | 예 | 
| Products | 예 | 예 | 아니요 | 예 | 예 | 
| 가격 | 예 | 예 | 아니요 | 예 | 예 | 
| Coupons | 예 | 예 | 아니요 | 예 | 예 | 
| 프로모션 코드 | 예 | 예 | 아니요 | 예 | 예 | 
| 세금 코드 | 아니요 | 예 | 아니요 | 예 | 아니요 | 
| 세율 | 예 | 예 | 아니요 | 예 | 예 | 
| 배송 요금 | 예 | 예 | 아니요 | 예 | 예 | 
| 세션 | 예 | 예 | 아니요 | 예 | 예 | 
| 크레딧 노트 | 예 | 예 | 아니요 | 예 | 예 | 
| Customer | 예 | 예 | 아니요 | 예 | 예 | 
| 인보이스 | 예 | 예 | 아니요 | 예 | 예 | 
| 인보이스 항목 | 예 | 예 | 아니요 | 예 | 아니요 | 
| 계획 | 예 | 예 | 아니요 | 예 | 예 | 
| 견적 | 예 | 예 | 아니요 | 예 | 아니요 | 
| 구독 | 예 | 예 | 아니요 | 예 |  | 
| 구독 항목 | 아니요 | 예 | 아니요 | 예 | 아니요 | 
| 구독 일정 | 예 | 예 | 아니요 | 예 | 예 | 
| Accounts | 아니요 | 예 | 아니요 | 예 | 예 | 
| 애플리케이션 요금 | 예 | 예 | 아니요 | 예 | 예 | 
| 국가 사양 | 아니요 | 예 | 아니요 | 예 | 아니요 | 
| 전송 | 예 | 예 | 아니요 | 예 | 예 | 
| 조기 사기 경고 | 예 | 예 | 아니요 | 예 | 예 | 
| 보고서 유형 | 아니요 | 아니요 | 아니요 | 예 | 아니요 | 

 **예제** 

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

 **Stripe 엔터티 및 필드 세부 정보** 


| 개체 | 필드 | 데이터 형식 | 지원되는 연산자 | 
| --- | --- | --- | --- | 
| 밸런스 |  |  |  | 
|  | available | 나열 |  | 
|  | connect\$1reserved | 나열 |  | 
|  | 보류 중 | 나열 |  | 
|  | livemode | 불 |  | 
|  | 객체 | String |  | 
|  | instant\$1available | 나열 |  | 
|  | issuing | Struct |  | 
| 밸런스 트랜잭션 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | available\$1on | DateTime | =, >=, <=,<,> | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 설명 | String |  | 
|  | exchange\$1rate | BigDecimal |  | 
|  | fee | Integer |  | 
|  | fee\$1details | 나열 |  | 
|  | net | Integer |  | 
|  | reporting\$1category | String |  | 
|  | source | String | = | 
|  | status | String |  | 
|  | type | String | = | 
|  | cross\$1border\$1classification | String |  | 
| 요금 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\$1captured | Integer |  | 
|  | amount\$1refunded | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\$1fee | String |  | 
|  | application\$1fee\$1amount | Integer |  | 
|  | balance\$1transaction | String |  | 
|  | billing\$1details | Struct |  | 
|  | calculated\$1statement\$1descriptor | String |  | 
|  | captured | 불 |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | 설명 | String |  | 
|  | destination | String |  | 
|  | dispute | String |  | 
|  | disputed | 불 | = | 
|  | failure\$1balance\$1transaction | String |  | 
|  | failure\$1code | String |  | 
|  | failure\$1message | String |  | 
|  | fraud\$1details | Struct |  | 
|  | 인보이스 | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | on\$1behalf\$1of | String |  | 
|  | 순서 | String |  | 
|  | outcome | Struct |  | 
|  | paid | 불 |  | 
|  | payment\$1intent | String | = | 
|  | payment\$1method | String |  | 
|  | payment\$1method\$1details | Struct |  | 
|  | receipt\$1email | String |  | 
|  | receipt\$1number | String |  | 
|  | receipt\$1url | String |  | 
|  | refunded | 불 | = | 
|  | refunds | Struct |  | 
|  | review | String |  | 
|  | shipping | Struct |  | 
|  | source | Struct |  | 
|  | source\$1transfer | String |  | 
|  | statement\$1descriptor | String |  | 
|  | statement\$1descriptor\$1suffix | String |  | 
|  | status | String |  | 
|  | 전송 | String |  | 
|  | transfer\$1data | Struct |  | 
|  | transfer\$1group | String | = | 
| 이의 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | balance\$1transaction | String |  | 
|  | balance\$1transactions | 나열 |  | 
|  | 요금 | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | evidence | Struct |  | 
|  | evidence\$1details | Struct |  | 
|  | is\$1charge\$1refundable | 불 |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | payment\$1intent | String | = | 
|  | reason | String | = | 
|  | status | String |  | 
|  | payment\$1method\$1details | Struct |  | 
| 파일 링크 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | expired | 불 | = | 
|  | expires\$1at | DateTime |  | 
|  | 파일 | String | = | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | url | String |  | 
| PaymentIntents |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | amount\$1capturable | Integer |  | 
|  | amount\$1details | Struct |  | 
|  | amount\$1received | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\$1fee\$1amount | Integer |  | 
|  | 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 | = | 
|  | 설명 | String |  | 
|  | 인보이스 | String |  | 
|  | last\$1payment\$1error | Struct |  | 
|  | latest\$1charge | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | next\$1action | Struct |  | 
|  | on\$1behalf\$1of | String |  | 
|  | payment\$1method | String |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | 나열 |  | 
|  | payment\$1method\$1configuration\$1details | Struct |  | 
|  | 처리 중 | Struct |  | 
|  | receipt\$1email | String |  | 
|  | review | String |  | 
|  | setup\$1future\$1usage | String |  | 
|  | shipping | Struct |  | 
|  | source | String |  | 
|  | statement\$1descriptor | String |  | 
|  | statement\$1descriptor\$1suffix | String |  | 
|  | status | String |  | 
|  | transfer\$1data | Struct |  | 
|  | transfer\$1group | String |  | 
| SetupIntents |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 애플리케이션 | String |  | 
|  | cancellation\$1reason | String |  | 
|  | client\$1secret | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | customer | String | = | 
|  | 설명 | String |  | 
|  | flow\$1directions | 나열 |  | 
|  | last\$1setup\$1error | Struct |  | 
|  | latest\$1attempt | String |  | 
|  | livemode | 불 |  | 
|  | mandate | String |  | 
|  | metadata | Struct |  | 
|  | next\$1action | Struct |  | 
|  | on\$1behalf\$1of | String |  | 
|  | payment\$1method | String |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | 나열 |  | 
|  | single\$1use\$1mandate | String |  | 
|  | status | String |  | 
|  | 사용 | String |  | 
|  | automatic\$1payment\$1methods | Struct |  | 
| 결제 금액 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | arrival\$1date | DateTime | =, >=, <=,<,> | 
|  | automatic | 불 |  | 
|  | balance\$1transaction | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 설명 | String | = | 
|  | destination | String |  | 
|  | failure\$1balance\$1transaction | String |  | 
|  | failure\$1code | String |  | 
|  | failure\$1message | String |  | 
|  | livemode | 불 |  | 
|  | metadata | 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 | Integer |  | 
| 환불 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | balance\$1transaction | String |  | 
|  | 요금 | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | metadata | Struct |  | 
|  | destination\$1details | Struct |  | 
|  | payment\$1intent | String | = | 
|  | reason | String |  | 
|  | receipt\$1number | String |  | 
|  | source\$1transfer\$1reversal | String |  | 
|  | status | String |  | 
|  | transfer\$1reversal | String |  | 
| Products |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | attributes | 나열 |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | default\$1price | String |  | 
|  | 설명 | String |  | 
|  | 이미지 | 나열 |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | package\$1dimensions | Struct |  | 
|  | shippable | 불 |  | 
|  | statement\$1descriptor | String |  | 
|  | tax\$1code | String |  | 
|  | type | String | = | 
|  | unit\$1label | String |  | 
|  | updated | DateTime |  | 
|  | url | String |  | 
|  | 기능 | 나열 |  | 
| 가격 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | billing\$1scheme | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | custom\$1unit\$1amount | Struct |  | 
|  | livemode | 불 |  | 
|  | lookup\$1key | String |  | 
|  | metadata | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | recurring | Struct |  | 
|  | tax\$1behavior | String |  | 
|  | tiers\$1mode | String |  | 
|  | transform\$1quantity | Struct |  | 
|  | type | String | = | 
|  | unit\$1amount | Integer |  | 
|  | unit\$1amount\$1decimal | String |  | 
| 쿠폰 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | amount\$1off | Integer |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | duration | String | = | 
|  | duration\$1in\$1months | Integer | =,<,> | 
|  | livemode | 불 |  | 
|  | max\$1redemptions | Integer | =, <, > | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | percent\$1off | 배정밀도 실수 | = | 
|  | redeem\$1by | DateTime | =, >=, <=, <, > | 
|  | times\$1redeemed | Integer |  | 
|  | 유효함 | 불 |  | 
| 프로모션 코드 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | code | String | = | 
|  | coupon | Struct |  | 
|  | created | DateTime | =,>=,<=,<,> | 
|  | customer | String |  | 
|  | expires\$1at | DateTime |  | 
|  | livemode | 불 |  | 
|  | max\$1redemptions | Integer |  | 
|  | metadata | Struct |  | 
|  | 제한 사항 | Struct |  | 
|  | times\$1redeemed | Integer |  | 
| 세금 코드 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 설명 | String |  | 
|  | name | String |  | 
| 세율 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | country | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | 설명 | String |  | 
|  | display\$1name | String |  | 
|  | inclusive | 불 | = | 
|  | jurisdiction | String |  | 
|  | jurisdiction\$1level | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | percentage | 배정밀도 실수 |  | 
|  | effective\$1percentage | 배정밀도 실수 |  | 
|  | state | String |  | 
|  | tax\$1type | String |  | 
| 배송 요금 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | delivery\$1estimate | Struct |  | 
|  | display\$1name | String |  | 
|  | fixed\$1amount | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | tax\$1behavior | String |  | 
|  | tax\$1code | String |  | 
|  | type | String |  | 
| 세션 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | after\$1expiration | Struct |  | 
|  | allow\$1promotion\$1codes | 불 |  | 
|  | amount\$1subtotal | Integer |  | 
|  | amount\$1total | Integer |  | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1address\$1collection | String |  | 
|  | cancel\$1url | String |  | 
|  | client\$1reference\$1id | String |  | 
|  | consent | 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 |  | 
|  | 인보이스 | String |  | 
|  | invoice\$1creation | Struct |  | 
|  | livemode | 불 |  | 
|  | locale | String |  | 
|  | metadata | Struct |  | 
|  | mode | String |  | 
|  | payment\$1intent | String | = | 
|  | payment\$1link | String |  | 
|  | payment\$1method\$1collection | String |  | 
|  | payment\$1method\$1options | Struct |  | 
|  | payment\$1method\$1types | 나열 |  | 
|  | 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 | 나열 |  | 
|  | status | String |  | 
|  | submit\$1type | String |  | 
|  | 구독 | String |  | 
|  | success\$1url | String |  | 
|  | tax\$1id\$1collection | Struct |  | 
|  | total\$1details | Struct |  | 
|  | url | String |  | 
|  | ui\$1mode | String |  | 
| 크레딧 노트 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | customer\$1balance\$1transaction | String |  | 
|  | discount\$1amount | Integer |  | 
|  | discount\$1amounts | 나열 |  | 
|  | 인보이스 | String | = | 
|  | lines | Struct |  | 
|  | livemode | 불 |  | 
|  | memo | String |  | 
|  | metadata | Struct |  | 
|  | 숫자 | String |  | 
|  | out\$1of\$1band\$1amount | Integer |  | 
|  | pdf | String |  | 
|  | reason | String |  | 
|  | refund | String |  | 
|  | status | String |  | 
|  | subtotal | Integer |  | 
|  | subtotal\$1excluding\$1tax | Integer |  | 
|  | tax\$1amounts | 나열 |  | 
|  | total | Integer |  | 
|  | total\$1excluding\$1tax | Integer |  | 
|  | type | String |  | 
|  | voided\$1at | DateTime |  | 
|  | amount\$1shipping | Integer |  | 
|  | effective\$1at | DateTime |  | 
|  | shipping\$1cost | Struct |  | 
| Customer |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | address | Struct |  | 
|  | balance | Integer |  | 
|  | created | DateTime |  | 
|  | currency | String | =, >=, <=, <, > | 
|  | default\$1source | String |  | 
|  | delinquent | 불 | = | 
|  | 설명 | String |  | 
|  | discount | Struct |  | 
|  | 이메일 | String | = | 
|  | invoice\$1prefix | String |  | 
|  | invoice\$1settings | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | next\$1invoice\$1sequence | Integer |  | 
|  | phone | String |  | 
|  | preferred\$1locales | 나열 |  | 
|  | shipping | Struct |  | 
|  | tax\$1exempt | String |  | 
|  | test\$1clock | String |  | 
| 인보이스 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | account\$1country | String |  | 
|  | account\$1name | String |  | 
|  | account\$1tax\$1ids | 나열 |  | 
|  | amount\$1due | Integer |  | 
|  | amount\$1paid | Integer |  | 
|  | amount\$1remaining | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\$1fee\$1amount | Integer |  | 
|  | attempt\$1count | Integer |  | 
|  | attempted | 불 | = | 
|  | auto\$1advance | 불 | = | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1reason | String |  | 
|  | 요금 | String |  | 
|  | collection\$1method | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\$1fields | 나열 |  | 
|  | customer | String | = | 
|  | customer\$1address | Struct |  | 
|  | customer\$1email | String |  | 
|  | customer\$1name | String |  | 
|  | customer\$1phone | String |  | 
|  | customer\$1shipping | Struct |  | 
|  | customer\$1tax\$1exempt | String |  | 
|  | customer\$1tax\$1ids | 나열 |  | 
|  | default\$1payment\$1method | String |  | 
|  | default\$1source | String |  | 
|  | default\$1tax\$1rates | 나열 |  | 
|  | 설명 | String |  | 
|  | discount | Struct |  | 
|  | discounts | 나열 |  | 
|  | due\$1date | DateTime | =, >=, <=, <, > | 
|  | ending\$1balance | Integer |  | 
|  | footer | String |  | 
|  | from\$1invoice | Struct |  | 
|  | hosted\$1invoice\$1url | String |  | 
|  | invoice\$1pdf | String |  | 
|  | last\$1finalization\$1error | Struct |  | 
|  | latest\$1revision | String |  | 
|  | lines | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | next\$1payment\$1attempt | DateTime |  | 
|  | 숫자 | String |  | 
|  | on\$1behalf\$1of | String |  | 
|  | paid | 불 | = | 
|  | paid\$1out\$1of\$1band | 불 |  | 
|  | payment\$1intent | String |  | 
|  | payment\$1settings | Struct |  | 
|  | period\$1end | DateTime | =, >=, <=, <, > | 
|  | period\$1start | DateTime | =, >=, <=, <, > | 
|  | post\$1payment\$1credit\$1notes\$1amount | Integer |  | 
|  | pre\$1payment\$1credit\$1notes\$1amount | Integer |  | 
|  | quote | String |  | 
|  | receipt\$1number | String |  | 
|  | rendering | Struct |  | 
|  | rendering\$1options | Struct |  | 
|  | starting\$1balance | Integer |  | 
|  | statement\$1descriptor | String |  | 
|  | status | String | = | 
|  | status\$1transitions | Struct |  | 
|  | 구독 | String |  | 
|  | subscription\$1details | Struct |  | 
|  | subtotal | Integer | =, <, > | 
|  | subtotal\$1excluding\$1tax | Integer |  | 
|  | tax | Integer |  | 
|  | test\$1clock | String |  | 
|  | total | Integer | =, <, > | 
|  | total\$1discount\$1amounts | 나열 |  | 
|  | total\$1excluding\$1tax | Integer |  | 
|  | total\$1tax\$1amounts | 나열 |  | 
|  | transfer\$1data | Struct |  | 
|  | webhooks\$1delivered\$1at | DateTime |  | 
|  | automatically\$1finalizes\$1at | DateTime |  | 
|  | effective\$1at | DateTime |  | 
|  | 발행자 | Struct |  | 
| 인보이스 항목 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | date | DateTime |  | 
|  | 설명 | String |  | 
|  | discountable | 불 |  | 
|  | discounts | 나열 |  | 
|  | 인보이스 | String | = | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | 기간 | Struct |  | 
|  | 계획 | Struct |  | 
|  | 가격 | Struct |  | 
|  | proration | 불 | = | 
|  | quantity | Integer |  | 
|  | 구독 | String |  | 
|  | subscription\$1item | String |  | 
|  | tax\$1rates | 나열 |  | 
|  | test\$1clock | String |  | 
|  | unit\$1amount | Integer |  | 
|  | unit\$1amount\$1decimal | String |  | 
| 계획 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | aggregate\$1usage | String |  | 
|  | amount | Integer |  | 
|  | amount\$1decimal | String |  | 
|  | billing\$1scheme | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | interval | String | = | 
|  | interval\$1count | Integer |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | tiers\$1mode | String |  | 
|  | transform\$1usage | Struct |  | 
|  | trial\$1period\$1days | Integer | =, <, > | 
|  | usage\$1type | String |  | 
|  | 측정 | String |  | 
| 견적 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount\$1subtotal | Integer |  | 
|  | amount\$1total | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\$1fee\$1amount | Integer |  | 
|  | application\$1fee\$1percent | 배정밀도 실수 |  | 
|  | automatic\$1tax | Struct |  | 
|  | collection\$1method | String |  | 
|  | computed | Struct |  | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | default\$1tax\$1rates | 나열 |  | 
|  | 설명 | String |  | 
|  | discounts | 나열 |  | 
|  | expires\$1at | DateTime |  | 
|  | footer | String |  | 
|  | from\$1quote | Struct |  | 
|  | header | String |  | 
|  | 인보이스 | String |  | 
|  | invoice\$1settings | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | 숫자 | String |  | 
|  | on\$1behalf\$1of | String |  | 
|  | status | String | = | 
|  | status\$1transitions | Struct |  | 
|  | 구독 | String |  | 
|  | subscription\$1data | Struct |  | 
|  | subscription\$1schedule | String |  | 
|  | test\$1clock | String |  | 
|  | total\$1details | Struct |  | 
|  | transfer\$1data | Struct |  | 
| 구독 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 애플리케이션 | String |  | 
|  | application\$1fee\$1percent | 배정밀도 실수 |  | 
|  | automatic\$1tax | Struct |  | 
|  | billing\$1cycle\$1anchor | DateTime |  | 
|  | billing\$1thresholds | Struct |  | 
|  | cancel\$1at | DateTime |  | 
|  | cancel\$1at\$1period\$1end | 불 |  | 
|  | canceled\$1at | DateTime |  | 
|  | collection\$1method | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | current\$1period\$1end | DateTime | =, >=, <= | 
|  | current\$1period\$1start | DateTime | =, >=, <= | 
|  | customer | String | = | 
|  | days\$1until\$1due | Integer |  | 
|  | default\$1payment\$1method | String |  | 
|  | default\$1source | String |  | 
|  | default\$1tax\$1rates | 나열 |  | 
|  | 설명 | String |  | 
|  | discount | Struct |  | 
|  | ended\$1at | DateTime |  | 
|  | 항목 | Struct |  | 
|  | latest\$1invoice | String |  | 
|  | livemode | 불 |  | 
|  | metadata | 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 |  | 
|  | 계획 | Struct |  | 
|  | quantity | Integer |  | 
|  | schedule | String |  | 
|  | start\$1date | DateTime |  | 
|  | status | String | = | 
|  | test\$1clock | String |  | 
|  | transfer\$1data | Struct |  | 
|  | trial\$1end | DateTime |  | 
|  | trial\$1start | DateTime |  | 
| 구독 항목 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | billing\$1thresholds | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | metadata | Struct |  | 
|  | 계획 | Struct |  | 
|  | 가격 | Struct |  | 
|  | 구독 | String |  | 
|  | tax\$1rates | 나열 |  | 
|  | discounts | 나열 |  | 
| 구독 일정 |  |  |  | 
|  | 객체 | String |  | 
|  | 애플리케이션 | String |  | 
|  | canceled\$1at | DateTime |  | 
|  | completed\$1at | DateTime |  | 
|  | created | DateTime |  | 
|  | current\$1phase | Struct |  | 
|  | customer | String | = | 
|  | default\$1settings | Struct |  | 
|  | end\$1behavior | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | 단계 | 나열 |  | 
|  | released\$1at | DateTime |  | 
|  | released\$1subscription | String |  | 
|  | renewal\$1interval | String |  | 
|  | status | String |  | 
|  | 구독 | String |  | 
|  | test\$1clock | String |  | 
| Accounts |  |  |  | 
|  | details\$1submitted | 불 |  | 
|  | tos\$1acceptance | Struct |  | 
|  | type | String |  | 
|  | metadata | Struct |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | default\$1currency | String |  | 
|  | 역량 | Struct |  | 
|  | charges\$1enabled | 불 |  | 
|  | settings | Struct |  | 
|  | 요구 사항 | Struct |  | 
|  | payouts\$1enabled | 불 |  | 
|  | future\$1requirements | Struct |  | 
|  | external\$1accounts | Struct |  | 
|  | 컨트롤러 | Struct |  | 
|  | country | String |  | 
|  | 이메일 | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | business\$1profile | Struct |  | 
|  | business\$1type | String |  | 
|  | company | Struct |  | 
| 애플리케이션 요금 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | account | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\$1refunded | Integer | =, <, > | 
|  | 애플리케이션 | String |  | 
|  | balance\$1transaction | String |  | 
|  | 요금 | String | = | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | livemode | 불 |  | 
|  | originating\$1transaction | String |  | 
|  | refunded | 불 | = | 
|  | refunds | Struct |  | 
|  | fee\$1source | Struct |  | 
| 국가 사양 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | default\$1currency | String |  | 
|  | supported\$1bank\$1account\$1currencies | Struct |  | 
|  | supported\$1payment\$1currencies | 나열 |  | 
|  | supported\$1payment\$1methods | 나열 |  | 
|  | supported\$1transfer\$1countries | 나열 |  | 
|  | verification\$1fields | Struct |  | 
| 전송 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\$1reversed | Integer |  | 
|  | balance\$1transaction | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | 설명 | String |  | 
|  | destination | String | = | 
|  | destination\$1payment | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | 불 |  | 
|  | source\$1transaction | String |  | 
|  | source\$1type | String |  | 
|  | transfer\$1group | String | = | 
| 조기 사기 경고 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | actionable | 불 |  | 
|  | 요금 | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | fraud\$1type | String |  | 
|  | livemode | 불 |  | 
|  | payment\$1intent | String | = | 
| 보고서 유형 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | data\$1available\$1end | DateTime |  | 
|  | data\$1available\$1start | DateTime |  | 
|  | default\$1columns | 나열 |  | 
|  | livemode | 불 |  | 
|  | name | String |  | 
|  | updated | DateTime |  | 
|  | version | Integer |  | 

 **분할 쿼리** 

 Spark에서 동시성을 활용하려는 경우 추가 Spark 옵션(`PARTITION_FIELD`, `LOWER_BOUND`, `UPPER_BOUND`, `NUM_PARTITIONS`)을 제공할 수 있습니다. 이러한 파라미터를 사용하면 Spark 태스크에서 동시에 실행할 수 있는 `NUM_PARTITIONS`개의 하위 쿼리로 원본 쿼리가 분할됩니다.
+  `PARTITION_FIELD`: 쿼리 분할에 사용할 필드의 이름입니다.
+  `LOWER_BOUND`: 선택한 파티션 필드의 하한 값(경계 포함).

   날짜의 경우 Spark SQL 쿼리에 사용된 Spark 날짜 형식을 허용합니다. 유효한 값의 예제: `"2024-07-01T00:00:00.000Z"`.
+  `UPPER_BOUND`: 선택한 파티션 필드의 상한 값(경계 제외).
+  `NUM_PARTITIONS`: 파티션 수.

 엔터티 수준 분할 필드 지원 세부 정보는 아래 표에 캡처되어 있습니다.


| Entity Name | 분할 필드 | 데이터 형식 | 
| --- | --- | --- | 
| 밸런스 트랜잭션 | created | DateTime | 
| 요금 | created | DateTime | 
| 이의 | created | DateTime | 
| 파일 링크 | created | DateTime | 
| PaymentIntents | created | DateTime | 
| SetupIntents | created | DateTime | 
| 결제 금액 | created | DateTime | 
| 환불 | created | DateTime | 
| Products | created | DateTime | 
| 가격 | created | DateTime | 
| 쿠폰 | created | DateTime | 
| 프로모션 코드 | created | DateTime | 
| 세율 | created | DateTime | 
| 배송 요금 | created | DateTime | 
| 세션 | created | DateTime | 
| 크레딧 노트 | created | DateTime | 
| Customer | created | DateTime | 
| 인보이스 | created | DateTime | 
| 계획 | created | DateTime | 
| 구독 | created | DateTime | 
| 구독 일정 | created | DateTime | 
| Accounts | created | DateTime | 
| 애플리케이션 요금 | created | DateTime | 
| 전송 | created | DateTime | 
| 조기 사기 경고 | created | DateTime | 

 **예제** 

```
stripe_read = glueContext.create_dynamic_frame.from_options(
    connection_type="stripe",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "coupons",
        "API_VERSION": "v1",
        "PARTITION_FIELD": "created"
        "LOWER_BOUND": "2024-05-01T20:55:02.000Z"
        "UPPER_BOUND": "2024-07-11T20:55:02.000Z"
        "NUM_PARTITIONS": "10"
    }
)
```