RetailSuccessWholeSaleOrderViewModel
Model used for POST api to Create a Wholesale Order Payment
| Name | Description | Type | Additional information | 
|---|---|---|---|
| RepID | 
                         The ID of the Rep placing the order  | 
                    integer | 
                             None.  | 
                
| OrderID | 
                         The ID of the order. Orders will be prefixed with "O-", and online order will be prefixed with "OO-" example order: O-12345 example online order: OO-12345  | 
                    string | 
                             None.  | 
                
| Amount | 
                         Amount to be taken from the ProPay account  | 
                    decimal number | 
                             None.  |