PaymentCardSpec: {
    cardType?: string;
    checksumVerificationEnabled?: boolean;
    description?: string;
    image?: string;
    name?: string;
    numberLengths?: string[];
    numberPrefixes?: string[];
} & {
    [key: string]: any;
}