Increase.Exports.Export.FeeCsv (Increase v1.0.0)

Copy Markdown View Source

Details of the fee CSV export. This field will be present when the category is equal to fee_csv.

Fields

  • created_at - Filter fees by their created date. The time range must not include any fees that are part of an open fee statement.

Summary

Types

t()

@type t() :: %Increase.Exports.Export.FeeCsv{
  created_at: Increase.Exports.Export.FeeCsv.CreatedAt.t() | nil
}