Polarex.OrganizationCustomerEmailSettings (Polarex v0.2.8)

View Source

Provides struct and type for a OrganizationCustomerEmailSettings

Summary

Types

t()

@type t() :: %Polarex.OrganizationCustomerEmailSettings{
  order_confirmation: boolean(),
  subscription_cancellation: boolean(),
  subscription_confirmation: boolean(),
  subscription_cycled: boolean(),
  subscription_past_due: boolean(),
  subscription_revoked: boolean(),
  subscription_uncanceled: boolean(),
  subscription_updated: boolean()
}