Type Alias FailedPaymentCancellation
FailedPaymentCancellation: {
status: "FAILED";
id: string;
pgCancellationId?: string;
totalAmount: number;
taxFreeAmount: number;
vatAmount: number;
easyPayDiscountAmount?: number;
reason: string;
cancelledAt?: string;
requestedAt: string;
}
Type declaration
status: "FAILED"
id: string
Optional
pgCancellationId?: string
totalAmount: number
taxFreeAmount: number
vatAmount: number
Optional
easyPayDiscountAmount?: number
reason: string
Optional
cancelledAt?: string
requestedAt: string
취소 실패 상태