 | SalesOrderShipmentDto.CreateShippingLabels Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool? CreateShippingLabels { get; set; }
Public Property CreateShippingLabels As Boolean?
Get
Set
public:
property Nullable<bool> CreateShippingLabels {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member CreateShippingLabels : Nullable<bool> with get, set
Property Value
Type:
Nullable<Boolean>
See Also