PolarExpress.Schemas.CustomerBenefitGrantCustom (polar_express v0.2.2)

Copy Markdown View Source

CustomerBenefitGrantCustom

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerBenefitGrantCustom{
  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_id: term(),
  modified_at: term(),
  order_id: term(),
  properties: term(),
  revoked_at: term(),
  subscription_id: term()
}
  • benefit
  • benefit_id - Format: uuid4.
  • created_at - Creation timestamp of the object. Format: date-time.
  • customer
  • customer_id - Format: uuid4.
  • error - Nullable.
  • granted_at - Nullable.
  • id - The ID of the object. Format: uuid4.
  • is_granted
  • is_revoked
  • member_id - Nullable.
  • modified_at - Last modification timestamp of the object. Nullable.
  • order_id - Nullable.
  • properties
  • revoked_at - Nullable.
  • subscription_id - Nullable.

Functions

schema_name()