Moloni developers espana logo

DocumentSettingsOverrides

Back


Custom JSON that defines the total value limits in the fiscal settings.

type DocumentSettingsOverrides =  Partial<Record<ApiCode, { notesRequired: boolean }>gt;;
type DocumentSettingsOverride = {
 creditNote: {
 notesRequired: boolean;};
}