Type Alias SucceededPaymentSchedule
SucceededPaymentSchedule: { status: "SUCCEEDED"; id: string; merchantId: string; storeId: string; paymentId: string; billingKey: string; orderName: string; isCulturalExpense: boolean; isEscrow: boolean; customer: Customer; customData: string; totalAmount: number; taxFreeAmount?: number; vatAmount?: number; currency: Currency; installmentMonth?: number; noticeUrls?: string[]; products?: PaymentProduct[]; createdAt: string; timeToPay: string; startedAt: string; completedAt: string; } Type declaration
status: "SUCCEEDED"
id: string
merchantId: string
storeId: string
paymentId: string
billingKey: string
orderName: string
isCulturalExpense: boolean
isEscrow: boolean
customData: string
totalAmount: number
Optional
taxFreeAmount?: number
Optional
vatAmount?: number
Optional
installmentMonth?: number
Optional
noticeUrls?: string[]
createdAt: string
timeToPay: string
startedAt: string
completedAt: string
결제 성공 상태