MonetizationOS Docs
Workflows ReferenceType Definitions

RedeemedWorkflowOffer

type RedeemedWorkflowOffer = {
  offerGroupId: string;
  offerId: string;
  offeringId: string;
  presentation: Record<string, any>;
  redemption: Record<string, any>;
  redemptionSchema: string | null;
};

Properties

offerGroupId

offerGroupId: string;

offerId

offerId: string;

offeringId

offeringId: string;

presentation

presentation: Record<string, any>;

redemption

redemption: Record<string, any>;

redemptionSchema

redemptionSchema: string | null;