Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InvoiceListInvoicesResponse

Hierarchy

  • InvoiceListInvoicesResponse

Index

Properties

Properties

invoices?: { amount_msat?: string; amount_received_msat?: string; bolt11?: string; description?: string; expires_at?: number; label?: string; msatoshi?: number; msatoshi_received?: number; paid_at?: number; pay_index?: number; payment_hash?: string; status?: string }

invoices

Type declaration

  • Optional amount_msat?: string

    amount_msat

  • Optional amount_received_msat?: string

    amount_received_msat

  • Optional bolt11?: string

    bolt11

  • Optional description?: string

    description

  • Optional expires_at?: number

    expires_at

  • Optional label?: string

    label

  • Optional msatoshi?: number

    msatoshi

  • Optional msatoshi_received?: number

    msatoshi_received

  • Optional paid_at?: number

    paid_at

  • Optional pay_index?: number

    pay_index

  • Optional payment_hash?: string

    payment_hash

  • Optional status?: string

    status

Generated using TypeDoc