Skip to content

DownloadEmailBenefit

Optional customer email delivery of a versioned asset after eligible settlement.

const DownloadEmailBenefit: Schema.Struct<{
recipient: Schema.Literal<"customer">;
trigger: Schema.Literal<"eligible_settlement">;
type: Schema.tag<"download_email">;
asset: Schema.Struct<{
key: Schema.brand<Schema.String, "DownloadAssetKey">;
revision: Schema.brand<Schema.Int, "DefinitionRevision">;
}>;
}>;