Payload schema for :"invoice.paid" events (D3-66).
:"invoice.paid"
@type t() :: %Accrue.Events.Schemas.InvoicePaid{ amount_paid_minor: integer() | nil, currency: atom() | String.t() | nil, source: atom(), stripe_id: String.t() | nil }
@spec schema_version() :: pos_integer()