Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method ImportCustomerOrder ( 
 | 
  owning BinaryData customerorder 
 | 
) 
 | 
{ 
 | 
  Description: 'Import customer order to model' 
 | 
  TextBody: 'this.SynchronizeCustomerOrder( &customerorder );' 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
} 
 |