is_healthy property

BillingHealthCheckResult.is_healthy property

Gets or sets a value indicating whether the billing system is healthy.

@property
def is_healthy(self) -> bool:
    ...

@is_healthy.setter
def is_healthy(self, value: bool):
    ...

See Also