 | SalesOrderDtoSettlePaymentsWithShipment Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[XmlElementAttribute(IsNullable = true)]
public bool? SettlePaymentsWithShipment { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property SettlePaymentsWithShipment As Boolean?
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property Nullable<bool> SettlePaymentsWithShipment {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
[<XmlElementAttribute(IsNullable = true)>]
member SettlePaymentsWithShipment : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also