DodoPayments.DiscountCustomer (dodo_payments v0.1.0)

Copy Markdown View Source

A customer attached to a discount allow list.

Summary

Types

t()

@type t() :: %DodoPayments.DiscountCustomer{
  customer_id: String.t() | nil,
  extra: map()
}