Polarex.CustomerStateBenefitGrant (Polarex v0.2.0)
View SourceProvides struct and type for a CustomerStateBenefitGrant
Summary
Types
@type t() :: %Polarex.CustomerStateBenefitGrant{ benefit_id: String.t(), benefit_type: String.t(), created_at: DateTime.t(), granted_at: DateTime.t(), id: String.t(), modified_at: DateTime.t() | nil, properties: map() | Polarex.BenefitGrantDiscordProperties.t() | Polarex.BenefitGrantDownloadablesProperties.t() | Polarex.BenefitGrantGitHubRepositoryProperties.t() | Polarex.BenefitGrantLicenseKeysProperties.t() }