4D Shipping SDK 2020 .NET Edition

Questions / Feedback?

SenderAddress Property

Identifies the sender's address from which the shipment is originating.

Syntax

public AddressDetail SenderAddress { get; }
Public ReadOnly Property SenderAddress As AddressDetail

Remarks

The SenderAddress will be returned in a track response (when the TrackShipment method is called).

This must be set to an instance of the AddressDetail type, which will contain sender's address details. See the AddressDetail type for more information.

This property is read-only.

Copyright (c) 2023 4D Payments Inc. - All rights reserved.
4D Shipping SDK 2020 .NET Edition - Version 20.1 [Build 8435]