Skip to content

NoteBodyOptions

Properties

dateField

ts
dateField: string;

numberField

ts
numberField: string;

recipient

ts
recipient: Recipient;

items

ts
items: readonly Item[];

associatedDocument

ts
associatedDocument: AssociatedDocument;

currency?

ts
optional currency?: "PYG" | "USD" | "PAB";

documentDate?

ts
optional documentDate?: DateLike;

exchangeRate?

ts
optional exchangeRate?: number;

description?

ts
optional description?: string;

obs?

ts
optional obs?: string;

number?

ts
optional number?: string;

invoiceId?

ts
optional invoiceId?: number;

taxedBreakdown?

ts
optional taxedBreakdown?: boolean;

extra?

ts
optional extra?: Body;