# Functions
NewService returns a new instance of AccountService.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client represents an account client.
ClientNotFoundError indicates a client was not found.
Contact represents a UKFast account contact.
ContactNotFoundError indicates a contact was not found.
CreateClientRequest represents a request to create a client.
CreateInvoiceQueryRequest represents a request to create an invoice query.
Credit represents a UKFast account credit.
Details represents a UKFast account details.
Invoice represents a UKFast account invoice.
InvoiceNotFoundError indicates an invoice was not found.
InvoiceQuery represents a UKFast account invoice query.
InvoiceQueryNotFoundError indicates an invoice query was not found.
PatchClientRequest represents a request to update a client.
Service implements AccountService for managing Account certificates via the UKFast API.
# Interfaces
AccountService is an interface for managing account.
# Type aliases
No description provided by the author