Skip to content

CreateAutoInvoiceOptions

Properties

provider

ts
provider: Provider;

A quién se le compró.


items

ts
items: readonly Item[];

transactionAddress

ts
transactionAddress: string;

Dónde se hizo la operación. La DNIT lo pide aparte del domicilio del proveedor, porque pueden no coincidir.


transactionCity

ts
transactionCity: City;

transactionHouseNumber

ts
transactionHouseNumber: number;

certificateCode

ts
certificateCode: string;

certificateNumber

ts
certificateNumber: string;

currency?

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

autoInvoiceDate?

ts
optional autoInvoiceDate?: DateLike;

exchangeRate?

ts
optional exchangeRate?: number;

description?

ts
optional description?: string;

obs?

ts
optional obs?: string;

term?

ts
optional term?: string;

number?

ts
optional number?: string;

globalDiscount?

ts
optional globalDiscount?: DecimalLike;

establishment?

ts
optional establishment?: string | number;

dispatchPoint?

ts
optional dispatchPoint?: string | number;

idempotencyKey?

ts
optional idempotencyKey?: string;

extra?

ts
optional extra?: Body;