 | ShipmentConfirmation2DtoShipment Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ShipmentConfirmationDto Shipment { get; set; }
Public Property Shipment As ShipmentConfirmationDto
Get
Set
public:
property ShipmentConfirmationDto^ Shipment {
ShipmentConfirmationDto^ get ();
void set (ShipmentConfirmationDto^ value);
}
member Shipment : ShipmentConfirmationDto with get, set
Property Value
Type:
ShipmentConfirmationDto
See Also