CreditViewModel
Used to update Rep's Payment Credit
| Name | Description | Type | Additional information | 
|---|---|---|---|
| RepDID | 
                         Rep Number.  | 
                    string | 
                             None.  | 
                
| CustomerDID | 
                         Customer Number.  | 
                    string | 
                             None.  | 
                
| CreditType | 
                         Credit Type ID.  | 
                    integer | 
                             None.  | 
                
| CreditAccount | 
                         Credit account that the amount will be added to.  | 
                    integer | 
                             None.  | 
                
| Amount | 
                         Amount to add/delete from credit account We will always insert the amount into table PaymentCredit. This can be either positive or negative value.  | 
                    decimal number | 
                             None.  | 
                
| Description | 
                         Description of the credit being added to rep.  | 
                    string | 
                             None.  |