PMS REST API
Online documentation
SetBillingInstructionsResponse
Inheritance: ResponseBase
Set Billing Instruction response
| Property Name | Type | Description |
| SuccessCount | int | Billing Instruction count that is successfully set |
| FailedCount | int | Billing Instruction count that has error |
| ErrorMsg | string | returns error message if operation has any error |
| SaveResults | List< BillingInstructionSaveResult > | List of Billing Instruction save result for each record in input order |

