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

    Variable paymentMethodWritableSchemaConst

    paymentMethodWritableSchema: 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,
    > = ...

    Payment Method Response Object.