DodoPayments.BrandArchiveResponse (dodo_payments v0.1.0)

Copy Markdown View Source

The permanent brand-archive result and counts of records moved.

Summary

Types

t()

@type t() :: %DodoPayments.BrandArchiveResponse{
  archived_at: String.t() | nil,
  brand_id: String.t() | nil,
  collections_moved: number() | nil,
  extra: map(),
  moved_to_brand_id: String.t() | nil,
  products_moved: number() | nil,
  subscriptions_moved: number() | nil
}