View Source ExOAPI.Stripe.Schemas.InvoicesLineItemsCreditedItems (exoapi_stripe v0.1.4)

:invoice :: ExOAPI.Stripe.Schemas.Invoice

Invoice containing the credited invoice line items

::invoice_line_items :: :string

Link to this section Summary

Link to this section Types

@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.InvoicesLineItemsCreditedItems{
  invoice: String.t() | nil,
  invoice_line_items: [String.t()] | nil
}

Link to this section Functions

Link to this function

changeset(struct \\ %__MODULE__{}, params)

View Source
@spec changeset(t(), params()) :: Ecto.Changeset.t()