Polarex.CustomerSubscriptionPause (Polarex v0.5.0)

Copy Markdown View Source

Provides struct and type for a CustomerSubscriptionPause

Summary

Types

t()

@type t() :: %Polarex.CustomerSubscriptionPause{
  pause_at_period_end: boolean(),
  resumes_at: DateTime.t() | nil
}