Skip to content

Class.Delivery

github-actions[bot] edited this page Dec 9, 2024 · 6 revisions

einvoicing / Delivery

Class: Delivery

Extends

Implements

Constructors

new Delivery()

protected new Delivery(props): Delivery

Parameters

props

IDelivery

Returns

Delivery

Inherited from

ValueObject.constructor

Defined in

base/ValueObject.ts:18

Properties

props

readonly props: IDelivery

Inherited from

ValueObject.props

Defined in

base/ValueObject.ts:16

Accessors

address

Get Signature

get address(): Address

Get the delivery postal address.

Returns

Address

Set Signature

set address(value): void

Set the delivery postal address.

Parameters
value

Address

Returns

void

Implementation of

IDelivery.address

Defined in

valueObject/Delivery.ts:77


date

Get Signature

get date(): DateOnly

Get the actual delivery date.

Returns

DateOnly

Set Signature

set date(value): void

Set the actual delivery date.

Parameters
value

DateOnly

Returns

void

Implementation of

IDelivery.date

Defined in

valueObject/Delivery.ts:49


locationId

Get Signature

get locationId(): string

Get the delivery location identifier.

Returns

string

Set Signature

set locationId(value): void

Set the delivery location identifier.

Parameters
value

string

Returns

void

Implementation of

IDelivery.locationId

Defined in

valueObject/Delivery.ts:63


name

Get Signature

get name(): string

Get the delivery name.

Returns

string

Set Signature

set name(value): void

Set the delivery name.

Parameters
value

string

Returns

void

Implementation of

IDelivery.name

Defined in

valueObject/Delivery.ts:35

Methods

equals()

equals(vo?): boolean

Parameters

vo?

ValueObject<IDelivery>

Returns

boolean

Inherited from

ValueObject.equals

Defined in

base/ValueObject.ts:22


toPrimitive()

toPrimitive(): IDelivery

Returns

IDelivery

Defined in

valueObject/Delivery.ts:88


create()

static create(props): Delivery

Parameters

props

IDelivery

Returns

Delivery

Defined in

valueObject/Delivery.ts:28

Clone this wiki locally