internal class OutOfCreditProblemDetails : ProblemDetails
{
    public decimal Balance { get; set; }
}