Polarex.CustomerSubscriptionCancel (Polarex v0.2.0)

View Source

Provides struct and type for a CustomerSubscriptionCancel

Summary

Types

t()

@type t() :: %Polarex.CustomerSubscriptionCancel{
  cancel_at_period_end: boolean() | nil,
  cancellation_comment: String.t() | nil,
  cancellation_reason: String.t() | nil
}