Represents a Unit account statement.
Statements are generated on the 1st of every month for both deposit and credit accounts. Retrieve as HTML or PDF.
@type t() :: %Unit.Resource.Statement{ account_id: String.t() | nil, customer_id: String.t() | nil, id: String.t(), period: String.t() | nil, type: String.t() }