Accrue.Events.Schemas.RefundCreated (accrue v0.3.1)

Copy Markdown View Source

Payload schema for :"refund.created" events (D3-66).

Summary

Types

t()

@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
}

Functions

schema_version()

@spec schema_version() :: pos_integer()