DodoPayments.ProductCollectionUnarchiveResponse (dodo_payments v0.1.0)

Copy Markdown View Source

The result of unarchiving a product collection.

Summary

Types

t()

@type t() :: %DodoPayments.ProductCollectionUnarchiveResponse{
  collection_id: String.t() | nil,
  excluded_product_ids: [String.t()] | nil,
  extra: map(),
  message: String.t() | nil
}