# `PhoenixKitBilling.Web.InvoiceDetail.Actions`
[🔗](https://github.com/BeamLabEU/phoenix_kit_billing/blob/0.5.1/lib/phoenix_kit_billing/web/invoice_detail/actions.ex#L1)

Action handlers for the invoice detail LiveView.

Contains business logic for payment recording, refunds,
sending documents, voiding, and receipt generation.
Each function takes a socket and returns `{:noreply, socket}`.

# `generate_receipt`

# `pay_with_provider`

# `record_payment`

# `record_refund`

# `send_credit_note`

# `send_invoice`

# `send_payment_confirmation`

# `send_receipt`

# `void_invoice`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
