Pennylane API Client
    Preparing search index...

    Variable GetCustomerInvoicePaymentsResponseSchemaConst

    GetCustomerInvoicePaymentsResponseSchema: Struct<
        {
            has_more: typeof Boolean$;
            items: Array$<
                Struct<
                    {
                        created_at: typeof String$;
                        currency: NullOr<typeof String$>;
                        currency_amount: typeof String$;
                        id: typeof Number$;
                        label: typeof String$;
                        status: Literal<
                            [
                                "initiated",
                                "pending",
                                "emitted",
                                "found",
                                "not_found",
                                "aborted",
                                "error",
                                "refunded",
                                "prepared",
                                "pending_customer_approval",
                                "pending_submission",
                                "submitted",
                                "confirmed",
                                "paid_out",
                            ],
                        >;
                        updated_at: typeof String$;
                    },
                >,
            >;
            next_cursor: optional<Union<[typeof String$, typeof Null]>>;
        },
    > = ...

    Response schema for listing payments of a customer invoice.