ActorChargeEvent
Index
Properties
event_description
Human-readable description of what triggers this event.
event_price_usd
Flat price per event in USD. Present only for non-tiered events. Mutually exclusive with eventTieredPricingUsd.
event_tiered_pricing_usd
event_title
Human-readable title shown to users in the billing UI.
is_one_time_event
Whether this event can only be charged once per Actor run.
is_primary_event
Whether this event is the Actor's primary chargeable event.
Definition of a single chargeable event for a pay-per-event Actor. Each event is either flat-priced (
eventPriceUsdis set) or tier-priced (eventTieredPricingUsdis set); the two are mutually exclusive.