FulfillmentBenefit
Desired external fulfillment follows its same-purchase entitlement contribution, not unrelated grants.
Declaration
Section titled “Declaration”const FulfillmentBenefit: Schema.Struct<{ entitlement: Schema.brand<Schema.String, "EntitlementKey">; validity: Schema.Literal<"while_entitled">; type: Schema.tag<"external_fulfillment">; binding: Schema.Struct<{ key: Schema.brand<Schema.String, "FulfillmentBindingKey">; revision: Schema.brand<Schema.Int, "DefinitionRevision">; }>;}>;