

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

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

 **지원되는 엔터티** 


| 개체 | 필터링 가능 | 제한 지원 | 정렬 기준 지원 | Select \* 지원 | 분할 지원 | 
| --- | --- | --- | --- | --- | --- | 
| 밸런스 | 아니요 | 아니요 | 아니요 | 예 | 아니요 | 
| 밸런스 트랜잭션 | 예 | 예 | 아니요 | 예 | 예 | 
| 요금 | 예 | 예 | 아니요 | 예 | 예 | 
| 이의 | 예 | 예 | 아니요 | 예 | 예 | 
| 파일 링크 | 예 | 예 | 아니요 | 예 | 예 | 
| 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\_reserved | 나열 |  | 
|  | 보류 중 | 나열 |  | 
|  | livemode | 불 |  | 
|  | 객체 | String |  | 
|  | instant\_available | 나열 |  | 
|  | issuing | Struct |  | 
| 밸런스 트랜잭션 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | available\_on | DateTime | =, >=, <=,<,> | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 설명 | String |  | 
|  | exchange\_rate | BigDecimal |  | 
|  | fee | Integer |  | 
|  | fee\_details | 나열 |  | 
|  | net | Integer |  | 
|  | reporting\_category | String |  | 
|  | source | String | = | 
|  | status | String |  | 
|  | type | String | = | 
|  | cross\_border\_classification | String |  | 
| 요금 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\_captured | Integer |  | 
|  | amount\_refunded | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\_fee | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | balance\_transaction | String |  | 
|  | billing\_details | Struct |  | 
|  | calculated\_statement\_descriptor | String |  | 
|  | captured | 불 |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | 설명 | String |  | 
|  | destination | String |  | 
|  | dispute | String |  | 
|  | disputed | 불 | = | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | fraud\_details | Struct |  | 
|  | 인보이스 | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | 순서 | String |  | 
|  | outcome | Struct |  | 
|  | paid | 불 |  | 
|  | payment\_intent | String | = | 
|  | payment\_method | String |  | 
|  | payment\_method\_details | Struct |  | 
|  | receipt\_email | String |  | 
|  | receipt\_number | String |  | 
|  | receipt\_url | String |  | 
|  | refunded | 불 | = | 
|  | refunds | Struct |  | 
|  | review | String |  | 
|  | shipping | Struct |  | 
|  | source | Struct |  | 
|  | source\_transfer | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | 전송 | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String | = | 
| 이의 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | balance\_transaction | String |  | 
|  | balance\_transactions | 나열 |  | 
|  | 요금 | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | evidence | Struct |  | 
|  | evidence\_details | Struct |  | 
|  | is\_charge\_refundable | 불 |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | payment\_intent | String | = | 
|  | reason | String | = | 
|  | status | String |  | 
|  | payment\_method\_details | Struct |  | 
| 파일 링크 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | expired | 불 | = | 
|  | expires\_at | DateTime |  | 
|  | 파일 | String | = | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | url | String |  | 
| PaymentIntents |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | amount\_capturable | Integer |  | 
|  | amount\_details | Struct |  | 
|  | amount\_received | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | 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 | = | 
|  | 설명 | String |  | 
|  | 인보이스 | String |  | 
|  | last\_payment\_error | Struct |  | 
|  | latest\_charge | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | 나열 |  | 
|  | payment\_method\_configuration\_details | Struct |  | 
|  | 처리 중 | Struct |  | 
|  | receipt\_email | String |  | 
|  | review | String |  | 
|  | setup\_future\_usage | String |  | 
|  | shipping | Struct |  | 
|  | source | String |  | 
|  | statement\_descriptor | String |  | 
|  | statement\_descriptor\_suffix | String |  | 
|  | status | String |  | 
|  | transfer\_data | Struct |  | 
|  | transfer\_group | String |  | 
| SetupIntents |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 애플리케이션 | String |  | 
|  | cancellation\_reason | String |  | 
|  | client\_secret | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | customer | String | = | 
|  | 설명 | String |  | 
|  | flow\_directions | 나열 |  | 
|  | last\_setup\_error | Struct |  | 
|  | latest\_attempt | String |  | 
|  | livemode | 불 |  | 
|  | mandate | String |  | 
|  | metadata | Struct |  | 
|  | next\_action | Struct |  | 
|  | on\_behalf\_of | String |  | 
|  | payment\_method | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | 나열 |  | 
|  | single\_use\_mandate | String |  | 
|  | status | String |  | 
|  | 사용 | String |  | 
|  | automatic\_payment\_methods | Struct |  | 
| 결제 금액 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | arrival\_date | DateTime | =, >=, <=,<,> | 
|  | automatic | 불 |  | 
|  | balance\_transaction | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | 설명 | String | = | 
|  | destination | String |  | 
|  | failure\_balance\_transaction | String |  | 
|  | failure\_code | String |  | 
|  | failure\_message | String |  | 
|  | livemode | 불 |  | 
|  | metadata | 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 | Integer |  | 
| 환불 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | balance\_transaction | String |  | 
|  | 요금 | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | metadata | Struct |  | 
|  | destination\_details | Struct |  | 
|  | payment\_intent | String | = | 
|  | reason | String |  | 
|  | receipt\_number | String |  | 
|  | source\_transfer\_reversal | String |  | 
|  | status | String |  | 
|  | transfer\_reversal | String |  | 
| Products |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | attributes | 나열 |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | default\_price | String |  | 
|  | 설명 | String |  | 
|  | 이미지 | 나열 |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | package\_dimensions | Struct |  | 
|  | shippable | 불 |  | 
|  | statement\_descriptor | String |  | 
|  | tax\_code | String |  | 
|  | type | String | = | 
|  | unit\_label | String |  | 
|  | updated | DateTime |  | 
|  | url | String |  | 
|  | 기능 | 나열 |  | 
| 가격 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | billing\_scheme | String |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | custom\_unit\_amount | Struct |  | 
|  | livemode | 불 |  | 
|  | lookup\_key | String |  | 
|  | metadata | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | recurring | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tiers\_mode | String |  | 
|  | transform\_quantity | Struct |  | 
|  | type | String | = | 
|  | unit\_amount | Integer |  | 
|  | unit\_amount\_decimal | String |  | 
| 쿠폰 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | amount\_off | Integer |  | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String | = | 
|  | duration | String | = | 
|  | duration\_in\_months | Integer | =,<,> | 
|  | livemode | 불 |  | 
|  | max\_redemptions | Integer | =, <, > | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | percent\_off | 배정밀도 실수 | = | 
|  | redeem\_by | DateTime | =, >=, <=, <, > | 
|  | times\_redeemed | Integer |  | 
|  | 유효함 | 불 |  | 
| 프로모션 코드 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | code | String | = | 
|  | coupon | Struct |  | 
|  | created | DateTime | =,>=,<=,<,> | 
|  | customer | String |  | 
|  | expires\_at | DateTime |  | 
|  | livemode | 불 |  | 
|  | max\_redemptions | Integer |  | 
|  | metadata | Struct |  | 
|  | 제한 사항 | Struct |  | 
|  | times\_redeemed | Integer |  | 
| 세금 코드 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 설명 | String |  | 
|  | name | String |  | 
| 세율 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | country | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | 설명 | String |  | 
|  | display\_name | String |  | 
|  | inclusive | 불 | = | 
|  | jurisdiction | String |  | 
|  | jurisdiction\_level | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | percentage | 배정밀도 실수 |  | 
|  | effective\_percentage | 배정밀도 실수 |  | 
|  | state | String |  | 
|  | tax\_type | String |  | 
| 배송 요금 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | delivery\_estimate | Struct |  | 
|  | display\_name | String |  | 
|  | fixed\_amount | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | tax\_behavior | String |  | 
|  | tax\_code | String |  | 
|  | type | String |  | 
| 세션 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | after\_expiration | Struct |  | 
|  | allow\_promotion\_codes | 불 |  | 
|  | amount\_subtotal | Integer |  | 
|  | amount\_total | Integer |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_address\_collection | String |  | 
|  | cancel\_url | String |  | 
|  | client\_reference\_id | String |  | 
|  | consent | 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 |  | 
|  | 인보이스 | String |  | 
|  | invoice\_creation | Struct |  | 
|  | livemode | 불 |  | 
|  | locale | String |  | 
|  | metadata | Struct |  | 
|  | mode | String |  | 
|  | payment\_intent | String | = | 
|  | payment\_link | String |  | 
|  | payment\_method\_collection | String |  | 
|  | payment\_method\_options | Struct |  | 
|  | payment\_method\_types | 나열 |  | 
|  | 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 | 나열 |  | 
|  | status | String |  | 
|  | submit\_type | String |  | 
|  | 구독 | String |  | 
|  | success\_url | String |  | 
|  | tax\_id\_collection | Struct |  | 
|  | total\_details | Struct |  | 
|  | url | String |  | 
|  | ui\_mode | String |  | 
| 크레딧 노트 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | customer\_balance\_transaction | String |  | 
|  | discount\_amount | Integer |  | 
|  | discount\_amounts | 나열 |  | 
|  | 인보이스 | String | = | 
|  | lines | Struct |  | 
|  | livemode | 불 |  | 
|  | memo | String |  | 
|  | metadata | Struct |  | 
|  | 숫자 | String |  | 
|  | out\_of\_band\_amount | Integer |  | 
|  | pdf | String |  | 
|  | reason | String |  | 
|  | refund | String |  | 
|  | status | String |  | 
|  | subtotal | Integer |  | 
|  | subtotal\_excluding\_tax | Integer |  | 
|  | tax\_amounts | 나열 |  | 
|  | total | Integer |  | 
|  | total\_excluding\_tax | Integer |  | 
|  | type | String |  | 
|  | voided\_at | DateTime |  | 
|  | amount\_shipping | Integer |  | 
|  | effective\_at | DateTime |  | 
|  | shipping\_cost | Struct |  | 
| Customer |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | address | Struct |  | 
|  | balance | Integer |  | 
|  | created | DateTime |  | 
|  | currency | String | =, >=, <=, <, > | 
|  | default\_source | String |  | 
|  | delinquent | 불 | = | 
|  | 설명 | String |  | 
|  | discount | Struct |  | 
|  | 이메일 | String | = | 
|  | invoice\_prefix | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | name | String |  | 
|  | next\_invoice\_sequence | Integer |  | 
|  | phone | String |  | 
|  | preferred\_locales | 나열 |  | 
|  | shipping | Struct |  | 
|  | tax\_exempt | String |  | 
|  | test\_clock | String |  | 
| 인보이스 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | account\_country | String |  | 
|  | account\_name | String |  | 
|  | account\_tax\_ids | 나열 |  | 
|  | amount\_due | Integer |  | 
|  | amount\_paid | Integer |  | 
|  | amount\_remaining | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | attempt\_count | Integer |  | 
|  | attempted | 불 | = | 
|  | auto\_advance | 불 | = | 
|  | automatic\_tax | Struct |  | 
|  | billing\_reason | String |  | 
|  | 요금 | String |  | 
|  | collection\_method | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String |  | 
|  | custom\_fields | 나열 |  | 
|  | customer | String | = | 
|  | customer\_address | Struct |  | 
|  | customer\_email | String |  | 
|  | customer\_name | String |  | 
|  | customer\_phone | String |  | 
|  | customer\_shipping | Struct |  | 
|  | customer\_tax\_exempt | String |  | 
|  | customer\_tax\_ids | 나열 |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | 나열 |  | 
|  | 설명 | String |  | 
|  | discount | Struct |  | 
|  | discounts | 나열 |  | 
|  | due\_date | DateTime | =, >=, <=, <, > | 
|  | ending\_balance | Integer |  | 
|  | footer | String |  | 
|  | from\_invoice | Struct |  | 
|  | hosted\_invoice\_url | String |  | 
|  | invoice\_pdf | String |  | 
|  | last\_finalization\_error | Struct |  | 
|  | latest\_revision | String |  | 
|  | lines | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | next\_payment\_attempt | DateTime |  | 
|  | 숫자 | String |  | 
|  | on\_behalf\_of | String |  | 
|  | paid | 불 | = | 
|  | paid\_out\_of\_band | 불 |  | 
|  | payment\_intent | String |  | 
|  | payment\_settings | Struct |  | 
|  | period\_end | DateTime | =, >=, <=, <, > | 
|  | period\_start | DateTime | =, >=, <=, <, > | 
|  | post\_payment\_credit\_notes\_amount | Integer |  | 
|  | pre\_payment\_credit\_notes\_amount | Integer |  | 
|  | quote | String |  | 
|  | receipt\_number | String |  | 
|  | rendering | Struct |  | 
|  | rendering\_options | Struct |  | 
|  | starting\_balance | Integer |  | 
|  | statement\_descriptor | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  | 구독 | String |  | 
|  | subscription\_details | Struct |  | 
|  | subtotal | Integer | =, <, > | 
|  | subtotal\_excluding\_tax | Integer |  | 
|  | tax | Integer |  | 
|  | test\_clock | String |  | 
|  | total | Integer | =, <, > | 
|  | total\_discount\_amounts | 나열 |  | 
|  | total\_excluding\_tax | Integer |  | 
|  | total\_tax\_amounts | 나열 |  | 
|  | transfer\_data | Struct |  | 
|  | webhooks\_delivered\_at | DateTime |  | 
|  | automatically\_finalizes\_at | DateTime |  | 
|  | effective\_at | 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\_item | String |  | 
|  | tax\_rates | 나열 |  | 
|  | test\_clock | String |  | 
|  | unit\_amount | Integer |  | 
|  | unit\_amount\_decimal | String |  | 
| 계획 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 활성화 | 불 | = | 
|  | aggregate\_usage | String |  | 
|  | amount | Integer |  | 
|  | amount\_decimal | String |  | 
|  | billing\_scheme | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | interval | String | = | 
|  | interval\_count | Integer |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | nickname | String |  | 
|  | product | String | = | 
|  | tiers\_mode | String |  | 
|  | transform\_usage | Struct |  | 
|  | trial\_period\_days | Integer | =, <, > | 
|  | usage\_type | String |  | 
|  | 측정 | String |  | 
| 견적 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount\_subtotal | Integer |  | 
|  | amount\_total | Integer |  | 
|  | 애플리케이션 | String |  | 
|  | application\_fee\_amount | Integer |  | 
|  | application\_fee\_percent | 배정밀도 실수 |  | 
|  | automatic\_tax | Struct |  | 
|  | collection\_method | String |  | 
|  | computed | Struct |  | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | customer | String | = | 
|  | default\_tax\_rates | 나열 |  | 
|  | 설명 | String |  | 
|  | discounts | 나열 |  | 
|  | expires\_at | DateTime |  | 
|  | footer | String |  | 
|  | from\_quote | Struct |  | 
|  | header | String |  | 
|  | 인보이스 | String |  | 
|  | invoice\_settings | Struct |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | 숫자 | String |  | 
|  | on\_behalf\_of | String |  | 
|  | status | String | = | 
|  | status\_transitions | Struct |  | 
|  | 구독 | String |  | 
|  | subscription\_data | Struct |  | 
|  | subscription\_schedule | String |  | 
|  | test\_clock | String |  | 
|  | total\_details | Struct |  | 
|  | transfer\_data | Struct |  | 
| 구독 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | 애플리케이션 | String |  | 
|  | application\_fee\_percent | 배정밀도 실수 |  | 
|  | automatic\_tax | Struct |  | 
|  | billing\_cycle\_anchor | DateTime |  | 
|  | billing\_thresholds | Struct |  | 
|  | cancel\_at | DateTime |  | 
|  | cancel\_at\_period\_end | 불 |  | 
|  | canceled\_at | DateTime |  | 
|  | collection\_method | String | = | 
|  | created | DateTime | =, >=, <=,<,> | 
|  | currency | String |  | 
|  | current\_period\_end | DateTime | =, >=, <= | 
|  | current\_period\_start | DateTime | =, >=, <= | 
|  | customer | String | = | 
|  | days\_until\_due | Integer |  | 
|  | default\_payment\_method | String |  | 
|  | default\_source | String |  | 
|  | default\_tax\_rates | 나열 |  | 
|  | 설명 | String |  | 
|  | discount | Struct |  | 
|  | ended\_at | DateTime |  | 
|  | 항목 | Struct |  | 
|  | latest\_invoice | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | next\_pending\_invoice\_item\_invoice | DateTime |  | 
|  | pause\_collection | Struct |  | 
|  | payment\_settings | Struct |  | 
|  | pending\_invoice\_item\_interval | Struct |  | 
|  | pending\_setup\_intent | String |  | 
|  | pending\_update | Struct |  | 
|  | 계획 | Struct |  | 
|  | quantity | Integer |  | 
|  | schedule | String |  | 
|  | start\_date | DateTime |  | 
|  | status | String | = | 
|  | test\_clock | String |  | 
|  | transfer\_data | Struct |  | 
|  | trial\_end | DateTime |  | 
|  | trial\_start | DateTime |  | 
| 구독 항목 |  |  |  | 
|  | Id | String |  | 
|  | 객체 | String |  | 
|  | billing\_thresholds | Struct |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | metadata | Struct |  | 
|  | 계획 | Struct |  | 
|  | 가격 | Struct |  | 
|  | 구독 | String |  | 
|  | tax\_rates | 나열 |  | 
|  | discounts | 나열 |  | 
| 구독 일정 |  |  |  | 
|  | 객체 | String |  | 
|  | 애플리케이션 | String |  | 
|  | canceled\_at | DateTime |  | 
|  | completed\_at | DateTime |  | 
|  | created | DateTime |  | 
|  | current\_phase | Struct |  | 
|  | customer | String | = | 
|  | default\_settings | Struct |  | 
|  | end\_behavior | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | 단계 | 나열 |  | 
|  | released\_at | DateTime |  | 
|  | released\_subscription | String |  | 
|  | renewal\_interval | String |  | 
|  | status | String |  | 
|  | 구독 | String |  | 
|  | test\_clock | String |  | 
| Accounts |  |  |  | 
|  | details\_submitted | 불 |  | 
|  | tos\_acceptance | Struct |  | 
|  | type | String |  | 
|  | metadata | Struct |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | default\_currency | String |  | 
|  | 역량 | Struct |  | 
|  | charges\_enabled | 불 |  | 
|  | settings | Struct |  | 
|  | 요구 사항 | Struct |  | 
|  | payouts\_enabled | 불 |  | 
|  | future\_requirements | Struct |  | 
|  | external\_accounts | Struct |  | 
|  | 컨트롤러 | Struct |  | 
|  | country | String |  | 
|  | 이메일 | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | business\_profile | Struct |  | 
|  | business\_type | String |  | 
|  | company | Struct |  | 
| 애플리케이션 요금 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | account | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\_refunded | Integer | =, <, > | 
|  | 애플리케이션 | String |  | 
|  | balance\_transaction | String |  | 
|  | 요금 | String | = | 
|  | created | DateTime |  | 
|  | currency | String |  | 
|  | livemode | 불 |  | 
|  | originating\_transaction | String |  | 
|  | refunded | 불 | = | 
|  | refunds | Struct |  | 
|  | fee\_source | Struct |  | 
| 국가 사양 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | default\_currency | String |  | 
|  | supported\_bank\_account\_currencies | Struct |  | 
|  | supported\_payment\_currencies | 나열 |  | 
|  | supported\_payment\_methods | 나열 |  | 
|  | supported\_transfer\_countries | 나열 |  | 
|  | verification\_fields | Struct |  | 
| 전송 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | amount | Integer | =, <, > | 
|  | amount\_reversed | Integer |  | 
|  | balance\_transaction | String |  | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | currency | String | = | 
|  | 설명 | String |  | 
|  | destination | String | = | 
|  | destination\_payment | String |  | 
|  | livemode | 불 |  | 
|  | metadata | Struct |  | 
|  | reversals | Struct |  | 
|  | reversed | 불 |  | 
|  | source\_transaction | String |  | 
|  | source\_type | String |  | 
|  | transfer\_group | String | = | 
| 조기 사기 경고 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | actionable | 불 |  | 
|  | 요금 | String | = | 
|  | created | DateTime | =, >=, <=, <, > | 
|  | fraud\_type | String |  | 
|  | livemode | 불 |  | 
|  | payment\_intent | String | = | 
| 보고서 유형 |  |  |  | 
|  | id | String |  | 
|  | 객체 | String |  | 
|  | data\_available\_end | DateTime |  | 
|  | data\_available\_start | DateTime |  | 
|  | default\_columns | 나열 |  | 
|  | 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"
    }
)
```