Pennylane API Client
    Preparing search index...

    Variable ProductSchemaConst

    ProductSchema: Struct<
        {
            archived_at: NullOr<typeof String$>;
            created_at: typeof String$;
            currency: typeof String$;
            description: typeof String$;
            external_reference: typeof String$;
            id: typeof Number$;
            label: typeof String$;
            ledger_account: NullOr<Struct<{ id: typeof Number$ }>>;
            price: typeof String$;
            price_before_tax: typeof String$;
            reference: NullOr<typeof String$>;
            unit: typeof String$;
            updated_at: typeof String$;
            vat_rate: typeof String$;
        },
    > = ...

    Represents a single Product object returned from Pennylane API.