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