Class DeliveryInformation

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

BG-13/BG-15: Deliver to location and delivery address.

public sealed class DeliveryInformation
Inheritance
DeliveryInformation
Inherited Members

Properties

ActualDeliveryDate

BT-72: Actual delivery date.

public DateOnly? ActualDeliveryDate { get; init; }

Property Value

DateOnly?

DeliverToAddress

BG-15: Deliver to address.

public Address? DeliverToAddress { get; init; }

Property Value

Address

DeliverToLocationId

BT-71: Deliver to location identifier.

public string? DeliverToLocationId { get; init; }

Property Value

string

DeliverToLocationSchemeId

BT-71 scheme: Scheme identifier for the location identifier.

public string? DeliverToLocationSchemeId { get; init; }

Property Value

string

DeliverToName

BT-70: Deliver to party name.

public string? DeliverToName { get; init; }

Property Value

string