View Source ExOAPI.Stripe.Schemas.InvoicesLineItemsProrationDetails (exoapi_stripe v0.1.4)
:credited_items :: ExOAPI.Stripe.Schemas.InvoicesLineItemsCreditedItems
For a credit proration line_item
, the original debit line_items to which the credit proration applies.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.InvoicesLineItemsProrationDetails{
credited_items: ExOAPI.EctoTypes.AnyOf.t() | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()