DodoPayments.BrandListResponse (dodo_payments v0.1.0)

Copy Markdown View Source

The non-paginated brand list envelope.

Summary

Types

t()

@type t() :: %DodoPayments.BrandListResponse{
  extra: map(),
  items: [DodoPayments.ResponseTypes.brand()] | nil
}