@akamai/openapi-ts
    Preparing search index...

    Variable addedGetPaymentMethods200WritableSchemaConst

    addedGetPaymentMethods200WritableSchema: ZodObject<
        {
            data: ZodOptional<
                ZodArray<
                    ZodObject<
                        {
                            data: ZodOptional<
                                ZodUnion<
                                    readonly [
                                        ZodRecord<ZodString, ZodNever>,
                                        ZodRecord<ZodString, ZodNever>,
                                        ZodRecord<ZodString, ZodNever>,
                                    ],
                                >,
                            >;
                            id: ZodOptional<ZodInt>;
                            is_default: ZodOptional<ZodBoolean>;
                            type: ZodOptional<
                                ZodEnum<
                                    {
                                        credit_card: "credit_card";
                                        google_pay: "google_pay";
                                        paypal: "paypal";
                                    },
                                >,
                            >;
                        },
                        $strip,
                    >,
                >,
            >;
        },
        $strip,
    > = ...