Type Alias CancelledCashReceipt
CancelledCashReceipt: { status: "CANCELLED"; merchantId: string; storeId: string; paymentId: string; channel: SelectedChannel; amount: number; taxFreeAmount?: number; vatAmount?: number; currency: Currency; orderName: string; isManual: boolean; type?: CashReceiptType; pgReceiptId?: string; issueNumber: string; url?: string; issuedAt: string; cancelledAt: string; } Type declaration
status: "CANCELLED"
merchantId: string
storeId: string
paymentId: string
amount: number
Optional
taxFreeAmount?: number
Optional
vatAmount?: number
orderName: string
isManual: boolean
Optional
pgReceiptId?: string
issueNumber: string
Optional
url?: string
issuedAt: string
cancelledAt: string
발급 취소