HookSniffAPI.Model.InvoiceListResponse (hooksniff v1.0.0)

Paginated list of invoices

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.InvoiceListResponse{
  data: [HookSniffAPI.Model.InvoiceResponse.t()],
  has_more: boolean(),
  total: integer()
}

Functions

decode(value)