Payload schema for :"refund.created" events (D3-66).
:"refund.created"
@type t() :: %Accrue.Events.Schemas.RefundCreated{ amount_minor: integer() | nil, charge_id: String.t() | nil, currency: atom() | String.t() | nil, reason: atom() | String.t() | nil, source: atom(), stripe_id: String.t() | nil }
@spec schema_version() :: pos_integer()