Polarex.SubscriptionCancel (Polarex v0.2.3)

View Source

Provides struct and type for a SubscriptionCancel

Summary

Types

t()

@type t() :: %Polarex.SubscriptionCancel{
  cancel_at_period_end: boolean(),
  customer_cancellation_comment: String.t() | nil,
  customer_cancellation_reason: String.t() | nil
}