Skip to content

FinalizeMeteredInvoice

Public command closing the current period of one metered subscription.

const FinalizeMeteredInvoice: Schema.Struct<{
subscriptionId: Schema.brand<Schema.String, "SubscriptionId">;
periodEndsAt: Schema.brand<Schema.Int, "EpochMilliseconds">;
}>;