Skip to content

Commit

Permalink
Added import for CaptureData
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostMollie authored Sep 8, 2023
1 parent 0b38ac3 commit 94ba867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/payments/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { type ChargebackData } from '../chargebacks/Chargeback';
import { type Address, type Amount, type ApiMode, type CardAudience, type CardFailureReason, type CardLabel, type FeeRegion, type HistoricPaymentMethod, type Links, type Locale, type PaymentMethod, type SequenceType, type Url } from '../global';
import type Model from '../Model';
import { type RefundData } from '../refunds/data';
import { type CaptureData } from './captures/data'

export interface PaymentData extends Model<'payment'> {
/**
Expand Down

0 comments on commit 94ba867

Please sign in to comment.