SalesOrdersOptionShipmentAllowance Property |
Terms on which the shipment of the products in the sales order is allowed. [Required] [Default("A")]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SalesOrdersOptionsRepositoryShipmentAllowance ShipmentAllowance { get; set; }
Public Property ShipmentAllowance As SalesOrdersOptionsRepositoryShipmentAllowance
Get
Set
public:
property SalesOrdersOptionsRepositoryShipmentAllowance^ ShipmentAllowance {
SalesOrdersOptionsRepositoryShipmentAllowance^ get ();
void set (SalesOrdersOptionsRepositoryShipmentAllowance^ value);
}
member ShipmentAllowance : SalesOrdersOptionsRepositoryShipmentAllowance with get, set
Property Value
Type:
SalesOrdersOptionsRepositoryShipmentAllowance
See Also