Documentation ¶
Index ¶
- type Client
- func (c *Client) CancelPaymentPlan(id int64) error
- func (c *Client) Count() (int64, error)
- func (c *Client) Create(request *invoiced.InvoiceRequest) (*invoiced.Invoice, error)
- func (c *Client) CreatePaymentPlan(id int64, request *invoiced.PaymentPlanRequest) (*invoiced.PaymentPlan, error)
- func (c *Client) Delete(id int64) error
- func (c *Client) List(filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Invoices, string, error)
- func (c *Client) ListAll(filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Invoices, error)
- func (c *Client) ListAllHelper(endpoint string, filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Invoices, error)
- func (c *Client) ListAllInvoicesEndDate(filter *invoiced.Filter, sort *invoiced.Sort, invoiceDate int64) (invoiced.Invoices, error)
- func (c *Client) ListAllInvoicesStartDate(filter *invoiced.Filter, sort *invoiced.Sort, invoiceDate int64) (invoiced.Invoices, error)
- func (c *Client) ListAllInvoicesStartEndDate(filter *invoiced.Filter, sort *invoiced.Sort, startDate, endDate int64) (invoiced.Invoices, error)
- func (c *Client) ListAllInvoicesUpdatedDate(filter *invoiced.Filter, sort *invoiced.Sort, invoiceDate int64) (invoiced.Invoices, error)
- func (c *Client) ListAttachments(id int64) (invoiced.Files, error)
- func (c *Client) ListHelper(url string, filter *invoiced.Filter, sort *invoiced.Sort) (invoiced.Invoices, string, error)
- func (c *Client) ListInvoiceByNumber(invoiceNumber string) (*invoiced.Invoice, error)
- func (c *Client) Pay(id int64) (*invoiced.Invoice, error)
- func (c *Client) Retrieve(id int64) (*invoiced.Invoice, error)
- func (c *Client) RetrieveAccountingSyncStatus(id int64) (*invoiced.AccountingSyncStatus, error)
- func (c *Client) RetrieveNotes(id int64) (invoiced.Notes, error)
- func (c *Client) RetrievePaymentPlan(id int64) (*invoiced.PaymentPlan, error)
- func (c *Client) SendEmail(id int64, request *invoiced.SendEmailRequest) error
- func (c *Client) SendLetter(id int64) (*invoiced.Letter, error)
- func (c *Client) SendText(id int64, request *invoiced.SendTextMessageRequest) (invoiced.TextMessages, error)
- func (c *Client) Update(id int64, request *invoiced.InvoiceRequest) (*invoiced.Invoice, error)
- func (c *Client) Void(id int64) (*invoiced.Invoice, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*invoiced.Api
}
func (*Client) CancelPaymentPlan ¶
func (*Client) CreatePaymentPlan ¶
func (*Client) ListAllHelper ¶
func (*Client) ListAllInvoicesEndDate ¶
func (*Client) ListAllInvoicesStartDate ¶
func (*Client) ListAllInvoicesStartEndDate ¶
func (*Client) ListAllInvoicesUpdatedDate ¶
func (*Client) ListAttachments ¶
func (*Client) ListHelper ¶
func (*Client) ListInvoiceByNumber ¶
func (*Client) RetrieveAccountingSyncStatus ¶ added in v2.3.0
func (*Client) RetrieveNotes ¶
func (*Client) RetrievePaymentPlan ¶
func (*Client) SendLetter ¶
Click to show internal directories.
Click to hide internal directories.