---
title: Stripe
description: Stripe에 연결하고 동기화 동작을 파악하며 기록되는 모든 테이블과 열을 쿼리합니다.
species: reference
---
# Stripe

선택한 리소스의 읽기 권한이 있는 제한된 키를 사용해 Stripe에 연결합니다. 이 소스는 `titan.stripe` 아래에 고정 테이블 17개를 기록합니다.
```sql
select
  id,
  amount,
  available_on
from titan.stripe.balance_transactions
limit 10
```

## Stripe 연결

1. **앱**을 열고 **앱 연결**을 선택한 뒤 **Stripe** 항목을 선택합니다.
2. 선택한 리소스의 읽기 권한이 있는 제한된 키를 입력합니다.
3. 테이블을 확인한 뒤 소스를 저장합니다.
4. 첫 실행이 완료될 때까지 **동기화 기록**을 확인합니다.

자격 증명은 비밀 정보로 저장됩니다. 레이크 열이 되거나 쿼리 결과에 나타나지 않습니다.

## 동기화 동작

금액은 통화의 최소 단위로 표현된 정수이며, livemode는 운영 데이터와 테스트 데이터를 구분합니다. 삭제된 객체도 _deleted를 통해 계속 확인할 수 있습니다. 저장된 커서가 27일보다 오래되면 이벤트 기반 업데이트는 전체 목록 조회로 전환됩니다.

새 소스는 연결할 때 동기화한 다음 설정된 일정을 따릅니다. 기본 반복 간격은 4시간입니다. 실행이 중단되어도 완료한 진행 상황을 유지하며 안전하게 재시도합니다.

