CustomerBenefitGrantCustom
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerBenefitGrantCustom{ benefit: PolarExpress.Schemas.BenefitCustomSubscriber.t() | nil, benefit_id: String.t() | nil, created_at: DateTime.t() | nil, customer: PolarExpress.Schemas.CustomerPortalCustomer.t() | nil, customer_id: String.t() | nil, error: PolarExpress.Schemas.BenefitGrantError.t() | nil, granted_at: DateTime.t() | nil, id: String.t() | nil, is_granted: boolean() | nil, is_revoked: boolean() | nil, member_id: String.t() | nil, modified_at: DateTime.t() | nil, order_id: String.t() | nil, properties: PolarExpress.Schemas.BenefitGrantCustomProperties.t() | nil, revoked_at: DateTime.t() | nil, subscription_id: String.t() | nil }
benefitbenefit_id- Format: uuid4.created_at- Creation timestamp of the object. Format: date-time.customercustomer_id- Format: uuid4.error- Nullable.granted_at- Nullable.id- The ID of the object. Format: uuid4.is_grantedis_revokedmember_id- Nullable.modified_at- Last modification timestamp of the object. Nullable.order_id- Nullable.propertiesrevoked_at- Nullable.subscription_id- Nullable.