A monthly billing statement.
Summary
Types
@type t() :: %Ramp.Statements.Statement{ created_at: DateTime.t() | nil, id: String.t(), payment_due_date: DateTime.t() | nil, period_end: DateTime.t() | nil, period_start: DateTime.t() | nil, sync_status: String.t() | nil, total_amount: Ramp.Money.t() }