FinalizeMeteredInvoice
Public command closing the current period of one metered subscription.
Declaration
Section titled “Declaration”const FinalizeMeteredInvoice: Schema.Struct<{ subscriptionId: Schema.brand<Schema.String, "SubscriptionId">; periodEndsAt: Schema.brand<Schema.Int, "EpochMilliseconds">;}>;