(ctx context.Context, orgID string, errorType BillingIssueType)
| 332 | |
| 333 | FindBillingIssuesForOrg(ctx context.Context, orgID string) ([]*BillingIssue, error) |
| 334 | FindBillingIssueByTypeForOrg(ctx context.Context, orgID string, errorType BillingIssueType) (*BillingIssue, error) |
| 335 | FindBillingIssueByType(ctx context.Context, errorType BillingIssueType) ([]*BillingIssue, error) |
| 336 | FindBillingIssueByTypeAndOverdueProcessed(ctx context.Context, errorType BillingIssueType, overdueProcessed bool) ([]*BillingIssue, error) |
| 337 | UpsertBillingIssue(ctx context.Context, opts *UpsertBillingIssueOptions) (*BillingIssue, error) |
no outgoing calls
no test coverage detected