모든 레이크 테이블에는 [시스템 열](/docs/concepts/your-lake#시스템-열)인 `_synced_at`과 `_deleted`도 있습니다. 아래 열 참조에는 소스 열만 나열합니다.

## 테이블 참조

### `balance_transactions`

`titan.stripe.balance_transactions`의 소스 열 수는 14개입니다.

```columns table=stripe.balance_transactions
id                                      string pk           `id` 소스 필드.
amount                                  integer             `amount` 소스 필드.
available_on                            datetime            `availableOn` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
exchange_rate                           float               `exchangeRate` 소스 필드.
fee                                     integer             `fee` 소스 필드.
fee_details                             json                `feeDetails` 소스 필드.
net                                     integer             `net` 소스 필드.
reporting_category                      string              `reportingCategory` 소스 필드.
status                                  string              `status` 소스 필드.
type                                    string              `type` 소스 필드.
source                                  string              `source` 소스 필드.
```

### `coupons`

`titan.stripe.coupons`의 소스 열 수는 16개입니다.

```columns table=stripe.coupons
id                                      string pk           `id` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
amount_off                              integer             `amountOff` 소스 필드.
currency                                string              `currency` 소스 필드.
duration                                string              `duration` 소스 필드.
duration_in_months                      integer             `durationInMonths` 소스 필드.
metadata                                json                `metadata` 소스 필드.
name                                    string              `name` 소스 필드.
percent_off                             float               `percentOff` 소스 필드.
applies_to                              json                `appliesTo` 소스 필드.
currency_options                        json                `currencyOptions` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
max_redemptions                         integer             `maxRedemptions` 소스 필드.
redeem_by                               datetime            `redeemBy` 소스 필드.
times_redeemed                          integer             `timesRedeemed` 소스 필드.
valid                                   boolean             `valid` 소스 필드.
```

### `customers`

`titan.stripe.customers`의 소스 열 수는 26개입니다.

```columns table=stripe.customers
id                                      string pk           `id` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
address                                 json                `address` 소스 필드.
description                             string              `description` 소스 필드.
email                                   string              `email` 소스 필드.
metadata                                json                `metadata` 소스 필드.
name                                    string              `name` 소스 필드.
phone                                   string              `phone` 소스 필드.
shipping                                json                `shipping` 소스 필드.
tax                                     json                `tax` 소스 필드.
balance                                 integer             `balance` 소스 필드.
cash_balance                            json                `cashBalance` 소스 필드.
currency                                string              `currency` 소스 필드.
default_source                          string              `defaultSource` 소스 필드.
delinquent                              boolean             `delinquent` 소스 필드.
discount                                json                `discount` 소스 필드.
invoice_credit_balance                  json                `invoiceCreditBalance` 소스 필드.
invoice_prefix                          string              `invoicePrefix` 소스 필드.
invoice_settings                        json                `invoiceSettings` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
next_invoice_sequence                   integer             `nextInvoiceSequence` 소스 필드.
preferred_locales                       json                `preferredLocales` 소스 필드.
sources                                 json                `sources` 소스 필드.
tax_exempt                              string              `taxExempt` 소스 필드.
tax_ids                                 json                `taxIds` 소스 필드.
test_clock                              string              `testClock` 소스 필드.
```

### `customer_balance_transactions`

`titan.stripe.customer_balance_transactions`의 소스 열 수는 13개입니다.

```columns table=stripe.customer_balance_transactions
id                                      string pk           `id` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
amount                                  integer             `amount` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
ending_balance                          integer             `endingBalance` 소스 필드.
metadata                                json                `metadata` 소스 필드.
type                                    string              `type` 소스 필드.
checkout_session_id                     string              `checkoutSessionId` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
credit_note_id                          string              `creditNoteId` 소스 필드.
invoice_id                              string              `invoiceId` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
```

### `invoices`

`titan.stripe.invoices`의 소스 열 수는 70개입니다.

```columns table=stripe.invoices
id                                      string pk           `id` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
auto_advance                            boolean             `autoAdvance` 소스 필드.
automatic_tax                           json                `automaticTax` 소스 필드.
collection_method                       string              `collectionMethod` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
hosted_invoice_url                      string              `hostedInvoiceUrl` 소스 필드.
metadata                                json                `metadata` 소스 필드.
parent                                  json                `parent` 소스 필드.
period_start                            datetime            `periodStart` 소스 필드.
period_end                              datetime            `periodEnd` 소스 필드.
status                                  string              `status` 소스 필드.
total                                   integer             `total` 소스 필드.
account_country                         string              `accountCountry` 소스 필드.
account_name                            string              `accountName` 소스 필드.
account_tax_ids                         json                `accountTaxIds` 소스 필드.
amount_due                              integer             `amountDue` 소스 필드.
amount_overpaid                         integer             `amountOverpaid` 소스 필드.
amount_paid                             integer             `amountPaid` 소스 필드.
amount_remaining                        integer             `amountRemaining` 소스 필드.
amount_shipping                         integer             `amountShipping` 소스 필드.
attempt_count                           integer             `attemptCount` 소스 필드.
attempted                               boolean             `attempted` 소스 필드.
automatically_finalizes_at              datetime            `automaticallyFinalizesAt` 소스 필드.
billing_reason                          string              `billingReason` 소스 필드.
custom_fields                           json                `customFields` 소스 필드.
customer_address                        json                `customerAddress` 소스 필드.
customer_email                          string              `customerEmail` 소스 필드.
customer_name                           string              `customerName` 소스 필드.
customer_phone                          string              `customerPhone` 소스 필드.
customer_shipping                       json                `customerShipping` 소스 필드.
customer_tax_exempt                     string              `customerTaxExempt` 소스 필드.
customer_tax_ids                        json                `customerTaxIds` 소스 필드.
default_payment_method                  string              `defaultPaymentMethod` 소스 필드.
default_source                          string              `defaultSource` 소스 필드.
default_tax_rates                       json                `defaultTaxRates` 소스 필드.
discounts                               json                `discounts` 소스 필드.
due_date                                datetime            `dueDate` 소스 필드.
effective_at                            datetime            `effectiveAt` 소스 필드.
ending_balance                          integer             `endingBalance` 소스 필드.
footer                                  string              `footer` 소스 필드.
from_invoice                            json                `fromInvoice` 소스 필드.
invoice_pdf                             string              `invoicePdf` 소스 필드.
last_finalization_error                 json                `lastFinalizationError` 소스 필드.
latest_revision                         string              `latestRevision` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
next_payment_attempt                    datetime            `nextPaymentAttempt` 소스 필드.
number                                  string              `number` 소스 필드.
payment_settings                        json                `paymentSettings` 소스 필드.
payments                                json                `payments` 소스 필드.
post_payment_credit_notes_amount        integer             `postPaymentCreditNotesAmount` 소스 필드.
pre_payment_credit_notes_amount         integer             `prePaymentCreditNotesAmount` 소스 필드.
receipt_number                          string              `receiptNumber` 소스 필드.
rendering                               json                `rendering` 소스 필드.
shipping_cost                           json                `shippingCost` 소스 필드.
shipping_details                        json                `shippingDetails` 소스 필드.
starting_balance                        integer             `startingBalance` 소스 필드.
statement_descriptor                    string              `statementDescriptor` 소스 필드.
status_transitions                      json                `statusTransitions` 소스 필드.
subtotal                                integer             `subtotal` 소스 필드.
subtotal_excluding_tax                  integer             `subtotalExcludingTax` 소스 필드.
test_clock                              string              `testClock` 소스 필드.
threshold_reason                        json                `thresholdReason` 소스 필드.
total_discount_amounts                  json                `totalDiscountAmounts` 소스 필드.
total_excluding_tax                     integer             `totalExcludingTax` 소스 필드.
total_pretax_credit_amounts             json                `totalPretaxCreditAmounts` 소스 필드.
total_taxes                             json                `totalTaxes` 소스 필드.
webhooks_delivered_at                   datetime            `webhooksDeliveredAt` 소스 필드.
```

### `invoice_discounts`

`titan.stripe.invoice_discounts`의 소스 열 수는 9개입니다.

```columns table=stripe.invoice_discounts
id                                      string pk           `id` 소스 필드.
invoice_id                              string pk           `invoiceId` 소스 필드.
invoice_item_id                         string              `invoiceItemId` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
subscription_id                         string              `subscriptionId` 소스 필드.
coupon                                  json                `coupon` 소스 필드.
start                                   datetime            `start` 소스 필드.
end                                     datetime            `end` 소스 필드.
checkout_session                        string              `checkoutSession` 소스 필드.
```

### `invoice_items`

`titan.stripe.invoice_items`의 소스 열 수는 21개입니다.

```columns table=stripe.invoice_items
id                                      string pk           `id` 소스 필드.
invoice_id                              string              `invoiceId` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
subscription_id                         string              `subscriptionId` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
amount                                  integer             `amount` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
metadata                                json                `metadata` 소스 필드.
parent                                  json                `parent` 소스 필드.
period_start                            datetime            `periodStart` 소스 필드.
period_end                              datetime            `periodEnd` 소스 필드.
pricing                                 json                `pricing` 소스 필드.
proration                               boolean             `proration` 소스 필드.
date                                    datetime            `date` 소스 필드.
discountable                            boolean             `discountable` 소스 필드.
discounts                               json                `discounts` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
quantity                                integer             `quantity` 소스 필드.
tax_rates                               json                `taxRates` 소스 필드.
test_clock                              string              `testClock` 소스 필드.
```

### `invoice_line_items`

`titan.stripe.invoice_line_items`의 소스 열 수는 19개입니다.

```columns table=stripe.invoice_line_items
id                                      string pk           `id` 소스 필드.
invoice_id                              string              `invoiceId` 소스 필드.
amount                                  integer             `amount` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
metadata                                json                `metadata` 소스 필드.
parent                                  json                `parent` 소스 필드.
period_start                            datetime            `periodStart` 소스 필드.
period_end                              datetime            `periodEnd` 소스 필드.
pricing                                 json                `pricing` 소스 필드.
quantity                                integer             `quantity` 소스 필드.
discount_amounts                        json                `discountAmounts` 소스 필드.
discountable                            boolean             `discountable` 소스 필드.
discounts                               json                `discounts` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
pretax_credit_amounts                   json                `pretaxCreditAmounts` 소스 필드.
taxes                                   json                `taxes` 소스 필드.
unique_id                               string              `uniqueId` 소스 필드.
unique_line_item_id                     string              `uniqueLineItemId` 소스 필드.
```

### `events`

`titan.stripe.events`의 소스 열 수는 4개입니다.

```columns table=stripe.events
id                                      string pk           `id` 소스 필드.
type                                    string              `type` 소스 필드.
data                                    json                `data` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
```

### `charges`

`titan.stripe.charges`의 소스 열 수는 36개입니다.

```columns table=stripe.charges
id                                      string pk           `id` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
amount                                  integer             `amount` 소스 필드.
balance_transaction_id                  string              `balanceTransactionId` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
billing_details                         json                `billingDetails` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
disputed                                boolean             `disputed` 소스 필드.
metadata                                json                `metadata` 소스 필드.
payment_intent_id                       string              `paymentIntentId` 소스 필드.
payment_method_details                  json                `paymentMethodDetails` 소스 필드.
receipt_email                           string              `receiptEmail` 소스 필드.
refunded                                boolean             `refunded` 소스 필드.
shipping                                json                `shipping` 소스 필드.
statement_descriptor                    string              `statementDescriptor` 소스 필드.
statement_descriptor_suffix             string              `statementDescriptorSuffix` 소스 필드.
status                                  string              `status` 소스 필드.
amount_captured                         integer             `amountCaptured` 소스 필드.
amount_refunded                         integer             `amountRefunded` 소스 필드.
calculated_statement_descriptor         string              `calculatedStatementDescriptor` 소스 필드.
captured                                boolean             `captured` 소스 필드.
failure_balance_transaction_id          string              `failureBalanceTransactionId` 소스 필드.
failure_code                            string              `failureCode` 소스 필드.
failure_message                         string              `failureMessage` 소스 필드.
fraud_details                           json                `fraudDetails` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
outcome                                 json                `outcome` 소스 필드.
paid                                    boolean             `paid` 소스 필드.
payment_method_id                       string              `paymentMethodId` 소스 필드.
presentment_details                     json                `presentmentDetails` 소스 필드.
radar_options                           json                `radarOptions` 소스 필드.
receipt_number                          string              `receiptNumber` 소스 필드.
receipt_url                             string              `receiptUrl` 소스 필드.
refunds                                 json                `refunds` 소스 필드.
review                                  string              `review` 소스 필드.
```

### `payment_methods`

`titan.stripe.payment_methods`의 소스 열 수는 6개입니다.

```columns table=stripe.payment_methods
id                                      string pk           `id` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
billing_details                         json                `billingDetails` 소스 필드.
metadata                                json                `metadata` 소스 필드.
type                                    string              `type` 소스 필드.
```

### `payment_intents`

`titan.stripe.payment_intents`의 소스 열 수는 29개입니다.

```columns table=stripe.payment_intents
id                                      string pk           `id` 소스 필드.
amount                                  integer             `amount` 소스 필드.
currency                                string              `currency` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
description                             string              `description` 소스 필드.
latest_charge                           string              `latestCharge` 소스 필드.
metadata                                json                `metadata` 소스 필드.
next_action                             json                `nextAction` 소스 필드.
payment_method_id                       string              `paymentMethodId` 소스 필드.
receipt_email                           string              `receiptEmail` 소스 필드.
setup_future_usage                      string              `setupFutureUsage` 소스 필드.
shipping                                json                `shipping` 소스 필드.
statement_descriptor                    string              `statementDescriptor` 소스 필드.
statement_descriptor_suffix             string              `statementDescriptorSuffix` 소스 필드.
status                                  string              `status` 소스 필드.
amount_capturable                       integer             `amountCapturable` 소스 필드.
amount_details                          json                `amountDetails` 소스 필드.
amount_received                         integer             `amountReceived` 소스 필드.
canceled_at                             datetime            `canceledAt` 소스 필드.
cancellation_reason                     string              `cancellationReason` 소스 필드.
capture_method                          string              `captureMethod` 소스 필드.
confirmation_method                     string              `confirmationMethod` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
payment_method_configuration_details    json                `paymentMethodConfigurationDetails` 소스 필드.
payment_method_options                  json                `paymentMethodOptions` 소스 필드.
presentment_details                     json                `presentmentDetails` 소스 필드.
processing                              json                `processing` 소스 필드.
review_id                               string              `reviewId` 소스 필드.
```

### `subscriptions`

`titan.stripe.subscriptions`의 소스 열 수는 38개입니다.

```columns table=stripe.subscriptions
id                                      string pk           `id` 소스 필드.
automatic_tax                           json                `automaticTax` 소스 필드.
currency                                string              `currency` 소스 필드.
customer_id                             string              `customerId` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
ended_at                                datetime            `endedAt` 소스 필드.
default_payment_method                  string              `defaultPaymentMethod` 소스 필드.
description                             string              `description` 소스 필드.
latest_invoice                          string              `latestInvoice` 소스 필드.
metadata                                json                `metadata` 소스 필드.
pending_setup_intent                    string              `pendingSetupIntent` 소스 필드.
pending_update                          json                `pendingUpdate` 소스 필드.
status                                  string              `status` 소스 필드.
billing_cycle_anchor                    datetime            `billingCycleAnchor` 소스 필드.
billing_cycle_anchor_config             json                `billingCycleAnchorConfig` 소스 필드.
billing_mode                            json                `billingMode` 소스 필드.
billing_thresholds                      json                `billingThresholds` 소스 필드.
cancel_at                               datetime            `cancelAt` 소스 필드.
cancel_at_period_end                    boolean             `cancelAtPeriodEnd` 소스 필드.
canceled_at                             datetime            `canceledAt` 소스 필드.
cancellation_details                    json                `cancellationDetails` 소스 필드.
collection_method                       string              `collectionMethod` 소스 필드.
days_until_due                          integer             `daysUntilDue` 소스 필드.
default_source                          string              `defaultSource` 소스 필드.
default_tax_rates                       json                `defaultTaxRates` 소스 필드.
discounts                               json                `discounts` 소스 필드.
invoice_settings                        json                `invoiceSettings` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
next_pending_invoice_item_invoice       datetime            `nextPendingInvoiceItemInvoice` 소스 필드.
pause_collection                        json                `pauseCollection` 소스 필드.
payment_settings                        json                `paymentSettings` 소스 필드.
pending_invoice_item_interval           json                `pendingInvoiceItemInterval` 소스 필드.
schedule                                string              `schedule` 소스 필드.
start_date                              datetime            `startDate` 소스 필드.
test_clock                              string              `testClock` 소스 필드.
trial_end                               datetime            `trialEnd` 소스 필드.
trial_settings                          json                `trialSettings` 소스 필드.
trial_start                             datetime            `trialStart` 소스 필드.
```

### `subscription_items`

`titan.stripe.subscription_items`의 소스 열 수는 11개입니다.

```columns table=stripe.subscription_items
id                                      string pk           `id` 소스 필드.
metadata                                json                `metadata` 소스 필드.
price                                   json                `price` 소스 필드.
quantity                                integer             `quantity` 소스 필드.
subscription_id                         string              `subscriptionId` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
billing_thresholds                      json                `billingThresholds` 소스 필드.
current_period_start                    datetime            `currentPeriodStart` 소스 필드.
current_period_end                      datetime            `currentPeriodEnd` 소스 필드.
discounts                               json                `discounts` 소스 필드.
tax_rates                               json                `taxRates` 소스 필드.
```

### `plans`

`titan.stripe.plans`의 소스 열 수는 19개입니다.

```columns table=stripe.plans
id                                      string pk           `id` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
active                                  boolean             `active` 소스 필드.
currency                                string              `currency` 소스 필드.
interval                                string              `interval` 소스 필드.
interval_count                          integer             `intervalCount` 소스 필드.
metadata                                json                `metadata` 소스 필드.
nickname                                string              `nickname` 소스 필드.
product_id                              string              `productId` 소스 필드.
trial_period_days                       integer             `trialPeriodDays` 소스 필드.
aggregate_usage                         string              `aggregateUsage` 소스 필드.
amount_decimal                          float               `amountDecimal` 소스 필드.
billing_scheme                          string              `billingScheme` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
meter                                   string              `meter` 소스 필드.
tiers                                   json                `tiers` 소스 필드.
tiers_mode                              string              `tiersMode` 소스 필드.
transform_usage                         json                `transformUsage` 소스 필드.
usage_type                              string              `usageType` 소스 필드.
```

### `prices`

`titan.stripe.prices`의 소스 열 수는 20개입니다.

```columns table=stripe.prices
id                                      string pk           `id` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
active                                  boolean             `active` 소스 필드.
currency                                string              `currency` 소스 필드.
metadata                                json                `metadata` 소스 필드.
nickname                                string              `nickname` 소스 필드.
product_id                              string              `productId` 소스 필드.
recurring                               json                `recurring` 소스 필드.
tax_behavior                            string              `taxBehavior` 소스 필드.
type                                    string              `type` 소스 필드.
unit_amount                             integer             `unitAmount` 소스 필드.
billing_scheme                          string              `billingScheme` 소스 필드.
currency_options                        json                `currencyOptions` 소스 필드.
custom_unit_amount                      json                `customUnitAmount` 소스 필드.
livemode                                boolean             `livemode` 소스 필드.
lookup_key                              string              `lookupKey` 소스 필드.
tiers                                   json                `tiers` 소스 필드.
tiers_mode                              string              `tiersMode` 소스 필드.
transform_quantity                      json                `transformQuantity` 소스 필드.
unit_amount_decimal                     float               `unitAmountDecimal` 소스 필드.
```

### `refunds`

`titan.stripe.refunds`의 소스 열 수는 19개입니다.

```columns table=stripe.refunds
id                                      string pk           `id` 소스 필드.
amount                                  integer             `amount` 소스 필드.
created_at                              datetime            `createdAt` 소스 필드.
charge_id                               string              `chargeId` 소스 필드.
currency                                string              `currency` 소스 필드.
description                             string              `description` 소스 필드.
metadata                                json                `metadata` 소스 필드.
payment_intent_id                       string              `paymentIntentId` 소스 필드.
reason                                  string              `reason` 소스 필드.
status                                  string              `status` 소스 필드.
balance_transaction_id                  string              `balanceTransactionId` 소스 필드.
destination_details                     json                `destinationDetails` 소스 필드.
failure_balance_transaction_id          string              `failureBalanceTransactionId` 소스 필드.
failure_reason                          string              `failureReason` 소스 필드.
instructions_email                      string              `instructionsEmail` 소스 필드.
next_action                             json                `nextAction` 소스 필드.
pending_reason                          string              `pendingReason` 소스 필드.
receipt_number                          string              `receiptNumber` 소스 필드.
refund_application_fee                  boolean             `refundApplicationFee` 소스 필드.
```

## 삭제와 이력

행은 소스 키로 병합됩니다. 소스에서 행 삭제를 입증할 수 있으면 Supernova는 행을 유지하고 `_deleted`를 설정합니다. 따라서 쿼리에서 이력을 포함할지 선택할 수 있습니다. 현재 상태를 조회하는 쿼리에는 `where not _deleted` 필터를 사용하세요.
