BillingHealthCheckResult

BillingHealthCheckResult class

Represents the result of a billing system health check, indicating whether the billing service is operational.

public class BillingHealthCheckResult

Constructors

NameDescription
BillingHealthCheckResult()The default constructor.

Properties

NameDescription
IsHealthy { get; set; }Gets or sets a value indicating whether the billing system is healthy.
Message { get; set; }Gets or sets a descriptive message providing additional details about the health check status or any encountered errors.

See Also