Interface OfflineEditCancellationOutcome

interface OfflineEditCancellationOutcome {
    cancelledAt: string;
    reasonCode: string;
}

Properties

cancelledAt: string
reasonCode: string