Pennylane API Client
    Preparing search index...

    Variable CustomerInvoicePaymentSchemaConst

    CustomerInvoicePaymentSchema: 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$;
        },
    > = ...

    Payment item attached to a customer invoice.