PolarExpress.Params.CustomersDeleteCustomerParams (polar_express v0.1.5)

Copy Markdown View Source

Parameters for customers delete customer.

Summary

Types

t()

@type t() :: %PolarExpress.Params.CustomersDeleteCustomerParams{
  anonymize: boolean() | nil
}
  • anonymize - If true, also anonymize the customer's personal data for GDPR compliance. This replaces email with a hashed version, hashes name and billing name (name preserved for businesses with tax_id), clears billing address, and removes OAuth account data.