DownloadEmailBenefit
Optional customer email delivery of a versioned asset after eligible settlement.
Declaration
Section titled “Declaration”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">; }>;}>;