Ory.Model.InvoiceDataV1 (ory_client v1.19.0)

Summary

Types

t()

@type t() :: %Ory.Model.InvoiceDataV1{
  billing_period: Ory.Model.TimeInterval.t(),
  currency: String.t(),
  deleted: boolean() | nil,
  items: [Ory.Model.LineItemV1.t()],
  plan: String.t() | nil,
  stripe_invoice_item: String.t() | nil,
  stripe_invoice_status: String.t() | nil,
  stripe_link: String.t() | nil,
  subtitle: String.t() | nil,
  tax: Ory.Model.TaxLineItem.t() | nil,
  title: String.t(),
  total_in_cent: integer()
}

Functions

decode(value)