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