Type Alias SucceededPaymentCancellation
SucceededPaymentCancellation: {
status: "SUCCEEDED";
id: string;
pgCancellationId?: string;
totalAmount: number;
taxFreeAmount: number;
vatAmount: number;
easyPayDiscountAmount?: number;
reason: string;
cancelledAt?: string;
requestedAt: string;
receiptUrl?: string;
}
Type declaration
status: "SUCCEEDED"
id: string
Optional
pgCancellationId?: string
totalAmount: number
taxFreeAmount: number
vatAmount: number
Optional
easyPayDiscountAmount?: number
reason: string
Optional
cancelledAt?: string
requestedAt: string
Optional
receiptUrl?: string
취소 완료 상태