Skip to content

RemissionNoteBodyOptions

Properties

recipient

ts
recipient: Recipient;

items

ts
items: readonly RemissionItemLike[];

departure

ts
departure: TransportEndpointLike;

arrival

ts
arrival: TransportEndpointLike;

vehicle

ts
vehicle: VehicleLike;

carrier

ts
carrier: CarrierLike;

estimatedKilometers

ts
estimatedKilometers: number;

startDate

ts
startDate: DateLike;

endDate

ts
endDate: DateLike;

associatedDocument?

ts
optional associatedDocument?: AssociatedDocument;

reason?

ts
optional reason?: 2 | 1 | 3 | 8 | 5 | 10 | 4 | 6 | 7 | 9 | 11 | 12 | 13 | 14 | 99;

responsible?

ts
optional responsible?: 2 | 1 | 3 | 5 | 4;

transportType?

ts
optional transportType?: 2 | 1;

transportMode?

ts
optional transportMode?: 2 | 1 | 3 | 4;

freightResponsible?

ts
optional freightResponsible?: 2 | 1 | 3 | 5 | 4;

remissionDate?

ts
optional remissionDate?: DateLike;

invoiceId?

ts
optional invoiceId?: number;

description?

ts
optional description?: string;

obs?

ts
optional obs?: string;

number?

ts
optional number?: string;

extra?

ts
optional extra?: Body;