# Functions
NewGenerateInvoicePdfCommand constructs new commmand of this type.
NewGetInvoiceCommand constructs new commmand of this type.
NewGetInvoicesCommand constructs new commmand of this type.
NewPayInvoiceCommand constructs new commmand of this type.
# Structs
GenerateInvoicePdfCommand represents command that generates invoice details as PDF for a specific invoice on the account.
GetInvoiceCommand represents command that retrieves a specific invoice for the account.
GetInvoicesCommand represents command that retrieves a paginated list of invoices for the account.
PayInvoiceCommand represents command that manually pays a specific invoice for the account.