Polarex.CustomerBenefitGrantDownloadables (Polarex v0.2.0)
View SourceProvides struct and type for a CustomerBenefitGrantDownloadables
Summary
Types
@type t() :: %Polarex.CustomerBenefitGrantDownloadables{ benefit: Polarex.BenefitDownloadablesSubscriber.t(), benefit_id: String.t(), created_at: DateTime.t(), customer: Polarex.CustomerPortalCustomer.t(), customer_id: String.t(), granted_at: DateTime.t() | nil, id: String.t(), is_granted: boolean(), is_revoked: boolean(), modified_at: DateTime.t() | nil, order_id: String.t() | nil, properties: Polarex.BenefitGrantDownloadablesProperties.t(), revoked_at: DateTime.t() | nil, subscription_id: String.t() | nil }