DocumentSettingsOverrides
scalar
Custom JSON that defines the total value limits in the fiscal settings.
type DocumentSettingsOverrides = Partial<Record<ApiCode, { notesRequired: boolean }>>;
type DocumentSettingsOverride = {
creditNote: {
notesRequired: boolean;
};
}