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

    Variable creditCardSchemaConst

    creditCardSchema: ZodObject<
        {
            card_number: ZodString;
            cvv: ZodString;
            expiry_month: ZodInt;
            expiry_year: ZodInt;
        },
        $strip,
    > = ...

    An object representing the credit card information you have on file with Linode to make Payments against your Account.