PolarExpress.Schemas.BenefitGrantDownloadablesWebhook
(polar_express v0.2.2)
Copy Markdown
View Source
BenefitGrantDownloadablesWebhook
Summary
Types
@type t() :: %PolarExpress.Schemas.BenefitGrantDownloadablesWebhook{ benefit: term(), benefit_id: term(), created_at: term(), customer: term(), customer_id: term(), error: term(), granted_at: term(), id: term(), is_granted: term(), is_revoked: term(), member: term(), member_id: term(), modified_at: term(), order_id: term(), previous_properties: term(), properties: term(), revoked_at: term(), subscription_id: term() }
benefitbenefit_id- The ID of the benefit concerned by this grant. Format: uuid4.created_at- Creation timestamp of the object. Format: date-time.customercustomer_id- The ID of the customer concerned by this grant. Format: uuid4.error- The error information if the benefit grant failed with an unrecoverable error. Nullable.granted_at- The timestamp when the benefit was granted. IfNone, the benefit is not granted. Nullable.id- The ID of the grant. Format: uuid4.is_granted- Whether the benefit is granted.is_revoked- Whether the benefit is revoked.member- Nullable.member_id- The ID of the member concerned by this grant. Nullable.modified_at- Last modification timestamp of the object. Nullable.order_id- The ID of the order that granted this benefit. Nullable.previous_properties- Nullable.propertiesrevoked_at- The timestamp when the benefit was revoked. IfNone, the benefit is not revoked. Nullable.subscription_id- The ID of the subscription that granted this benefit. Nullable.