pl-api
    Preparing search index...

    Variable subscriptionInvoiceSchemaConst

    subscriptionInvoiceSchema: ObjectSchema<
        {
            amount: NumberSchema<undefined>;
            chain_id: StringSchema<undefined>;
            created_at: SchemaWithFallback<
                SchemaWithPipe<
                    readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                >,
                string,
            >;
            invoice_expires_at: SchemaWithFallback<
                SchemaWithPipe<
                    readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                >,
                string,
            >;
            invoice_id: StringSchema<undefined>;
            payment_address: StringSchema<undefined>;
            recipient_id: StringSchema<undefined>;
            sender_id: StringSchema<undefined>;
            status: PicklistSchema<
                [
                    "open",
                    "paid",
                    "forwarded",
                    "timeout",
                    "cancelled",
                    "underpaid",
                    "completed",
                    "failed",
                ],
                undefined,
            >;
        },
        undefined,
    > = ...