Class DeliveryInformation
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
DeliverToAddress
BG-15: Deliver to address.
public Address? DeliverToAddress { get; init; }
Property Value
DeliverToLocationId
BT-71: Deliver to location identifier.
public string? DeliverToLocationId { get; init; }
Property Value
DeliverToLocationSchemeId
BT-71 scheme: Scheme identifier for the location identifier.
public string? DeliverToLocationSchemeId { get; init; }
Property Value
DeliverToName
BT-70: Deliver to party name.
public string? DeliverToName { get; init; }